Skip to content

Commit

Permalink
Merge pull request #5 from colour-science/feature/code_style
Browse files Browse the repository at this point in the history
PR: Improve overall code consistency.
  • Loading branch information
hpd committed Aug 3, 2015
2 parents 01bc8e5 + 465abef commit 7d36b2a
Show file tree
Hide file tree
Showing 16 changed files with 1,123 additions and 1,071 deletions.
6 changes: 3 additions & 3 deletions aces_1.0.0/python/aces_ocio/__init__.py
Expand Up @@ -11,10 +11,10 @@
Python
******
>>> from aces_ocio.aces_config import create_ACES_config
>>> from aces_ocio.generate_config import generate_config
>>> aces_ctl_directory = '/path/to/github/checkout/releases/v1.0.0/transforms/ctl'
>>> config_directory = '/path/to/configuration/dir'
>>> create_ACES_config(aces_ctl_directory, config_directory, 1024, 33, True)
>>> generate_config(aces_ctl_directory, config_directory, 1024, 33, True)
Command Line
************
Expand Down Expand Up @@ -88,4 +88,4 @@
__change_version__ = '0'
__version__ = '.'.join((__major_version__,
__minor_version__,
__change_version__))
__change_version__))

0 comments on commit 7d36b2a

Please sign in to comment.