@@ -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
467467web-based tool originally built for profiling Firefox itself. It provides
468468features beyond basic flame graphs, including a timeline view, call tree
469469exploration, 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
471471detailed usage instructions.
472472
473473To 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