From 15d4dc571a1536139843d29e3855a628ff3969e6 Mon Sep 17 00:00:00 2001 From: Jukka Lehtosalo Date: Thu, 14 Jun 2018 12:25:06 +0100 Subject: [PATCH] Move metaclass documentation to appear later in the docs Metaclasses are a pretty specialized topic so moving them a bit further towards the end of the documentation. --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index 00e97461849b..f80bd00b3660 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -32,7 +32,6 @@ Mypy is a static type checker for Python 3 and Python 2.7. kinds_of_types class_basics protocols - metaclasses python2 dynamic_typing casts @@ -40,6 +39,7 @@ Mypy is a static type checker for Python 3 and Python 2.7. stubs generics more_types + metaclasses .. toctree:: :maxdepth: 2