Skip to content

Commit 12fe74d

Browse files
committed
built with older python and ran make doc-model-update again as suggested by test
Signed-off-by: apetrynet <[email protected]>
1 parent 490c2f1 commit 12fe74d

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:
@@ -261,14 +261,14 @@ parameters:
261261
```
262262
Defines 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

274274
parameters:
@@ -287,8 +287,8 @@ parameters:
287287

288288
```
289289
A class of plugin that is encoded in a python module, exposed via a
290-
manifest.
291-
290+
manifest.
291+
292292
```
293293

294294
parameters:

0 commit comments

Comments
 (0)