Skip to content

Commit 1b21e8c

Browse files
authored
Move metaclass documentation to appear later in the docs (#5216)
Metaclasses are a pretty specialized topic so moving them a bit further towards the end of the documentation.
1 parent 5959e1a commit 1b21e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Mypy is a static type checker for Python 3 and Python 2.7.
3232
kinds_of_types
3333
class_basics
3434
protocols
35-
metaclasses
3635
python2
3736
dynamic_typing
3837
casts
3938
duck_type_compatibility
4039
stubs
4140
generics
4241
more_types
42+
metaclasses
4343

4444
.. toctree::
4545
:maxdepth: 2

0 commit comments

Comments
 (0)