[Python-checkins] cpython: C API doc: try to group concrete objects

victor.stinner python-checkins at python.org
Thu Nov 7 22:39:33 CET 2013


http://hg.python.org/cpython/rev/0c85c233b4c4
changeset:   86997:0c85c233b4c4
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Nov 07 22:05:48 2013 +0100
summary:
  C API doc: try to group concrete objects

files:
  Doc/c-api/concrete.rst |  22 +++++++++++++++-------
  1 files changed, 15 insertions(+), 7 deletions(-)


diff --git a/Doc/c-api/concrete.rst b/Doc/c-api/concrete.rst
--- a/Doc/c-api/concrete.rst
+++ b/Doc/c-api/concrete.rst
@@ -74,26 +74,35 @@
 
 .. _mapobjects:
 
-Mapping Objects
-===============
+Container Objects
+=================
 
 .. index:: object: mapping
 
 .. toctree::
 
    dict.rst
+   set.rst
 
 
 .. _otherobjects:
 
+Function Objects
+================
+
+.. toctree::
+
+   function.rst
+   method.rst
+   cell.rst
+   code.rst
+
+
 Other Objects
 =============
 
 .. toctree::
 
-   set.rst
-   function.rst
-   method.rst
    file.rst
    module.rst
    iterator.rst
@@ -102,7 +111,6 @@
    memoryview.rst
    weakref.rst
    capsule.rst
-   cell.rst
    gen.rst
    datetime.rst
-   code.rst
+

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list