mirror of
https://github.com/iluvcapra/pycmx.git
synced 2025-12-31 17:00:53 +00:00
documentation
This commit is contained in:
@@ -50,11 +50,10 @@ function:
|
|||||||
with open("tests/edls/TEST.edl") as f:
|
with open("tests/edls/TEST.edl") as f:
|
||||||
edl = pycmx.parse_cmx3600(f)
|
edl = pycmx.parse_cmx3600(f)
|
||||||
|
|
||||||
This returns a generator tha will yield each :class:`~pycmx.event.Event`.
|
This returns a generator that will yield each :class:`~pycmx.event.Event`.
|
||||||
Events can have multiple edits, if they are a part of a cross-dissolve oe a
|
Events can have multiple edits, if they are a part of a cross-dissolve or a
|
||||||
key.
|
key.
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 5
|
:maxdepth: 5
|
||||||
:caption: API Reference
|
:caption: API Reference
|
||||||
|
|||||||
Reference in New Issue
Block a user