]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-97950: Use new-style index directive ('module') (#103996)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Thu, 4 May 2023 08:17:12 +0000 (09:17 +0100)
committerGitHub <noreply@github.com>
Thu, 4 May 2023 08:17:12 +0000 (10:17 +0200)
commitd0122372f2acb4cc56b89ab8c577ff9039d17d89
treef50db57b34be236de4b6c7a829897d932468fbaf
parentcd9a56c2b0e14f56f2e83dd4db43c5c69a74b232
GH-97950: Use new-style index directive ('module') (#103996)

* Use new-style index directive ('module') - C API

* Use new-style index directive ('module') - Library

* Use new-style index directive ('module') - Reference

* Use new-style index directive ('module') - Tutorial

* Uncomment module removal in pairindextypes

* Use new-style index directive ('module') - C API

* Use new-style index directive ('module') - Library

* Use new-style index directive ('module') - Reference
33 files changed:
Doc/c-api/exceptions.rst
Doc/c-api/init.rst
Doc/c-api/intro.rst
Doc/library/_thread.rst
Doc/library/binascii.rst
Doc/library/cmath.rst
Doc/library/copy.rst
Doc/library/copyreg.rst
Doc/library/exceptions.rst
Doc/library/fnmatch.rst
Doc/library/functions.rst
Doc/library/http.client.rst
Doc/library/internet.rst
Doc/library/locale.rst
Doc/library/marshal.rst
Doc/library/os.path.rst
Doc/library/os.rst
Doc/library/pdb.rst
Doc/library/posix.rst
Doc/library/pwd.rst
Doc/library/pyexpat.rst
Doc/library/runpy.rst
Doc/library/shelve.rst
Doc/library/site.rst
Doc/library/socket.rst
Doc/library/stdtypes.rst
Doc/reference/compound_stmts.rst
Doc/reference/datamodel.rst
Doc/reference/executionmodel.rst
Doc/reference/toplevel_components.rst
Doc/tools/extensions/pyspecific.py
Doc/tutorial/inputoutput.rst
Doc/tutorial/modules.rst