We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752c676 commit 10b3defCopy full SHA for 10b3def
docs/tutorials/otio-serialized-schema.md
@@ -221,11 +221,13 @@ parameters:
221
```
222
Defines an OTIO plugin Manifest.
223
224
- This is an internal OTIO implementation detail. A manifest tracks a
225
- collection of adapters and allows finding specific adapters by suffix
+ This is considered an internal OTIO implementation detail.
226
227
- For writing your own adapters, consult:
228
- https://opentimelineio.readthedocs.io/en/latest/tutorials/write-an-adapter.html#
+ A manifest tracks a collection of plugins and enables finding them by name
+ or other features (in the case of adapters, what file suffixes they
+ advertise support for).
229
+
230
+ For more information, consult the documenation.
231
232
233
0 commit comments