mirror of
https://github.com/iluvcapra/pycmx.git
synced 2026-01-01 17:30:55 +00:00
docs
This commit is contained in:
@@ -37,15 +37,17 @@ Getting Started
|
|||||||
Install `pycmx` with pip.
|
Install `pycmx` with pip.
|
||||||
|
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
pip install pycmx
|
pip install pycmx
|
||||||
|
|
||||||
`pycmx` parses an EDL with the `parse_cmx3600` function:
|
`pycmx` parses an EDL with the `parse_cmx3600` function:
|
||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
import pycmx
|
|
||||||
|
|
||||||
with open("tests/edls/TEST.edl") as f
|
import pycmx
|
||||||
... edl = pycmx.parse_cmx3600(f)
|
|
||||||
|
with open("tests/edls/TEST.edl") as f:
|
||||||
|
edl = pycmx.parse_cmx3600(f)
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|||||||
Reference in New Issue
Block a user