[Commits] r580 - core/trunk/docsrc

commits at geoext.org commits at geoext.org
Fri May 1 20:16:15 CEST 2009


Author: whit
Date: 2009-05-01 20:16:15 +0200 (Fri, 01 May 2009)
New Revision: 580

Modified:
   core/trunk/docsrc/docs.rst
Log:

remove tutorial outline to tutorial index


Modified: core/trunk/docsrc/docs.rst
===================================================================
--- core/trunk/docsrc/docs.rst	2009-05-01 18:15:52 UTC (rev 579)
+++ core/trunk/docsrc/docs.rst	2009-05-01 18:16:15 UTC (rev 580)
@@ -3,73 +3,30 @@
 
 This page will list documentation sections.
 
+
 Tutorials
 ---------
 
-[expository intro to tutorials]
- 
- **QuickStart**
-   Jump in the deepend with GeoExt
- 
+Explore the :doc:`tutorials <tutorials/index>` to learn more about how
+to do you what want with GeoExt.
 
-Basic (Core Concepts)
-~~~~~~~~~~~~~~~~~~~~~
+.. toctree::
+    :hidden:
 
- **Primer: Ext**
-   Pointers on getting started w/ Ext with an emphasis on
-   important concepts in GeoExt derived from Ext.
+    tutorials/index
 
-   - Basic Layout (put panels in a viewport)
-   - Trees, Nodes, and Childnodes
-   - Grid and Store (records from reader)
-   - Events in Ext from a GeoExt perspective
 
- **Primer: OpenLayers**
-   Essential OpenLayers for working with GeoExt
-
-   - Layer types
-   - Controls
-   - Events from a GeoExt perspective   
-
- **Map in a Panel**
-   Getting a basic map inside an Ext panel. For those familiar w/ Ext
-   or OL.
-
- **Layer Tree and Map Panel** 
-   Working with OpenLayers layers and the Ext TreePanel
-
- **Configuring map tools**
-   Working with OpenLayers Controls and Ext Button to create elements
-   for user interaction.
-
- **Remote features**
-   Fetching features and displaying in grid. Covers working OpenLayers
-   Vector Feature with Ext Store and Grid
-
-
-Advanced (Application Development)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-  **Web Applications**
-    Pulling it altogether
- 
-  **Deployment** 
-    GeoExt WebApps in Production (broader topic)
-
-    - Customizing app appearance and interaction
-    - Extending GeoExt: (working with the framework)
-
-
 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
+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
 
+
 Library Reference
 -----------------
 
@@ -86,13 +43,12 @@
 
 Standard and practices for developing GeoExt
      
- * GeoExt Developer Docs (wiki->rst)
-   * Best Practices
-   * Coding Standards
-   * Getting Involved / Community
-     - PSC/Governance
-
-   * Infrastructure
+-GeoExt Developer Docs (wiki->rst)
+- Best Practices
+  * Coding Standards
+  * Getting Involved / Community
+    - PSC/Governance
+  * Infrastructure
    
 
  



More information about the Commits mailing list