Index: trunk/docs/api/zoo-format-geojson.txt
===================================================================
--- trunk/docs/api/zoo-format-geojson.txt	(revision 191)
+++ trunk/docs/api/zoo-format-geojson.txt	(revision 192)
@@ -5,4 +5,8 @@
 
 Read and write GeoJSON.
+
+Inherits from
+
+- :ref:`ZOO.Format.JSON <api-zoo-format-json>`
 
 Properties	
Index: trunk/docs/api/zoo-format-gml.txt
===================================================================
--- trunk/docs/api/zoo-format-gml.txt	(revision 191)
+++ trunk/docs/api/zoo-format-gml.txt	(revision 192)
@@ -5,4 +5,8 @@
 
 Read/Write GML.
+
+Inherits from
+
+- :ref:`ZOO.Format <api-zoo-format>`
 
 Properties and Functions	
Index: trunk/docs/api/zoo-format-json.txt
===================================================================
--- trunk/docs/api/zoo-format-json.txt	(revision 191)
+++ trunk/docs/api/zoo-format-json.txt	(revision 192)
@@ -5,4 +5,8 @@
 
 A parser to read/write JSON safely.
+
+Inherits from
+
+- :ref:`ZOO.Format <api-zoo-format>`
 
 Properties	
Index: trunk/docs/api/zoo-format-kml.txt
===================================================================
--- trunk/docs/api/zoo-format-kml.txt	(revision 191)
+++ trunk/docs/api/zoo-format-kml.txt	(revision 192)
@@ -5,4 +5,8 @@
 
 Read/Write KML.
+
+Inherits from
+
+- :ref:`ZOO.Format <api-zoo-format>`
 
 Properties and Functions	
Index: trunk/docs/api/zoo-format-wkt.txt
===================================================================
--- trunk/docs/api/zoo-format-wkt.txt	(revision 191)
+++ trunk/docs/api/zoo-format-wkt.txt	(revision 192)
@@ -4,5 +4,9 @@
 ==============
 
-Class for reading and writing Well-Known Text. 
+Class for reading and writing Well-Known Text.
+
+Inherits from
+
+- :ref:`ZOO.Format <api-zoo-format>`
 
 Functions and Properties	
Index: trunk/docs/api/zoo-format-wps.txt
===================================================================
--- trunk/docs/api/zoo-format-wps.txt	(revision 191)
+++ trunk/docs/api/zoo-format-wps.txt	(revision 192)
@@ -5,4 +5,8 @@
 
 Read/Write WPS.
+
+Inherits from
+
+- :ref:`ZOO.Format <api-zoo-format>`
 
 Functions and Properties	
Index: trunk/docs/api/zoo-geometry-collection.txt
===================================================================
--- trunk/docs/api/zoo-geometry-collection.txt	(revision 191)
+++ trunk/docs/api/zoo-geometry-collection.txt	(revision 192)
@@ -4,5 +4,19 @@
 =======================
 
-A Collection is exactly what it sounds like: A collection of different Geometries.
+A Collection is exactly what it sounds like: A collection of different Geometries.  
+These are stored in the local parameter :ref:`components <components>` (which can 
+be passed as a parameter to the constructor).
+
+As new geometries are added to the collection, they are NOT cloned.  When removing geometries, 
+they need to be specified by reference (ie you have to pass in the exact geometry to be removed).
+
+The <getArea> and :ref:`getLength <getLength>` functions here merely iterate through the components, 
+summing their respective areas and lengths.
+
+Create a new instance with the :ref:`ZOO.Geometry.Collection <ZOO.Geometry.Collection>` constructor.
+
+Inherits from
+
+- :ref:`ZOO.Geometry <api-zoo-geometry>`
 
 Properties	
Index: trunk/docs/api/zoo-geometry-point.txt
===================================================================
--- trunk/docs/api/zoo-geometry-point.txt	(revision 191)
+++ trunk/docs/api/zoo-geometry-point.txt	(revision 192)
@@ -5,4 +5,8 @@
 
 Point geometry class.
+
+Inherits from
+
+- :ref:`ZOO.Geometry <api-zoo-geometry>`
 
 Properties	
