PYAPI: Fix freestyle submodules without tocrees
Fixes 6 compile warnings Follow up on rBf87ca5f1c314f67353b6111d3647aef159dc07c6
This commit is contained in:
@@ -19,17 +19,20 @@
|
|||||||
"""
|
"""
|
||||||
This module provides data types of view map components (0D and 1D
|
This module provides data types of view map components (0D and 1D
|
||||||
elements), base classes for defining line stylization rules
|
elements), base classes for defining line stylization rules
|
||||||
(predicates, functions, chaining iterators, and stroke shaders), as
|
(predicates, functions, chaining iterators, and stroke shaders),
|
||||||
well as helper functions for style module writing.
|
as well as helper functions for style module writing.
|
||||||
|
|
||||||
Submodules:
|
Submodules:
|
||||||
|
|
||||||
* :mod:`freestyle.types`
|
.. toctree::
|
||||||
* :mod:`freestyle.predicates`
|
:maxdepth: 1
|
||||||
* :mod:`freestyle.functions`
|
|
||||||
* :mod:`freestyle.chainingiterators`
|
freestyle.types.rst
|
||||||
* :mod:`freestyle.shaders`
|
freestyle.predicates.rst
|
||||||
* :mod:`freestyle.utils`
|
freestyle.functions.rst
|
||||||
|
freestyle.chainingiterators.rst
|
||||||
|
freestyle.shaders.rst
|
||||||
|
freestyle.utils.rst
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user