We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f89b1a commit 4d69211Copy full SHA for 4d69211
docs/source/index.rst
@@ -55,6 +55,20 @@ Contents
55
cheat_sheet_py3
56
existing_code
57
58
+.. toctree::
59
+ :maxdepth: 2
60
+ :caption: Configuring and running mypy
61
+
62
+ running_mypy
63
+ command_line
64
+ config_file
65
+ inline_config
66
+ mypy_daemon
67
+ installed_packages
68
+ extending_mypy
69
+ stubgen
70
+ stubtest
71
72
.. _overview-type-system-reference:
73
74
.. toctree::
@@ -78,20 +92,6 @@ Contents
78
92
final_attrs
79
93
metaclasses
80
94
81
-.. toctree::
82
- :maxdepth: 2
83
- :caption: Configuring and running mypy
84
-
85
- running_mypy
86
- command_line
87
- config_file
88
- inline_config
89
- mypy_daemon
90
- installed_packages
91
- extending_mypy
- stubgen
- stubtest
95
96
:maxdepth: 2
97
:caption: Miscellaneous
0 commit comments