[Commits] r890 - in core/trunk/docsrc/lib: . GeoExt

commits at geoext.org commits at geoext.org
Thu May 28 23:10:50 CEST 2009


Author: tschaub
Date: 2009-05-28 23:10:50 +0200 (Thu, 28 May 2009)
New Revision: 890

Removed:
   core/trunk/docsrc/lib/GeoExt/data/
   core/trunk/docsrc/lib/GeoExt/widgets/
Modified:
   core/trunk/docsrc/lib/GeoExt/data.rst
   core/trunk/docsrc/lib/GeoExt/widgets.rst
   core/trunk/docsrc/lib/index.rst
Log:
Consolidating modules in widgets.rst.

Modified: core/trunk/docsrc/lib/GeoExt/data.rst
===================================================================
--- core/trunk/docsrc/lib/GeoExt/data.rst	2009-05-28 20:47:33 UTC (rev 889)
+++ core/trunk/docsrc/lib/GeoExt/data.rst	2009-05-28 21:10:50 UTC (rev 890)
@@ -11,4 +11,4 @@
    :maxdepth: 1
    :glob:
    
-   data/*
\ No newline at end of file
+   data/*

Modified: core/trunk/docsrc/lib/GeoExt/widgets.rst
===================================================================
--- core/trunk/docsrc/lib/GeoExt/widgets.rst	2009-05-28 20:47:33 UTC (rev 889)
+++ core/trunk/docsrc/lib/GeoExt/widgets.rst	2009-05-28 21:10:50 UTC (rev 890)
@@ -8,5 +8,37 @@
     :glob:
     
     widgets/*
+
+
+.. module:: GeoExt.form
+    :synopsis: A collection of form related classes.
+
+:mod:`GeoExt.form`
+==================
+
+The :mod:`GeoExt.form` module contains classes that extend map related
+functionality to ``Ext.form`` classes.
+
+.. toctree::
+    :maxdepth: 1
+    :glob:
+    
     widgets/form/*
+
+
+
+.. module:: GeoExt.tree
+    :synopsis: A collection of tree related classes.
+
+:mod:`GeoExt.tree`
+==================
+
+The :mod:`GeoExt.tree` module contains classes that extend map related
+functionality to ``Ext.tree`` classes.
+
+.. toctree::
+    :maxdepth: 1
+    :glob:
+    
     widgets/tree/*
+

Modified: core/trunk/docsrc/lib/index.rst
===================================================================
--- core/trunk/docsrc/lib/index.rst	2009-05-28 20:47:33 UTC (rev 889)
+++ core/trunk/docsrc/lib/index.rst	2009-05-28 21:10:50 UTC (rev 890)
@@ -25,9 +25,12 @@
 
 .. toctree::
     :maxdepth: 2
-    :glob:
     
     GeoExt/widgets
+
+.. toctree::
+    :maxdepth: 2
+
     GeoExt/data
     
 



More information about the Commits mailing list