]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
C API doc: try to group concrete objects
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 7 Nov 2013 21:05:48 +0000 (22:05 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 7 Nov 2013 21:05:48 +0000 (22:05 +0100)
Doc/c-api/concrete.rst

index 65904ee49d7adcb812e004d0e18c6209bf7d4344..2d5638670ea4cb3de313b5779917a16027dbb753 100644 (file)
@@ -74,26 +74,35 @@ intrinsic to the Python language.
 
 .. _mapobjects:
 
-Mapping Objects
-===============
+Container Objects
+=================
 
 .. index:: object: mapping
 
 .. toctree::
 
    dict.rst
+   set.rst
 
 
 .. _otherobjects:
 
-Other Objects
-=============
+Function Objects
+================
 
 .. toctree::
 
-   set.rst
    function.rst
    method.rst
+   cell.rst
+   code.rst
+
+
+Other Objects
+=============
+
+.. toctree::
+
    file.rst
    module.rst
    iterator.rst
@@ -102,7 +111,6 @@ Other Objects
    memoryview.rst
    weakref.rst
    capsule.rst
-   cell.rst
    gen.rst
    datetime.rst
-   code.rst
+