From 72de82b1a8b819f7b82c141ec55208574d70a006 Mon Sep 17 00:00:00 2001 From: Fernando Raya Date: Wed, 25 Dec 2024 20:37:12 +0100 Subject: [PATCH 1/3] doc: Fix link to constant --- documentation/source/zlib-binding.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/source/zlib-binding.rst b/documentation/source/zlib-binding.rst index aa7aa8d..6f768d7 100644 --- a/documentation/source/zlib-binding.rst +++ b/documentation/source/zlib-binding.rst @@ -183,7 +183,7 @@ Deflate data-type field values .. constant:: $z-ascii - Default to :const:`$z-text`_ for compatibility with 1.2.2 and + Default to :const:`$z-text` for compatibility with 1.2.2 and earlier. :type: :drm:`` From bc4a3651740ad8009bd9e3bc2d409200992d9d30 Mon Sep 17 00:00:00 2001 From: Fernando Raya Date: Wed, 25 Dec 2024 20:38:32 +0100 Subject: [PATCH 2/3] doc: Move introduction before TOC --- documentation/source/index.rst | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/documentation/source/index.rst b/documentation/source/index.rst index 53eb84c..e46e4bd 100644 --- a/documentation/source/index.rst +++ b/documentation/source/index.rst @@ -1,14 +1,6 @@ zlib ==== -.. toctree:: - :maxdepth: 2 - :caption: Contents: - :hidden: - - zlib - zlib-binding - This is the binding to the `Zlib `_ library version ``1.3.1``. @@ -20,6 +12,16 @@ The library is structured in two layers of modules: * The module :doc:`zlib` sits on top of :doc:`zlib-binding` and offers a more idiomatic access to the functionality. + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + :hidden: + + zlib + zlib-binding + + Indices and tables ================== From b652e29053d7b02f0b8165217aaef5bb3199c857 Mon Sep 17 00:00:00 2001 From: Fernando Raya Date: Wed, 25 Dec 2024 20:39:34 +0100 Subject: [PATCH 3/3] doc: Remove section unused --- documentation/source/index.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/documentation/source/index.rst b/documentation/source/index.rst index e46e4bd..c72ae03 100644 --- a/documentation/source/index.rst +++ b/documentation/source/index.rst @@ -20,10 +20,3 @@ The library is structured in two layers of modules: zlib zlib-binding - - - -Indices and tables -================== - -* :ref:`genindex`