Skip to content

Commit d07922f

Browse files
committed
README: Double-backtick code for proper ReST markup
1 parent 27562b0 commit d07922f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
This package provides an object-oriented interface to the Comedi_
22
drivers. The standard Python interface bundled with Comedilib is a
33
simple SWIG clone of the C interface. In pycomedi, we convert the
4-
functions into class methods (see `pycomedi.classes`), so you don't
5-
have to worry about dragging around opaque types like `comedi_t *`
4+
functions into class methods (see ``pycomedi.classes``), so you don't
5+
have to worry about dragging around opaque types like ``comedi_t *``
66
device pointers. We also bundle related constants together in
7-
`_Enums` and `_Flags` (see `pycomedi.constants`), to make handling
8-
common operations like flag manipulations simpler. Finally, there are
9-
a number of utility classes (see `pycomedi.utility`) to make common
10-
tasks like creating instructions or reading hardware-timed analog
11-
input easier.
7+
``_Enums`` and ``_Flags`` (see ``pycomedi.constants``), to make
8+
handling common operations like flag manipulations simpler. Finally,
9+
there are a number of utility classes (see ``pycomedi.utility``) to
10+
make common tasks like creating instructions or reading hardware-timed
11+
analog input easier.
1212

1313

1414
Installation
@@ -71,7 +71,7 @@ standard::
7171
Usage
7272
=====
7373

74-
See the examples in the `doc` directory.
74+
See the examples in the ``doc`` directory.
7575

7676

7777
Testing

0 commit comments

Comments
 (0)