mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
C API doc: try to group concrete objects
This commit is contained in:
parent
324164172f
commit
e8453bc136
1 changed files with 15 additions and 7 deletions
|
@ -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:
|
||||||
|
|
||||||
|
Function Objects
|
||||||
|
================
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
|
||||||
|
function.rst
|
||||||
|
method.rst
|
||||||
|
cell.rst
|
||||||
|
code.rst
|
||||||
|
|
||||||
|
|
||||||
Other Objects
|
Other Objects
|
||||||
=============
|
=============
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
||||||
set.rst
|
|
||||||
function.rst
|
|
||||||
method.rst
|
|
||||||
file.rst
|
file.rst
|
||||||
module.rst
|
module.rst
|
||||||
iterator.rst
|
iterator.rst
|
||||||
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue