PYAPI: Fix freestyle submodules without tocrees

Fixes 6 compile warnings
Follow up on rBf87ca5f1c314f67353b6111d3647aef159dc07c6
This commit is contained in:
Aaron Carlisle 2017-06-14 14:41:07 -04:00
parent 481cf2982b
commit e1983adef4
1 changed files with 11 additions and 8 deletions

View File

@ -19,17 +19,20 @@
"""
This module provides data types of view map components (0D and 1D
elements), base classes for defining line stylization rules
(predicates, functions, chaining iterators, and stroke shaders), as
well as helper functions for style module writing.
(predicates, functions, chaining iterators, and stroke shaders),
as well as helper functions for style module writing.
Submodules:
* :mod:`freestyle.types`
* :mod:`freestyle.predicates`
* :mod:`freestyle.functions`
* :mod:`freestyle.chainingiterators`
* :mod:`freestyle.shaders`
* :mod:`freestyle.utils`
.. toctree::
:maxdepth: 1
freestyle.types.rst
freestyle.predicates.rst
freestyle.functions.rst
freestyle.chainingiterators.rst
freestyle.shaders.rst
freestyle.utils.rst
"""