Skip to content

Commit

Permalink
Fix python example linenos after formatting changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaldrop107 committed Apr 29, 2024
1 parent 2a8a6cc commit eea13cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit eea13cd

Please sign in to comment.