Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e8453bc

Browse files
committed
C API doc: try to group concrete objects
1 parent 3241641 commit e8453bc

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

Doc/c-api/concrete.rst

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,26 +74,35 @@ intrinsic to the Python language.
7474

7575
.. _mapobjects:
7676

77-
Mapping Objects
78-
===============
77+
Container Objects
78+
=================
7979

8080
.. index:: object: mapping
8181

8282
.. toctree::
8383

8484
dict.rst
85+
set.rst
8586

8687

8788
.. _otherobjects:
8889

89-
Other Objects
90-
=============
90+
Function Objects
91+
================
9192

9293
.. toctree::
9394

94-
set.rst
9595
function.rst
9696
method.rst
97+
cell.rst
98+
code.rst
99+
100+
101+
Other Objects
102+
=============
103+
104+
.. toctree::
105+
97106
file.rst
98107
module.rst
99108
iterator.rst
@@ -102,7 +111,6 @@ Other Objects
102111
memoryview.rst
103112
weakref.rst
104113
capsule.rst
105-
cell.rst
106114
gen.rst
107115
datetime.rst
108-
code.rst
116+

0 commit comments

Comments
 (0)