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