@@ -1,3 +1,4 @@
.DS_Store
*.swp
.project
+doc/_build
@@ -1,2 +1,7 @@
-Clock - something
------------------
+Clock - Keeps track of time
+---------------------------
+
+.. js:class:: Clock()
+ Keeps track of time
-Edge - something
-----------------
+Edge - Edge between two vertices
+--------------------------------
+.. js:class:: Edge()
+ Edge between two vertices
-Face3 - something
+Face3 - Three-sided face
+------------------------
+.. js:class:: Face3()
+ Three-sided face
-Face4 - something
+Face4 - Four-sided face
+-----------------------
+.. js:class:: Face4()
+ Four-sided face
-Geometry - something
---------------------
+Geometry - Base class for geometry types
+----------------------------------------
+.. js:class:: Geometry()
+ Base class for geometry types
-Math - something
+Math - Math utility functions
+-----------------------------
+.. js:class:: Math()
+ Math utility functions
-Matrix3 - something
--------------------
+Matrix3 - A 3x3 matrix
+----------------------
+.. js:class:: Matrix3()
+ A 3x3 matrix
-Matrix4 - something
+Matrix4 - A 4x4 Matrix
+.. js:class:: Matrix4()
+ A 4x4 Matrix
-Object3D - something
+Object3D - Base class for scene graph objects
+---------------------------------------------
+.. js:class:: Object3D()
+ Base class for scene graph objects
-Projector - something
----------------------
+Projector - Utilities for projecting primitives between spaces
+--------------------------------------------------------------
+.. js:class:: Projector()
+ Utilities for projecting primitives between spaces
-Quaternion - something
-----------------------
+Quaternion - Implementation of a quaternion
+-------------------------------------------
+.. js:class:: Quaternion()
+ Implementation of a quaternion
-Ray - something
----------------
+Ray - Representation of a ray in space
+--------------------------------------
+.. js:class:: Ray()
+ Representation of a ray in space
-Rectangle - something
+Rectangle - Represents a 2D rectangle
+-------------------------------------
+.. js:class:: Rectangle()
+ Represents a 2D rectangle
-Spline - something
-------------------
+Spline - Represents a spline
+----------------------------
+.. js:class:: Spline()
+ Represents a spline
-UV - something
---------------
+UV - Represents a texture coordinate
+------------------------------------
+.. js:class:: UV()
+ Represents a texture coordinate
-Vector2 - something
+Vector2 - 2D vector
+.. js:class:: Vector2()
+ 2D vector
-Vector3 - something
+Vector3 - 3D vector
+.. js:class:: Vector3()
+ 3D vector
-Vector4 - something
+Vector4 - 4D vector
+.. js:class:: Vector4()
+ 4D vector
-Vertex - something
+Vertex - Represents a vertex in space
+.. js:class:: Vertex()
+ Represents a vertex in space