diff options
author | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-06 17:13:12 -0400 |
---|---|---|
committer | Anthony LaTorre <tlatorre9@gmail.com> | 2011-09-06 17:13:12 -0400 |
commit | 3d3140071713e523516793258e3c904ca162d7b7 (patch) | |
tree | a12189fa9db4463ecdf97dc3f96dc8f1047e9016 /doc/source | |
parent | 5faac96409ac736de411d5ee1dd848224a79c97c (diff) | |
download | chroma-3d3140071713e523516793258e3c904ca162d7b7.tar.gz chroma-3d3140071713e523516793258e3c904ca162d7b7.tar.bz2 chroma-3d3140071713e523516793258e3c904ca162d7b7.zip |
add Mesh class to sphinx documentation.
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/geometry.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/geometry.rst b/doc/source/geometry.rst index 5f2135a..347e1d3 100644 --- a/doc/source/geometry.rst +++ b/doc/source/geometry.rst @@ -1,6 +1,14 @@ Building a Geometry =================== +.. module:: chroma.geometry + +The Mesh Class +-------------- + +.. autoclass:: Mesh + :members: + Importing from STL ------------------ |