Skip to content

Commit

Permalink
Fix developer guide in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
glentner committed Dec 19, 2021
1 parent 0539eeb commit 7d1caf1
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/source/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@ The **monitor** command-line interface is written in Python and uses the **psuti
library. Additional resources may be possible to collect but may not necessarily be
easily made cross-platform.

The GPU functionality is simply a wrapper around command-line tools, currently just
``nvidia-smi``. In the library, this has been implemented by a fully generalized notion
of a *Status* object. In principle, anything that could conceivably be invoked on the
command-line need only have a parser method implemented. For example:
The GPU functionality is simply a wrapper external tools, e.g., ``nvidia-smi``.
In the library, a fully generalized notion of an *ExternalMetric* interface is provided.
In principle, anything that could conceivably be invoked on the
command-line need only have a parser method implemented.

For example:

.. code-block:: python
Expand Down

0 comments on commit 7d1caf1

Please sign in to comment.