[Commits] r630 - in sandbox/docsrc: . _templates tutorials

commits at geoext.org commits at geoext.org
Thu May 7 18:53:21 CEST 2009


Author: whit
Date: 2009-05-07 18:53:21 +0200 (Thu, 07 May 2009)
New Revision: 630

Added:
   sandbox/docsrc/examples.rst
Modified:
   sandbox/docsrc/_templates/front_page.html
   sandbox/docsrc/index.rst
   sandbox/docsrc/tutorials/quickstart.rst
Log:

fix links using :doc:


Modified: sandbox/docsrc/_templates/front_page.html
===================================================================
--- sandbox/docsrc/_templates/front_page.html	2009-05-07 16:38:59 UTC (rev 629)
+++ sandbox/docsrc/_templates/front_page.html	2009-05-07 16:53:21 UTC (rev 630)
@@ -21,7 +21,7 @@
       <ul id="top-nav">
         <li class="first"><a href="#">About</a></li>
         <li><a href="#">Blog</a></li>
-        <li><a href="#">Documentation</a></li>
+        <li><a href="docs.html">Documentation</a></li>
         <li><a href="#">Demos</a></li>
         <li><a href="#">Development</a></li>
       </ul>

Added: sandbox/docsrc/examples.rst
===================================================================
--- sandbox/docsrc/examples.rst	                        (rev 0)
+++ sandbox/docsrc/examples.rst	2009-05-07 16:53:21 UTC (rev 630)
@@ -0,0 +1,4 @@
+=================
+ GeoExt Examples
+=================
+

Modified: sandbox/docsrc/index.rst
===================================================================
--- sandbox/docsrc/index.rst	2009-05-07 16:38:59 UTC (rev 629)
+++ sandbox/docsrc/index.rst	2009-05-07 16:53:21 UTC (rev 630)
@@ -7,3 +7,13 @@
 .. toctree::
 
     docs
+
+.. toctree::
+
+    downloads
+
+
+.. toctree::
+
+   examples
+   
\ No newline at end of file

Modified: sandbox/docsrc/tutorials/quickstart.rst
===================================================================
--- sandbox/docsrc/tutorials/quickstart.rst	2009-05-07 16:38:59 UTC (rev 629)
+++ sandbox/docsrc/tutorials/quickstart.rst	2009-05-07 16:53:21 UTC (rev 630)
@@ -15,7 +15,7 @@
 reasons, ExtJS cannot be included in the GeoExt download, so preparing
 GeoExt for use on your own web pages is a multi-step process:
 
-#. Download GeoExt from :ref:`downloads`.  For the purposes of this
+#. Download GeoExt from :doc:`/downloads`.  For the purposes of this
    quickstart, the development version will be fine.
 
 #. Download ExtJS from `the ExtJS website <http://extjs.com/products/extjs/download.php>`_.
@@ -126,10 +126,10 @@
 
 From here, there are a wide variety of options available for making
 customized, highly interactive mapping applications with GeoExt.  To
-learn more take a look at :ref:`tutorials`, :ref:`examples` and
-:ref:`api_docs`.  
+learn more take a look at :doc:`index`, :doc:`/examples` and
+:doc:`/lib`.  
 
-We also recommend reading :ref:`ext_primer` and :ref:`ol_primer` to
+We also recommend reading :doc:`ext-primer` and :doc:`openlayers-primer` to
 become acquainted with the libraries that form the foundation of
 GeoExt.
 



More information about the Commits mailing list