Skip to content

Commit c3a2515

Browse files
committed
make doc-model-update (from failed make test)
1 parent 746d517 commit c3a2515

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

docs/tutorials/otio-serialized-schema.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,24 @@ changes. If it needs to be updated and this file regenerated, run:
2929
```
3030
Adapters 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-
4848
adapter.html. # noqa
49-
49+
5050
```
5151

5252
parameters:
@@ -238,14 +238,14 @@ parameters:
238238
```
239239
Defines an OTIO plugin Manifest.
240240
241-
This is considered an internal OTIO implementation detail.
241+
This is considered an internal OTIO implementation detail.
242242
243-
A manifest tracks a collection of plugins and enables finding them by name
244-
or other features (in the case of adapters, what file suffixes they
245-
advertise support for).
243+
A manifest tracks a collection of plugins and enables finding them by name
244+
or other features (in the case of adapters, what file suffixes they
245+
advertise support for).
246+
247+
For more information, consult the documentation.
246248
247-
For more information, consult the documentation.
248-
249249
```
250250

251251
parameters:
@@ -264,8 +264,8 @@ parameters:
264264

265265
```
266266
A class of plugin that is encoded in a python module, exposed via a
267-
manifest.
268-
267+
manifest.
268+
269269
```
270270

271271
parameters:

0 commit comments

Comments
 (0)