File tree Expand file tree Collapse file tree 3 files changed +30
-5
lines changed Expand file tree Collapse file tree 3 files changed +30
-5
lines changed Original file line number Diff line number Diff line change
1
+ :orphan:
2
+
1
3
******************
2
4
Type System Guides
3
5
******************
4
6
7
+ ..
8
+ Keep in sync with docs/index.rst.
9
+
5
10
.. toctree ::
6
- :maxdepth: 2
11
+ :maxdepth: 1
7
12
:caption: Contents:
8
13
9
14
libraries
Original file line number Diff line number Diff line change @@ -5,18 +5,33 @@ Static Typing with Python
5
5
Guides
6
6
======
7
7
8
+ ..
9
+ Keep in sync with docs/guides/index.rst.
10
+
8
11
.. toctree ::
9
- :maxdepth: 2
12
+ :maxdepth: 1
10
13
11
- guides/index
14
+ guides/libraries
15
+ guides/writing_stubs
16
+ guides/modernizing
17
+ guides/unreachable
18
+ guides/type_narrowing
19
+ guides/typing_anti_pitch
12
20
13
21
Reference
14
22
=========
15
23
24
+ ..
25
+ Keep in sync with docs/reference/index.rst.
26
+
16
27
.. toctree ::
17
- :maxdepth: 2
28
+ :maxdepth: 1
18
29
19
- reference/index
30
+ reference/generics
31
+ reference/protocols
32
+ reference/best_practices
33
+ reference/quality
34
+ typing Module Documentation <https://docs.python.org/3/library/typing.html >
20
35
21
36
.. seealso ::
22
37
Original file line number Diff line number Diff line change
1
+ :orphan:
2
+
1
3
*********************
2
4
Type System Reference
3
5
*********************
4
6
7
+ ..
8
+ Keep in sync with docs/index.rst.
9
+
5
10
.. toctree ::
6
11
:maxdepth: 2
7
12
:caption: Contents:
You can’t perform that action at this time.
0 commit comments