@@ -29,24 +29,24 @@ changes. If it needs to be updated and this file regenerated, run:
2929```
3030Adapters convert between OTIO and other formats.
3131
32- Note that this class is not subclassed by adapters. Rather, an adapter is
33- a python module that implements at least one of the following functions:
32+ Note that this class is not subclassed by adapters. Rather, an adapter is
33+ a python module that implements at least one of the following functions:
3434
35- .. code-block:: python
35+ .. code-block:: python
3636
37- write_to_string(input_otio)
38- write_to_file(input_otio, filepath) (optionally inferred)
39- read_from_string(input_str)
40- read_from_file(filepath) (optionally inferred)
37+ write_to_string(input_otio)
38+ write_to_file(input_otio, filepath) (optionally inferred)
39+ read_from_string(input_str)
40+ read_from_file(filepath) (optionally inferred)
4141
42- ...as well as a small json file that advertises the features of the adapter
43- to OTIO. This class serves as the wrapper around these modules internal
44- to OTIO. You should not need to extend this class to create new adapters
45- for OTIO.
42+ ...as well as a small json file that advertises the features of the adapter
43+ to OTIO. This class serves as the wrapper around these modules internal
44+ to OTIO. You should not need to extend this class to create new adapters
45+ for OTIO.
4646
47- For more information: https://opentimelineio.readthedocs.io/en/latest/tutorials/write-an-
47+ For more information: https://opentimelineio.readthedocs.io/en/latest/tutorials/write-an-
4848adapter.html. # noqa
49-
49+
5050```
5151
5252parameters:
@@ -261,14 +261,14 @@ parameters:
261261```
262262Defines an OTIO plugin Manifest.
263263
264- This is considered an internal OTIO implementation detail.
264+ This is considered an internal OTIO implementation detail.
265265
266- A manifest tracks a collection of plugins and enables finding them by name
267- or other features (in the case of adapters, what file suffixes they
268- advertise support for).
269-
270- For more information, consult the documentation.
266+ A manifest tracks a collection of plugins and enables finding them by name
267+ or other features (in the case of adapters, what file suffixes they
268+ advertise support for).
271269
270+ For more information, consult the documentation.
271+
272272```
273273
274274parameters:
@@ -287,8 +287,8 @@ parameters:
287287
288288```
289289A class of plugin that is encoded in a python module, exposed via a
290- manifest.
291-
290+ manifest.
291+
292292```
293293
294294parameters:
0 commit comments