C API doc: try to group concrete objects

This commit is contained in:
Victor Stinner 2013-11-07 22:05:48 +01:00
parent 324164172f
commit e8453bc136
1 changed files with 15 additions and 7 deletions

View File

@ -74,26 +74,35 @@ intrinsic to the Python language.
.. _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 @@ Other Objects
memoryview.rst
weakref.rst
capsule.rst
cell.rst
gen.rst
datetime.rst
code.rst