summaryrefslogtreecommitdiff
path: root/docs/developers/index.rst
blob: 67a2da267212599de01bfaaa4bebdc7e63bbb490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.. _developer-guide:

Developer guide
===============

Some information on contributing to OCIO:

.. toctree::
    :maxdepth: 1

    getting_started
    coding_guidelines
    submitting_changes
    issues

Instructions on using OCIO:

.. toctree::
    :maxdepth: 1

    usage_examples

C++ API documentation:

.. toctree::
    :maxdepth: 1
    
    api/index

Python API documentation:

.. toctree::
    :maxdepth: 1
    
    bindings/PythonAPI
    bindings/PythonTransforms
    bindings/PythonTypes

Internal Architecture:

.. toctree::
    :maxdepth: 1

    internal_architecture