Skip to content

Commit fe20293

Browse files
committed
Links in headers don't always work nicely
1 parent c357322 commit fe20293

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Doc/library/profile.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ a straightforward migration path.
5454
continue to work without modification.
5555

5656

57-
:mod:`!profile` and :mod:`profiling.tracing` Module Reference
58-
=============================================================
57+
:mod:`!profile` and :mod:`!profiling.tracing` module reference
58+
==============================================================
5959

6060
Both the :mod:`profile` and :mod:`profiling.tracing` modules provide the
6161
following functions:
@@ -175,8 +175,8 @@ during the called command/function execution) no profiling results will be
175175
printed.
176176

177177

178-
Differences from :mod:`profiling.tracing`
179-
=========================================
178+
Differences from :mod:`!profiling.tracing`
179+
==========================================
180180

181181
The :mod:`profile` module differs from :mod:`profiling.tracing` in several
182182
ways:

Doc/library/pstats.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ When files are combined, statistics for identical functions (same file, line,
127127
and name) are accumulated, giving an aggregate view across all profiling runs.
128128

129129

130-
The :class:`Stats` Class
131-
========================
130+
The :class:`!Stats` class
131+
=========================
132132

133133
.. class:: Stats(*filenames_or_profile, stream=sys.stdout)
134134

0 commit comments

Comments
 (0)