[Commits] r603 - sandbox/docsrc
commits at geoext.org
commits at geoext.org
Tue May 5 21:43:50 CEST 2009
Author: whit
Date: 2009-05-05 21:43:50 +0200 (Tue, 05 May 2009)
New Revision: 603
Modified:
sandbox/docsrc/docs.rst
Log:
move tutorials to own page
Modified: sandbox/docsrc/docs.rst
===================================================================
--- sandbox/docsrc/docs.rst 2009-05-05 19:40:59 UTC (rev 602)
+++ sandbox/docsrc/docs.rst 2009-05-05 19:43:50 UTC (rev 603)
@@ -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
-----------------
@@ -85,14 +42,13 @@
------------------------------
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