From a7565d69c9a0a4b436f13c7a0f4e8ae155af37b2 Mon Sep 17 00:00:00 2001 From: baseplate-admin <61817579+baseplate-admin@users.noreply.github.com> Date: Thu, 9 May 2024 16:08:49 +0600 Subject: [PATCH] Improve docs (#32) * add more `rst` style hyperlinks * Update poetry.lock --- docs/index.rst | 5 ++++- docs/installation.rst | 5 ++++- poetry.lock | 19 +------------------ 3 files changed, 9 insertions(+), 20 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 diff --git a/poetry.lock b/poetry.lock index 7904402..c28ae51 100644 --- a/poetry.lock +++ b/poetry.lock @@ -679,24 +679,7 @@ h2 = ["h2 (>=4,<5)"] socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] zstd = ["zstandard (>=0.18.0)"] -[[package]] -name = "ziglang" -version = "0.12.0" -description = "Zig is a general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software." -optional = false -python-versions = "~=3.5" -files = [ - {file = "ziglang-0.12.0-py3-none-macosx_10_9_x86_64.whl", hash = "sha256:c6d1053f0e1d486cdf374f33b7ed00d99040d03f45eed5122a7522b0b7a75946"}, - {file = "ziglang-0.12.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:1f9291fd98c4e1ece04285ddf019b9999b2e81fb4f785b550b6d91b1e1699bc9"}, - {file = "ziglang-0.12.0-py3-none-manylinux_2_12_i686.manylinux2010_i686.musllinux_1_1_i686.whl", hash = "sha256:1cb9e6938ec8cddba124ebf2dcaf950e19b5b807eaa18cb976c569e6edef5ae3"}, - {file = "ziglang-0.12.0-py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.musllinux_1_1_x86_64.whl", hash = "sha256:0c777f1d5d9be32d0edffc79956d03ed35f868a8db7b0552da0984182aa10ff0"}, - {file = "ziglang-0.12.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:8da631bfb5e49390f0551a4412111c8a14671fd7f151e1adcc420317b02efcf6"}, - {file = "ziglang-0.12.0-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_1_armv7l.whl", hash = "sha256:ccec405a443016647c47edcd48faf15be9d3add21c2c13bc77217b8fe87a1508"}, - {file = "ziglang-0.12.0-py3-none-win32.whl", hash = "sha256:9373c68cf654d69f46411eff2fd48cb8495b8d9bcd6e88b65783ef8ab4bfe4ae"}, - {file = "ziglang-0.12.0-py3-none-win_amd64.whl", hash = "sha256:044136e276e80dfdc7cfaada80efe8679d0ba9f8abf911f8c68afa44ca259148"}, -] - [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "c3a7e31d5d8cc1c622df22d9c5906ea6a55ddb1fda172759e2fd9f07f7b686b4" +content-hash = "6f75cc43ad13af39cd185e11be44960b2813152d856db1a23f8f55a446e7dc71"