cpython/Doc/howto/index.rst
Hugo van Kemenade 20c0c8cf38
[3.12] Update the documentation howto index page and group docs into 3 logical sections (GH-119366) (#127811)
(cherry picked from commit a26d27e7ee)

Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
2024-12-11 08:58:37 +02:00

62 lines
1.2 KiB
ReStructuredText

***************
Python HOWTOs
***************
Python HOWTOs are documents that cover a specific topic in-depth.
Modeled on the Linux Documentation Project's HOWTO collection, this collection is an
effort to foster documentation that's more detailed than the
Python Library Reference.
.. toctree::
:maxdepth: 1
:hidden:
cporting.rst
curses.rst
descriptor.rst
gdb_helpers.rst
enum.rst
functional.rst
logging.rst
logging-cookbook.rst
regex.rst
sockets.rst
sorting.rst
unicode.rst
urllib2.rst
argparse.rst
ipaddress.rst
instrumentation.rst
perf_profiling.rst
annotations.rst
isolating-extensions.rst
mro.rst
General:
* :ref:`annotations-howto`
* :ref:`argparse-tutorial`
* :ref:`descriptorhowto`
* :ref:`enum-howto`
* :ref:`functional-howto`
* :ref:`ipaddress-howto`
* :ref:`logging-howto`
* :ref:`logging-cookbook`
* :ref:`regex-howto`
* :ref:`sortinghowto`
* :ref:`unicode-howto`
* :ref:`urllib-howto`
Advanced development:
* :ref:`curses-howto`
* :ref:`isolating-extensions-howto`
* :ref:`python_2.3_mro`
* :ref:`socket-howto`
* :ref:`cporting-howto`
Debugging and profiling:
* :ref:`gdb`
* :ref:`instrumentation`
* :ref:`perf_profiling`