Skip to content

Commit 7d7b14e

Browse files
committed
Prefer anonymous links
1 parent bf389fe commit 7d7b14e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/library/profiling-sampling.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -463,11 +463,11 @@ Profiler::
463463
python -m profiling.sampling run --gecko script.py
464464
python -m profiling.sampling run --gecko -o profile.json script.py
465465

466-
The `Firefox Profiler <https://profiler.firefox.com>`_ is a sophisticated
466+
The `Firefox Profiler <https://profiler.firefox.com>`__ is a sophisticated
467467
web-based tool originally built for profiling Firefox itself. It provides
468468
features beyond basic flame graphs, including a timeline view, call tree
469469
exploration, and marker visualization. See the
470-
`Firefox Profiler documentation <https://profiler.firefox.com/docs/#/>`_ for
470+
`Firefox Profiler documentation <https://profiler.firefox.com/docs/#/>`__ for
471471
detailed usage instructions.
472472

473473
To use the output, open the Firefox Profiler in your browser and load the
@@ -756,9 +756,9 @@ Run command options
756756
:mod:`pstats`
757757
Statistics analysis for profile data.
758758

759-
`Firefox Profiler <https://profiler.firefox.com>`_
759+
`Firefox Profiler <https://profiler.firefox.com>`__
760760
Web-based profiler that accepts Gecko format output. See the
761-
`documentation <https://profiler.firefox.com/docs/#/>`_ for usage details.
761+
`documentation <https://profiler.firefox.com/docs/#/>`__ for usage details.
762762

763-
`FlameGraph <https://github.com/brendangregg/FlameGraph>`_
763+
`FlameGraph <https://github.com/brendangregg/FlameGraph>`__
764764
Tools for generating flame graphs from collapsed stack format.

0 commit comments

Comments
 (0)