diff options
author | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-03 14:06:57 -0400 |
---|---|---|
committer | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-03 14:06:57 -0400 |
commit | bc46a29b561937b30de101c8d668321ae9f5b594 (patch) | |
tree | dcea1ca5bee4aa31eca6906e5d0a526c620bb763 /doc/source | |
parent | c7c48f10cbcb04c23e777c2d4311f9cb278a4ba0 (diff) | |
download | chroma-bc46a29b561937b30de101c8d668321ae9f5b594.tar.gz chroma-bc46a29b561937b30de101c8d668321ae9f5b594.tar.bz2 chroma-bc46a29b561937b30de101c8d668321ae9f5b594.zip |
reorder members in chroma.make sphinx documentation.
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/geometry.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/source/geometry.rst b/doc/source/geometry.rst index ac4c3b1..fd440f3 100644 --- a/doc/source/geometry.rst +++ b/doc/source/geometry.rst @@ -2,8 +2,7 @@ Building a Geometry =================== Mesh Modelling Tools ------------------------ +-------------------- .. automodule:: chroma.make - :members: - + :members: linear_extrude, rotate_extrude, box, cube, cylinder, segmented_cylinder, sphere, torus |