@@ -38,7 +38,7 @@ The *aces-dev* *CTL* reference graph can be plotted but it requires `Graphviz <h
3838to be installed on the system.
3939
4040Docker
41- ------
41+ ~~~~~~
4242
4343Installing the dependencies for the `previous config generator <https://github.com/imageworks/OpenColorIO-Configs >`__
4444was not a trivial task. For ease of use an `aswf-docker <https://github.com/AcademySoftwareFoundation/aswf-docker >`__
@@ -59,43 +59,43 @@ Then, to run *bash* in the container::
5959 docker run -it -v ${PWD}:/home/aswf/OpenColorIO-Config-ACES aswf/opencolorio-config-aces:latest /bin/bash
6060
6161Pypi
62- ----
62+ ~~~~
6363
6464The **OpenColorIO Configuration for ACES ** package requires various
6565dependencies in order to run and be able to generate the *OCIO * configurations:
6666
6767Primary Dependencies
68- ********************
68+ ~~~~~~~~~~~~~~~~~~~~
6969
70- - `python >= 3.10, < 3.14 <https://www.python.org/download/releases >`__
71- - `opencolorio <https://pypi.org/project/opencolorio >`__
72- - `requests <https://pypi.org/project/requests >`__
73- - `semver <https://pypi.org/project/semver >`__
70+ - `python >= 3.10, < 3.14 <https://www.python.org/download/releases >`__
71+ - `opencolorio <https://pypi.org/project/opencolorio >`__
72+ - `requests <https://pypi.org/project/requests >`__
73+ - `semver <https://pypi.org/project/semver >`__
7474
7575Optional Dependencies
76- *********************
76+ ~~~~~~~~~~~~~~~~~~~~~
7777
78- - `colour-science <https://pypi.org/project/colour-science >`__
79- - `graphviz <https://www.graphviz.org >`__
80- - `jsonpickle <https://jsonpickle.github.io >`__
81- - `networkx <https://pypi.org/project/networkx >`__
82- - `pydot <https://pypi.org/project/pydot >`__
78+ - `colour-science <https://pypi.org/project/colour-science >`__
79+ - `graphviz <https://www.graphviz.org >`__
80+ - `jsonpickle <https://jsonpickle.github.io >`__
81+ - `networkx <https://pypi.org/project/networkx >`__
82+ - `pydot <https://pypi.org/project/pydot >`__
8383
8484Docs Dependencies
85- *****************
85+ ~~~~~~~~~~~~~~~~~
8686
87- - `pydata-sphinx-theme <https://pypi.org/project/pydata-sphinx-theme >`__
88- - `sphinx <https://pypi.org/project/sphinx >`__
87+ - `pydata-sphinx-theme <https://pypi.org/project/pydata-sphinx-theme >`__
88+ - `sphinx <https://pypi.org/project/sphinx >`__
8989
9090Development Dependencies
91- ************************
92-
93- - `coverage <https://pypi.org/project/coverage >`__
94- - `coveralls <https://pypi.org/project/coveralls >`__
95- - `hatch <https://pypi.org/project/hatch >`__
96- - `invoke <https://pypi.org/project/invoke >`__
97- - `pre-commit <https://pypi.org/project/pre-commit >`__
98- - `pyright <https://pypi.org/project/pyright >`__
99- - `pytest <https://pypi.org/project/pytest >`__
100- - `pytest-cov <https://pypi.org/project/pytest-cov >`__
101- - `pytest-xdist <https://pypi.org/project/pytest-xdist >`__
91+ ~~~~~~~~~~~~~~~~~~~~~~~~
92+
93+ - `coverage <https://pypi.org/project/coverage >`__
94+ - `coveralls <https://pypi.org/project/coveralls >`__
95+ - `hatch <https://pypi.org/project/hatch >`__
96+ - `invoke <https://pypi.org/project/invoke >`__
97+ - `pre-commit <https://pypi.org/project/pre-commit >`__
98+ - `pyright <https://pypi.org/project/pyright >`__
99+ - `pytest <https://pypi.org/project/pytest >`__
100+ - `pytest-cov <https://pypi.org/project/pytest-cov >`__
101+ - `pytest-xdist <https://pypi.org/project/pytest-xdist >`__
0 commit comments