[Commits] r643 - in sandbox/docsrc: . lib

commits at geoext.org commits at geoext.org
Thu May 7 23:41:14 CEST 2009


Author: whit
Date: 2009-05-07 23:41:13 +0200 (Thu, 07 May 2009)
New Revision: 643

Added:
   sandbox/docsrc/lib/index.rst
Removed:
   sandbox/docsrc/lib.rst
Modified:
   sandbox/docsrc/docs.rst
Log:

move lib.rst to lib/index.rst  


Modified: sandbox/docsrc/docs.rst
===================================================================
--- sandbox/docsrc/docs.rst	2009-05-07 21:38:58 UTC (rev 642)
+++ sandbox/docsrc/docs.rst	2009-05-07 21:41:13 UTC (rev 643)
@@ -1,14 +1,10 @@
-Documentation
-=============
+===============
+ Documentation
+===============
 
-This page will list documentation sections.
-
-
 Tutorials
 ---------
 
-
-
 Explore the :doc:`tutorials <tutorials/index>` to learn more about how
 to do you what want with GeoExt.
 
@@ -17,22 +13,22 @@
 * In depth for the more advanced: :ref:`advanced-concepts`
 
 .. toctree::
-    :hidden:
+   :hidden:
 
-    tutorials/index
+   tutorials/index
 
 
 Examples and Explanations
 -------------------------
 
-one example page per class (component, widget, etc)
-http://geoext.opengeo.org/geoexplorer/trunk/externals/geoext/examples
-priority: serve, index, parse and integrate
-[use cog for index, interlinking??]
-[how to do the rst?? how to pull in??]
-need lots of flexibility
+[how are we pulling this in]
 
+.. toctree::
+     :hidden:
 
+     examples
+
+
 Library Reference
 -----------------
 
@@ -47,15 +43,9 @@
 GeoExt Developer Documentation
 ------------------------------
 
-Standard and practices for developing GeoExt
-     
-process (wiki->rst)
+.. toctree:
 
- * Best Practices
- * Coding Standards
- * Getting Involved / Community
-   - PSC/Governance
- * Infrastructure
+   developer
    
 
  

Added: sandbox/docsrc/lib/index.rst
===================================================================
--- sandbox/docsrc/lib/index.rst	                        (rev 0)
+++ sandbox/docsrc/lib/index.rst	2009-05-07 21:41:13 UTC (rev 643)
@@ -0,0 +1,34 @@
+.. _api-reference:
+
+API Reference
+=============
+
+GeoExt components and data utility classes extend map related functionality to
+equivalent classes in Ext.  The API reference here documents the properties,
+methods, and events that are extensions or modifications to the Ext parent
+classes.  Documentation for each class contains links to the Ext parent class,
+and for a full picture of the API, it is essential to have a copy of the
+`Ext API Documentation`_ at hand.
+
+GeoExt classes are typically configured with OpenLayers objects.  For detail on
+methods and properties provided by these objects, see the
+`OpenLayers API Documentation`_.
+
+.. _`Ext API Documentation`: http://extjs.com/deploy/dev/docs/
+.. _`OpenLayers API Documentation`: http://dev.openlayers.org/apidocs
+
+.. module:: GeoExt
+    :synopsis: Extending mapping functionality to Ext classes.
+
+:mod:`GeoExt`
+-------------
+
+.. toctree::
+    :maxdepth: 2
+    :glob:
+    
+    lib/GeoExt/widgets
+    lib/GeoExt/data
+    
+
+

Deleted: sandbox/docsrc/lib.rst
===================================================================
--- sandbox/docsrc/lib.rst	2009-05-07 21:38:58 UTC (rev 642)
+++ sandbox/docsrc/lib.rst	2009-05-07 21:41:13 UTC (rev 643)
@@ -1,34 +0,0 @@
-.. _api-reference:
-
-API Reference
-=============
-
-GeoExt components and data utility classes extend map related functionality to
-equivalent classes in Ext.  The API reference here documents the properties,
-methods, and events that are extensions or modifications to the Ext parent
-classes.  Documentation for each class contains links to the Ext parent class,
-and for a full picture of the API, it is essential to have a copy of the
-`Ext API Documentation`_ at hand.
-
-GeoExt classes are typically configured with OpenLayers objects.  For detail on
-methods and properties provided by these objects, see the
-`OpenLayers API Documentation`_.
-
-.. _`Ext API Documentation`: http://extjs.com/deploy/dev/docs/
-.. _`OpenLayers API Documentation`: http://dev.openlayers.org/apidocs
-
-.. module:: GeoExt
-    :synopsis: Extending mapping functionality to Ext classes.
-
-:mod:`GeoExt`
--------------
-
-.. toctree::
-    :maxdepth: 2
-    :glob:
-    
-    lib/GeoExt/widgets
-    lib/GeoExt/data
-    
-
-



More information about the Commits mailing list