[DOC] add the github link
This commit is contained in:
parent
202872549a
commit
f9e7365fc7
|
@ -10,7 +10,7 @@ As a developer, you often want make changes to ``learnware`` and hope it would r
|
|||
|
||||
.. 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]
|
||||
|
||||
.. note::
|
||||
|
|
|
@ -168,7 +168,7 @@ The results are depicted in the following table and figure. Similarly, even when
|
|||
|
||||
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.
|
||||
|
||||
Table Examples
|
||||
|
|
|
@ -36,7 +36,7 @@ Also, Users can install ``learnware`` by the source code according to the follow
|
|||
|
||||
.. 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]
|
||||
|
||||
.. note::
|
||||
|
|
2
setup.py
2
setup.py
|
@ -91,7 +91,7 @@ if __name__ == "__main__":
|
|||
name=NAME,
|
||||
version=VERSION,
|
||||
license="Apache-2.0 Licence",
|
||||
url="https://www.gitlink.org.cn/beimingwu/learnware",
|
||||
url="https://github.com/Learnware-LAMDA/learnware",
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
description=DESCRIPTION,
|
||||
|
|
Loading…
Reference in New Issue