Skip to content

Table of Content improvements #2045

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

Merged
merged 3 commits into from
Aug 11, 2025
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
7 changes: 6 additions & 1 deletion docs/guides/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
:orphan:

******************
Type System Guides
******************

..
Keep in sync with docs/index.rst.

.. toctree::
:maxdepth: 2
:maxdepth: 1
:caption: Contents:

libraries
Expand Down
23 changes: 19 additions & 4 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,33 @@ Static Typing with Python
Guides
======

..
Keep in sync with docs/guides/index.rst.

.. toctree::
:maxdepth: 2
:maxdepth: 1

guides/index
guides/libraries
guides/writing_stubs
guides/modernizing
guides/unreachable
guides/type_narrowing
guides/typing_anti_pitch

Reference
=========

..
Keep in sync with docs/reference/index.rst.

.. toctree::
:maxdepth: 2
:maxdepth: 1

reference/index
reference/generics
reference/protocols
reference/best_practices
reference/quality
typing Module Documentation <https://docs.python.org/3/library/typing.html>

.. seealso::

Expand Down
5 changes: 5 additions & 0 deletions docs/reference/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
:orphan:

*********************
Type System Reference
*********************

..
Keep in sync with docs/index.rst.

.. toctree::
:maxdepth: 2
:caption: Contents:
Expand Down