From 4d69211a23a6202ba976f18a26f13c6812566fc6 Mon Sep 17 00:00:00 2001 From: Brian Schubert Date: Mon, 25 Aug 2025 16:33:37 -0400 Subject: [PATCH] Move "Configuring and running mypy" section --- docs/source/index.rst | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index de3286d58ace..8a1749dd9197 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -55,6 +55,20 @@ Contents cheat_sheet_py3 existing_code +.. toctree:: + :maxdepth: 2 + :caption: Configuring and running mypy + + running_mypy + command_line + config_file + inline_config + mypy_daemon + installed_packages + extending_mypy + stubgen + stubtest + .. _overview-type-system-reference: .. toctree:: @@ -78,20 +92,6 @@ Contents final_attrs metaclasses -.. toctree:: - :maxdepth: 2 - :caption: Configuring and running mypy - - running_mypy - command_line - config_file - inline_config - mypy_daemon - installed_packages - extending_mypy - stubgen - stubtest - .. toctree:: :maxdepth: 2 :caption: Miscellaneous