Skip to content

Commit ea9966e

Browse files
committed
move builtins to their own directory. fix the reference name
1 parent 3325c72 commit ea9966e

16 files changed

Lines changed: 13 additions & 13 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _builtin-index:
1+
.. _builtins-index:
22

33
#######################
44
Built-ins reference
File renamed without changes.
File renamed without changes.
File renamed without changes.

Doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,9 @@
381381
'manual',
382382
),
383383
(
384-
'library/builtin-index',
385-
'builtin.tex',
386-
'Built-in Functions and Classes',
384+
'builtins/index',
385+
'builtins.tex',
386+
'Built-ins Reference',
387387
_doc_authors,
388388
'manual',
389389
),

Doc/contents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
tutorial/index.rst
99
using/index.rst
1010
reference/index.rst
11-
library/builtin-index.rst
11+
builtins/index.rst
1212
library/index.rst
1313
extending/index.rst
1414
c-api/index.rst

Doc/extending/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ underlying operating system supports this feature.
1616

1717
This document assumes basic knowledge about C and Python. For an informal
1818
introduction to Python, see :ref:`tutorial-index`. :ref:`reference-index`
19-
gives a more formal definition of the language. :ref:`builtin-index` documents
19+
gives a more formal definition of the language. :ref:`builtins-index` documents
2020
the built-in functions and object types, and :ref:`library-index` documents the
2121
modules (both built-in and written in Python) that give the language its wide
2222
application range.

0 commit comments

Comments
 (0)