Skip to content

Commit 90ed3f0

Browse files
authored
Fix replacing markdown link syntax with reST link syntax (#835)
1 parent 3778fa8 commit 90ed3f0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/installation.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ Install ``causalml`` with ``torch`` for ``CEVAE`` from ``PyPI``
5151
pip install causalml[torch]
5252
5353
54-
55-
Install from ``PyPI`` using [`uv`](https://github.com/astral-sh/uv/blob/main/README.md)
54+
Install from ``PyPI`` using `uv <https://github.com/astral-sh/uv/blob/main/README.md>`_
5655
---------------------
5756

5857
.. code-block:: bash
@@ -62,19 +61,20 @@ Install from ``PyPI`` using [`uv`](https://github.com/astral-sh/uv/blob/main/REA
6261
source .venv/bin/activate
6362
uv pip install causalml
6463
65-
Install ``causalml`` with ``tensorflow`` for ``DragonNet`` from ``PyPI`` using [`uv`](https://github.com/astral-sh/uv/blob/main/README.md)
66-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
64+
Install ``causalml`` with ``tensorflow`` for ``DragonNet`` from ``PyPI`` using `uv <https://github.com/astral-sh/uv/blob/main/README.md>`_
65+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6766

6867
.. code-block:: bash
6968
7069
uv pip install causalml[tf]
7170
72-
Install ``causalml`` with ``torch`` for ``CEVAE`` from ``PyPI`` using [`uv`](https://github.com/astral-sh/uv/blob/main/README.md)
73-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
71+
Install ``causalml`` with ``torch`` for ``CEVAE`` from ``PyPI`` using `uv <https://github.com/astral-sh/uv/blob/main/README.md>`_
72+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7473

7574
.. code-block:: bash
7675
7776
uv pip install causalml[torch]
77+
7878
7979
8080

0 commit comments

Comments
 (0)