Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Doc/library/cmdline.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following modules have a command-line interface.
* :ref:`calendar <calendar-cli>`
* :mod:`code`
* :ref:`compileall <compileall-cli>`
* :mod:`cProfile`: see :ref:`profile <profile-cli>`
* ``cProfile``: see :ref:`profiling.tracing <profiling-tracing-cli>`
* :ref:`dis <dis-cli>`
* :ref:`doctest <doctest-cli>`
* :mod:`!encodings.rot_13`
Expand All @@ -31,8 +31,9 @@ The following modules have a command-line interface.
* :ref:`pickletools <pickletools-cli>`
* :ref:`platform <platform-cli>`
* :mod:`poplib`
* :ref:`profile <profile-cli>`
* :mod:`pstats`
* :ref:`profiling.sampling <profiling-sampling>`
* :ref:`profiling.tracing <profiling-tracing-cli>`
* :ref:`pstats <pstats-cli>`
* :ref:`py_compile <py_compile-cli>`
* :mod:`pyclbr`
* :mod:`pydoc`
Expand Down
5 changes: 3 additions & 2 deletions Doc/library/debug.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
***********************
Debugging and Profiling
Debugging and profiling
***********************

These libraries help you with Python development: the debugger enables you to
Expand All @@ -15,7 +15,8 @@ intrusive debugging or patching.
bdb.rst
faulthandler.rst
pdb.rst
profile.rst
profiling.rst
pstats.rst
timeit.rst
trace.rst
tracemalloc.rst
Loading
Loading