From eea13cd4236b7f749a307f960344497a6cee4c63 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Waldrop" Date: Mon, 29 Apr 2024 10:29:40 -0500 Subject: [PATCH] Fix python example linenos after formatting changes. --- docs/source/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/quickstart.rst b/docs/source/quickstart.rst index 074824c..84956b1 100644 --- a/docs/source/quickstart.rst +++ b/docs/source/quickstart.rst @@ -35,7 +35,7 @@ the current process. As an example: .. literalinclude:: ../../tests/python/doc_snippets/test_quickstart.py :language: python - :lines: 24-25, 27-28, 30-31, 33-34 + :lines: 27-37 :dedent: 8 The ``RuntimeView`` also allows you to access other ``ResourceSet`` instances. @@ -94,7 +94,7 @@ environment. Say we wanted to know how much total RAM each resource set has: .. literalinclude:: ../../tests/python/doc_snippets/test_quickstart.py :language: python - :lines: 36-37 + :lines: 39-40 :dedent: 8 To summarize: