Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kpet committed Aug 6, 2024
1 parent 9f73740 commit 14f296f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/dev/adding_instruments/instrument.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ All standard instruments should be child class of :class:`Instrument <pymeasure.

The most basic instrument, for our "Extreme 5000" example starts like this:

.. testsetup::

# Behind the scene, replace Instrument with FakeInstrument to enable
# doctesting simple usage cases (default doctest group)
from pymeasure.instruments.fakes import FakeInstrument as Instrument


.. testcode::

#
Expand Down

0 comments on commit 14f296f

Please # to comment.