Skip to content

Commit

Permalink
Merge pull request #248 from jzuhone/no_doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros authored Jul 14, 2022
2 parents 9a788e4 + aff9061 commit 10ab887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ you run into issues please let us know by `opening an issue on GitHub
``unyt`` namespace as well as when a unit name is passed as a string to
``unyt``. For example:

.. doctest::
.. code-block::
>>> from unyt import meter, second
>>> data = 1000.0 * meter / second
Expand Down Expand Up @@ -343,7 +343,7 @@ you run into issues please let us know by `opening an issue on GitHub
system so that conversions to "base" units will end up in that non-MKS
system. For example:

.. doctest::
.. code-block::
>>> from unyt import UnitRegistry, unyt_quantity
>>> ureg = UnitRegistry(unit_system="cgs")
Expand All @@ -358,7 +358,7 @@ you run into issues please let us know by `opening an issue on GitHub
populated. For example, the author of a library making use of ``unyt`` could
create an object that users can use to access unit data like this:

.. doctest::
.. code-block::
>>> from unyt.unit_systems import add_symbols
>>> from unyt.unit_registry import UnitRegistry
Expand Down

0 comments on commit 10ab887

Please sign in to comment.