From 9b01d64f4dc8636604494f32ac847fbddee95ed3 Mon Sep 17 00:00:00 2001 From: Jeffrey Novotny Date: Thu, 18 Jul 2024 17:32:36 -0400 Subject: [PATCH] Additional edits based on the external review --- docs/how-to/profiling-python-scripts.rst | 12 ++++++++---- docs/how-to/understanding-omnitrace-output.rst | 13 +++++++------ docs/install/install.rst | 2 ++ docs/reference/development-guide.rst | 10 +++++----- 4 files changed, 22 insertions(+), 15 deletions(-) diff --git a/docs/how-to/profiling-python-scripts.rst b/docs/how-to/profiling-python-scripts.rst index f080f47a3..c1185f679 100644 --- a/docs/how-to/profiling-python-scripts.rst +++ b/docs/how-to/profiling-python-scripts.rst @@ -54,13 +54,17 @@ This means the following commands are effectively equivalent: omnitrace-python --help +and + +.. code-block:: shell + export PYTHONPATH=/opt/omnitrace/lib/python3.8/site-packages:${PYTHONPATH} python3.8 -m omnitrace --help .. note:: ``omnitrace-python`` and ``python -m omnitrace`` use the same command-line syntax - as the ``omnitrace`` executable (``omnitrace-python --