From c8a08cbbe3b7c5db48dd9cd1f795f914986c9d8f Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Mon, 15 Jul 2024 13:21:11 +0200 Subject: [PATCH] Remove comment out references --- docs/index.rst | 8 -------- docs/source/reference.rst | 11 ----------- 2 files changed, 19 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index bad1f3dfa..a2be03a6c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,14 +2,6 @@ Static Typing with Python ************************* -.. Introduction -.. ============ -.. -.. .. toctree:: -.. :maxdepth: 2 -.. -.. source/introduction - Guides ====== diff --git a/docs/source/reference.rst b/docs/source/reference.rst index 54afcc7b1..010f3b498 100644 --- a/docs/source/reference.rst +++ b/docs/source/reference.rst @@ -12,14 +12,3 @@ Type System Reference best_practices quality typing Module Documentation - -.. 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