aboutsummaryrefslogtreecommitdiff
path: root/docs/source/reference.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/reference.rst')
-rw-r--r--docs/source/reference.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/source/reference.rst b/docs/source/reference.rst
new file mode 100644
index 0000000..c7fc57e
--- /dev/null
+++ b/docs/source/reference.rst
@@ -0,0 +1,22 @@
+*********************
+Type System Reference
+*********************
+
+.. toctree::
+ :maxdepth: 2
+ :caption: Contents:
+
+ stubs
+ quality
+ typing Module Documentation <https://docs.python.org/3/library/typing.html>
+
+.. The following pages are desired in a new TOC which will cover multiple
+.. topics. For now, they are not linked because the pages are empty.
+..
+.. basics
+.. type_system
+.. annotations
+.. inference
+.. type_compatibility
+.. dependencies
+.. faq