Skip to content

Commit

Permalink
Merge pull request #1 from Learnware-LAMDA/github_link
Browse files Browse the repository at this point in the history
[DOC] add the github link
  • Loading branch information
GeneLiuXe committed Feb 29, 2024
2 parents caf0b48 + 8dd3a87 commit bc46425
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/about/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
2 changes: 1 addition & 1 deletion docs/start/exp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/start/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit bc46425

Please sign in to comment.