Browse Source

[DOC] change repo url

tags/v0.3.2
Gene 2 years ago
parent
commit
f2ddd26c2f
5 changed files with 5 additions and 5 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
      docs/start/quick.rst
  5. +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
$ git clone https://github.com/Learnware-LAMDA/Learnware.git && cd Learnware
$ git clone https://gitlink.org.cn/beimingwu/learnware.git && cd Learnware
$ pip install -e .[dev]

.. 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
=========================
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.
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.
We utilize the `fire` module to construct our experiments.

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
$ git clone hhttps://github.com/Learnware-LAMDA/Learnware.git && cd Learnware
$ git clone https://gitlink.org.cn/beimingwu/learnware.git && cd Learnware
$ pip install -e .[dev]

.. note::


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

@@ -192,4 +192,4 @@ Auto Workflow Example

The ``Learnware`` also offers automated workflow examples.
This includes preparing learnwares, uploading and deleting learnwares from the market, and searching for learnwares using both semantic and statistical specifications.
To experience the basic workflow of the Learnware Market, please refer to `Learnware Examples <https://github.com/Learnware-LAMDA/Learnware/tree/main/examples>`_.
To experience the basic workflow of the Learnware Market, please refer to `Learnware Examples <https://www.gitlink.org.cn/beimingwu/learnware/tree/main/examples>`_.

+ 1
- 1
setup.py View File

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


Loading…
Cancel
Save