From 169e5a1a688b34f21fa2908a1e924400bae8b44f Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Thu, 9 May 2024 16:08:02 +0600 Subject: [PATCH] add more `rst` style hyperlinks --- docs/index.rst | 5 ++++- docs/installation.rst | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index d743e6e..0723a32 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,7 @@ Welcome to resvg_py's documentation! ======================================== -Safe bindings for `resvg `_ +Safe bindings for `resvg`_ .. toctree:: :maxdepth: 2 @@ -23,3 +23,6 @@ Indices and tables * :ref:`genindex` * :ref:`search` + + +.. _resvg: https://docs.rs/resvg/latest/resvg/ \ No newline at end of file diff --git a/docs/installation.rst b/docs/installation.rst index 2ef25a1..bbe4603 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -6,7 +6,7 @@ Requirements Python 3.8 to 3.12 supported. -Currently it builds the non-EOL python versions with `maturin `_ github-actions. +Currently it builds the non-EOL python versions with `maturin`_ github-actions. Installation @@ -17,3 +17,6 @@ Installation .. code-block:: python python -m pip install resvg_py + + +.. _maturin: https://github.com/PyO3/maturin \ No newline at end of file