[Bf-blender-cvs] [e1983adef47] master: PYAPI: Fix freestyle submodules without tocrees

Aaron Carlisle noreply at git.blender.org
Wed Jun 14 20:43:30 CEST 2017


Commit: e1983adef47bc4134ef4c97786f62a1275b38363
Author: Aaron Carlisle
Date:   Wed Jun 14 14:41:07 2017 -0400
Branches: master
https://developer.blender.org/rBe1983adef47bc4134ef4c97786f62a1275b38363

PYAPI: Fix freestyle submodules without tocrees

Fixes 6 compile warnings
Follow up on rBf87ca5f1c314f67353b6111d3647aef159dc07c6

===================================================================

M	release/scripts/freestyle/modules/freestyle/__init__.py

===================================================================

diff --git a/release/scripts/freestyle/modules/freestyle/__init__.py b/release/scripts/freestyle/modules/freestyle/__init__.py
index d2795f65b6a..6f6b44224d8 100644
--- a/release/scripts/freestyle/modules/freestyle/__init__.py
+++ b/release/scripts/freestyle/modules/freestyle/__init__.py
@@ -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
 """




More information about the Bf-blender-cvs mailing list