Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Fix broken link and minor changes #12

Merged
merged 3 commits into from
Dec 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 7 additions & 12 deletions documentation/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
zlib
====

.. toctree::
:maxdepth: 2
:caption: Contents:
:hidden:

zlib
zlib-binding

This is the binding to the `Zlib <https://www.zlib.net/>`_ library
version ``1.3.1``.

Expand All @@ -20,8 +12,11 @@ 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:

Indices and tables
==================

* :ref:`genindex`
zlib
zlib-binding
2 changes: 1 addition & 1 deletion documentation/source/zlib-binding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:`<integer>`
Expand Down
Loading