Commit 02890dd2 authored by Victor Stinner's avatar Victor Stinner

C API doc: try to group concrete objects

parent e147fcea
...@@ -74,26 +74,35 @@ intrinsic to the Python language. ...@@ -74,26 +74,35 @@ intrinsic to the Python language.
.. _mapobjects: .. _mapobjects:
Mapping Objects Container Objects
=============== =================
.. index:: object: mapping .. index:: object: mapping
.. toctree:: .. toctree::
dict.rst dict.rst
set.rst
.. _otherobjects: .. _otherobjects:
Other Objects Function Objects
============= ================
.. toctree:: .. toctree::
set.rst
function.rst function.rst
method.rst method.rst
cell.rst
code.rst
Other Objects
=============
.. toctree::
file.rst file.rst
module.rst module.rst
iterator.rst iterator.rst
...@@ -102,7 +111,6 @@ Other Objects ...@@ -102,7 +111,6 @@ Other Objects
memoryview.rst memoryview.rst
weakref.rst weakref.rst
capsule.rst capsule.rst
cell.rst
gen.rst gen.rst
datetime.rst datetime.rst
code.rst
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment