Skip to content

Commit 10b3def

Browse files
committed
update the autogen with plugin documentation changes
1 parent 752c676 commit 10b3def

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/tutorials/otio-serialized-schema.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,13 @@ parameters:
221221
```
222222
Defines an OTIO plugin Manifest.
223223
224-
This is an internal OTIO implementation detail. A manifest tracks a
225-
collection of adapters and allows finding specific adapters by suffix
224+
This is considered an internal OTIO implementation detail.
226225
227-
For writing your own adapters, consult:
228-
https://opentimelineio.readthedocs.io/en/latest/tutorials/write-an-adapter.html#
226+
A manifest tracks a collection of plugins and enables finding them by name
227+
or other features (in the case of adapters, what file suffixes they
228+
advertise support for).
229+
230+
For more information, consult the documenation.
229231
230232
```
231233

0 commit comments

Comments
 (0)