Skip to content

Commit 717c4e4

Browse files
committed
remove rst extension from inline doc links
1 parent 50d27e1 commit 717c4e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/howto/perf_profiling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ enabled, the interpreter will interpose a small piece of code compiled on the
2525
fly before the execution of every Python function and it will teach ``perf`` the
2626
relationship between this piece of code and the associated Python function using
2727
`perf map files`_. If you're an extension author interested in having your extension
28-
write to the perf map files, refer to :doc:`the C-API <../c-api/perfmaps.rst>`.
28+
write to the perf map files, refer to :doc:`the C-API <../c-api/perfmaps>`.
2929

3030
.. note::
3131

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Introduced :c:func:`PyUnstable_WritePerfMapEntry`, :c:func:`PyUnstable_PerfMapState_Init` and
22
:c:func:`PyUnstable_PerfMapState_Fini`. These allow extension modules (JIT compilers in
33
particular) to write to perf-map files in a thread safe manner. The
4-
:doc:`perf profiling feature <../howto/perf_profiling.rst>` also uses these APIs to write
4+
:doc:`../howto/perf_profiling` also uses these APIs to write
55
entries in the perf-map file.

0 commit comments

Comments
 (0)