Browse Source

Merge pull request #234 from Learnware-LAMDA/github_link

[DOC] add the github link
main
Gene GitHub 1 year ago
parent
commit
e27211ffc4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      docs/about/dev.rst
  2. +1
    -1
      docs/start/exp.rst
  3. +1
    -1
      docs/start/install.rst
  4. +1
    -1
      setup.py

+ 1
- 1
docs/about/dev.rst View File

@@ -10,7 +10,7 @@ As a developer, you often want make changes to ``learnware`` and hope it would r


.. code-block:: bash .. code-block:: bash
$ git clone https://gitlink.org.cn/beimingwu/learnware.git && cd Learnware
$ git clone https://github.com/Learnware-LAMDA/Learnware.git && cd Learnware
$ pip install -e .[dev] $ pip install -e .[dev]


.. note:: .. note::


+ 1
- 1
docs/start/exp.rst View File

@@ -168,7 +168,7 @@ The results are depicted in the following table and figure. Similarly, even when


Get Start Examples Get Start Examples
========================= =========================
Examples for `Tabular, Text` and `Image` data sets are available at `Learnware Examples <https://www.gitlink.org.cn/beimingwu/learnware/tree/main/examples>`_. You can run { workflow.py } directly to reproduce related experiments.
Examples for `Tabular, Text` and `Image` data sets are available at `Learnware Examples <https://github.com/Learnware-LAMDA/Learnware/tree/main/examples>`_. You can run { workflow.py } directly to reproduce related experiments.
We utilize the `fire` module to construct our experiments. We utilize the `fire` module to construct our experiments.


Table Examples Table Examples


+ 1
- 1
docs/start/install.rst View File

@@ -36,7 +36,7 @@ Also, Users can install ``learnware`` by the source code according to the follow


.. code-block:: bash .. code-block:: bash
$ git clone https://gitlink.org.cn/beimingwu/learnware.git && cd Learnware
$ git clone https://github.com/Learnware-LAMDA/Learnware.git && cd Learnware
$ pip install -e .[dev] $ pip install -e .[dev]


.. note:: .. note::


+ 1
- 1
setup.py View File

@@ -91,7 +91,7 @@ if __name__ == "__main__":
name=NAME, name=NAME,
version=VERSION, version=VERSION,
license="Apache-2.0 Licence", license="Apache-2.0 Licence",
url="https://www.gitlink.org.cn/beimingwu/learnware",
url="https://github.com/Learnware-LAMDA/learnware",
packages=find_packages(), packages=find_packages(),
include_package_data=True, include_package_data=True,
description=DESCRIPTION, description=DESCRIPTION,


Loading…
Cancel
Save