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 b4ea885 commit f5bc93aCopy full SHA for f5bc93a
docs/index.rst
@@ -1,15 +1,11 @@
1
-.. typing documentation master file, created by
2
- sphinx-quickstart on Mon May 24 16:43:52 2021.
3
- You can adapt this file completely to your liking, but it should at least
4
- contain the root `toctree` directive.
5
-
6
Welcome to the Python Type System documentation!
7
================================================
8
9
.. toctree::
10
:maxdepth: 2
11
:caption: Contents:
12
+ typing Module Documentation <https://docs.python.org/3/library/typing.html>
13
stubs
14
15
@@ -19,6 +15,7 @@ Indices and tables
19
* :ref:`genindex`
20
16
* :ref:`search`
21
17
18
+
22
Typing-related Tools
23
====================
24
0 commit comments