From 4fb5afe7ff839ed3c986d3688511c42956480d8b Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Sun, 7 Jan 2024 15:45:40 +0800 Subject: [PATCH] [ENH] Change repository name --- .github/workflows/build-and-test.yaml | 2 +- README.md | 22 +++++++++++----------- docs/Examples/HED.rst | 2 +- docs/Examples/HWF.rst | 2 +- docs/Examples/MNISTAdd.rst | 2 +- docs/Examples/Zoo.rst | 2 +- docs/Overview/Installation.rst | 4 ++-- docs/README.rst | 4 ++-- pyproject.toml | 4 ++-- 9 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 8536cd9..8fef277 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -1,4 +1,4 @@ -name: ABL-Package-CI +name: ABLKit-CI on: push: diff --git a/README.md b/README.md index 1c94298..04d705a 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,14 @@ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ablkit)](https://pypi.org/project/ablkit/) [![PyPI version](https://badgen.net/pypi/v/ablkit)](https://pypi.org/project/ablkit/) -[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/AbductiveLearning/ABL-Package/blob/main/LICENSE) -[![flake8 Lint](https://github.com/AbductiveLearning/ABL-Package/actions/workflows/lint.yaml/badge.svg)](https://github.com/AbductiveLearning/ABL-Package/actions/workflows/lint.yaml) +[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/AbductiveLearning/ABLKit/blob/main/LICENSE) +[![flake8 Lint](https://github.com/AbductiveLearning/ABLKit/actions/workflows/lint.yaml/badge.svg)](https://github.com/AbductiveLearning/ABLKit/actions/workflows/lint.yaml) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) -[![ABL-Package-CI](https://github.com/AbductiveLearning/ABL-Package/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/AbductiveLearning/ABL-Package/actions/workflows/build-and-test.yaml) +[![ABLKit-CI](https://github.com/AbductiveLearning/ABLKit/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/AbductiveLearning/ABLKit/actions/workflows/build-and-test.yaml) [📘Documentation](https://www.lamda.nju.edu.cn/abl_test/docs/build/html/index.html) | -[📚Examples](https://github.com/AbductiveLearning/ABL-Package/tree/main/examples) | -[💬Reporting Issues](https://github.com/AbductiveLearning/ABL-Package/issues/new) +[📚Examples](https://github.com/AbductiveLearning/ABLKit/tree/main/examples) | +[💬Reporting Issues](https://github.com/AbductiveLearning/ABLKit/issues/new) @@ -47,8 +47,8 @@ pip install ablkit Alternatively, to install from source code, sequentially run following commands in your terminal/command line. ```bash -git clone https://github.com/AbductiveLearning/ABL-Package.git -cd ABL-Package +git clone https://github.com/AbductiveLearning/ABLKit.git +cd ABLKit pip install -v -e . ``` @@ -68,10 +68,10 @@ For Windows and Mac users, please refer to the [SWI-Prolog Install Guide](https: We provide several examples in `examples/`. Each example is stored in a separate folder containing a README file. -+ [MNIST Addition](https://github.com/AbductiveLearning/ABL-Package/blob/Dev/examples/mnist_add) -+ [Handwritten Formula](https://github.com/AbductiveLearning/ABL-Package/blob/Dev/examples/hwf) -+ [Handwritten Equation Decipherment](https://github.com/AbductiveLearning/ABL-Package/tree/Dev/examples/hed) -+ [Zoo](https://github.com/AbductiveLearning/ABL-Package/tree/Dev/examples/zoo) ++ [MNIST Addition](https://github.com/AbductiveLearning/ABLKit/blob/Dev/examples/mnist_add) ++ [Handwritten Formula](https://github.com/AbductiveLearning/ABLKit/blob/Dev/examples/hwf) ++ [Handwritten Equation Decipherment](https://github.com/AbductiveLearning/ABLKit/tree/Dev/examples/hed) ++ [Zoo](https://github.com/AbductiveLearning/ABLKit/tree/Dev/examples/zoo) ## Quick Start diff --git a/docs/Examples/HED.rst b/docs/Examples/HED.rst index 8a303eb..93444d9 100644 --- a/docs/Examples/HED.rst +++ b/docs/Examples/HED.rst @@ -3,7 +3,7 @@ Handwritten Equation Decipherment (HED) .. raw:: html -

For detailed code implementation, please view it on GitHub.

+

For detailed code implementation, please view it on GitHub.

Below shows an implementation of `Handwritten Equation Decipherment `__. diff --git a/docs/Examples/HWF.rst b/docs/Examples/HWF.rst index d1f019e..e854d13 100644 --- a/docs/Examples/HWF.rst +++ b/docs/Examples/HWF.rst @@ -3,7 +3,7 @@ Handwritten Formula (HWF) .. raw:: html -

For detailed code implementation, please view it on GitHub.

+

For detailed code implementation, please view it on GitHub.

Below shows an implementation of `Handwritten Formula `__. In this diff --git a/docs/Examples/MNISTAdd.rst b/docs/Examples/MNISTAdd.rst index a0e0663..f6a77c8 100644 --- a/docs/Examples/MNISTAdd.rst +++ b/docs/Examples/MNISTAdd.rst @@ -3,7 +3,7 @@ MNIST Addition .. raw:: html -

For detailed code implementation, please view it on GitHub.

+

For detailed code implementation, please view it on GitHub.

Below shows an implementation of `MNIST Addition `__. In this task, pairs of diff --git a/docs/Examples/Zoo.rst b/docs/Examples/Zoo.rst index 221c09c..f5dcdec 100644 --- a/docs/Examples/Zoo.rst +++ b/docs/Examples/Zoo.rst @@ -3,7 +3,7 @@ Zoo .. raw:: html -

For detailed code implementation, please view it on GitHub.

+

For detailed code implementation, please view it on GitHub.

Below shows an implementation of `Zoo `__ dataset. In this task, diff --git a/docs/Overview/Installation.rst b/docs/Overview/Installation.rst index a3f28e2..b82aa0b 100644 --- a/docs/Overview/Installation.rst +++ b/docs/Overview/Installation.rst @@ -18,8 +18,8 @@ sequentially run following commands in your terminal/command line. .. code:: bash - git clone https://github.com/AbductiveLearning/ABL-Package.git - cd ABL-Package + git clone https://github.com/AbductiveLearning/ABLKit.git + cd ABLKit pip install -v -e . (Optional) Install SWI-Prolog diff --git a/docs/README.rst b/docs/README.rst index 16d954e..78e9511 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -38,8 +38,8 @@ sequentially run following commands in your terminal/command line. .. code:: bash - git clone https://github.com/AbductiveLearning/ABL-Package.git - cd ABL-Package + git clone https://github.com/AbductiveLearning/ABLKit.git + cd ABLKit pip install -v -e . (Optional) Install SWI-Prolog diff --git a/pyproject.toml b/pyproject.toml index 6770e50..d98ea72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,8 +40,8 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/AbductiveLearning/ABL-Package" -Issues = "https://github.com/AbductiveLearning/ABL-Package/issues" +Homepage = "https://github.com/AbductiveLearning/ABLKit" +Issues = "https://github.com/AbductiveLearning/ABLKit/issues" [project.optional-dependencies] test = [