Browse Source

[ENH] Change repository name

pull/5/head
troyyyyy 1 year ago
parent
commit
4fb5afe7ff
9 changed files with 22 additions and 22 deletions
  1. +1
    -1
      .github/workflows/build-and-test.yaml
  2. +11
    -11
      README.md
  3. +1
    -1
      docs/Examples/HED.rst
  4. +1
    -1
      docs/Examples/HWF.rst
  5. +1
    -1
      docs/Examples/MNISTAdd.rst
  6. +1
    -1
      docs/Examples/Zoo.rst
  7. +2
    -2
      docs/Overview/Installation.rst
  8. +2
    -2
      docs/README.rst
  9. +2
    -2
      pyproject.toml

+ 1
- 1
.github/workflows/build-and-test.yaml View File

@@ -1,4 +1,4 @@
name: ABL-Package-CI
name: ABLKit-CI

on:
push:


+ 11
- 11
README.md View File

@@ -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)

</div>

@@ -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



+ 1
- 1
docs/Examples/HED.rst View File

@@ -3,7 +3,7 @@ Handwritten Equation Decipherment (HED)

.. raw:: html
<p>For detailed code implementation, please view it on <a class="reference external" href="https://github.com/AbductiveLearning/ABL-Package/tree/Dev/examples/hed" target="_blank">GitHub</a>.</p>
<p>For detailed code implementation, please view it on <a class="reference external" href="https://github.com/AbductiveLearning/ABLKit/tree/Dev/examples/hed" target="_blank">GitHub</a>.</p>

Below shows an implementation of `Handwritten Equation
Decipherment <https://proceedings.neurips.cc/paper_files/paper/2019/file/9c19a2aa1d84e04b0bd4bc888792bd1e-Paper.pdf>`__.


+ 1
- 1
docs/Examples/HWF.rst View File

@@ -3,7 +3,7 @@ Handwritten Formula (HWF)

.. raw:: html
<p>For detailed code implementation, please view it on <a class="reference external" href="https://github.com/AbductiveLearning/ABL-Package/tree/Dev/examples/hwf" target="_blank">GitHub</a>.</p>
<p>For detailed code implementation, please view it on <a class="reference external" href="https://github.com/AbductiveLearning/ABLKit/tree/Dev/examples/hwf" target="_blank">GitHub</a>.</p>

Below shows an implementation of `Handwritten
Formula <https://arxiv.org/abs/2006.06649>`__. In this


+ 1
- 1
docs/Examples/MNISTAdd.rst View File

@@ -3,7 +3,7 @@ MNIST Addition

.. raw:: html
<p>For detailed code implementation, please view it on <a class="reference external" href="https://github.com/AbductiveLearning/ABL-Package/tree/Dev/examples/mnist_add" target="_blank">GitHub</a>.</p>
<p>For detailed code implementation, please view it on <a class="reference external" href="https://github.com/AbductiveLearning/ABLKit/tree/Dev/examples/mnist_add" target="_blank">GitHub</a>.</p>

Below shows an implementation of `MNIST
Addition <https://arxiv.org/abs/1805.10872>`__. In this task, pairs of


+ 1
- 1
docs/Examples/Zoo.rst View File

@@ -3,7 +3,7 @@ Zoo

.. raw:: html
<p>For detailed code implementation, please view it on <a class="reference external" href="https://github.com/AbductiveLearning/ABL-Package/tree/Dev/examples/zoo" target="_blank">GitHub</a>.</p>
<p>For detailed code implementation, please view it on <a class="reference external" href="https://github.com/AbductiveLearning/ABLKit/tree/Dev/examples/zoo" target="_blank">GitHub</a>.</p>

Below shows an implementation of
`Zoo <https://archive.ics.uci.edu/dataset/111/zoo>`__ dataset. In this task,


+ 2
- 2
docs/Overview/Installation.rst View File

@@ -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


+ 2
- 2
docs/README.rst View File

@@ -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


+ 2
- 2
pyproject.toml View File

@@ -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 = [


Loading…
Cancel
Save