From f9e7365fc7ba178cebd4cab1be73a3ebcdfd07d2 Mon Sep 17 00:00:00 2001 From: GeneLiuXe <356340460@qq.com> Date: Thu, 29 Feb 2024 16:30:14 +0800 Subject: [PATCH] [DOC] add the github link --- docs/about/dev.rst | 2 +- docs/start/exp.rst | 2 +- docs/start/install.rst | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/about/dev.rst b/docs/about/dev.rst index 2414605..3ffbe77 100644 --- a/docs/about/dev.rst +++ b/docs/about/dev.rst @@ -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:: diff --git a/docs/start/exp.rst b/docs/start/exp.rst index b18888f..2d7c05c 100644 --- a/docs/start/exp.rst +++ b/docs/start/exp.rst @@ -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 `_. You can run { workflow.py } directly to reproduce related experiments. +Examples for `Tabular, Text` and `Image` data sets are available at `Learnware Examples `_. You can run { workflow.py } directly to reproduce related experiments. We utilize the `fire` module to construct our experiments. Table Examples diff --git a/docs/start/install.rst b/docs/start/install.rst index 02ca018..683b5d5 100644 --- a/docs/start/install.rst +++ b/docs/start/install.rst @@ -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:: diff --git a/setup.py b/setup.py index 9f4e998..7a48583 100644 --- a/setup.py +++ b/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,