summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorAnthony LaTorre <tlatorre9@gmail.com>2011-09-06 17:13:12 -0400
committerAnthony LaTorre <tlatorre9@gmail.com>2011-09-06 17:13:12 -0400
commit3d3140071713e523516793258e3c904ca162d7b7 (patch)
treea12189fa9db4463ecdf97dc3f96dc8f1047e9016 /doc/source
parent5faac96409ac736de411d5ee1dd848224a79c97c (diff)
downloadchroma-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.rst8
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
------------------