[Commits] r935 - in core/trunk/docsrc: . examples
commits at geoext.org
commits at geoext.org
Mon Jun 1 23:58:50 CEST 2009
Author: tschaub
Date: 2009-06-01 23:58:50 +0200 (Mon, 01 Jun 2009)
New Revision: 935
Modified:
core/trunk/docsrc/conf.py
core/trunk/docsrc/examples/index.rst
core/trunk/docsrc/index.rst
Log:
Shorter titles. With 0.6.2 we can have more control over titles.
Modified: core/trunk/docsrc/conf.py
===================================================================
--- core/trunk/docsrc/conf.py 2009-06-01 21:44:55 UTC (rev 934)
+++ core/trunk/docsrc/conf.py 2009-06-01 21:58:50 UTC (rev 935)
@@ -103,7 +103,7 @@
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
-#html_title = None
+html_title = 'GeoExt v%s' % (version,)
# A shorter title for the navigation bar. Default is the same as html_title.
html_short_title = 'GeoExt'
Modified: core/trunk/docsrc/examples/index.rst
===================================================================
--- core/trunk/docsrc/examples/index.rst 2009-06-01 21:44:55 UTC (rev 934)
+++ core/trunk/docsrc/examples/index.rst 2009-06-01 21:58:50 UTC (rev 935)
@@ -1,6 +1,6 @@
-=================
- GeoExt Examples
-=================
+========
+Examples
+========
* `Feature Grid <http://dev.geoext.org/trunk/geoext/examples/feature-grid.html>`_
@@ -10,4 +10,6 @@
* `WMS Capabilities <http://dev.geoext.org/trunk/geoext/examples/wms-capabilities.html>`_
-* `Zoom Chooser <http://dev.geoext.org/trunk/geoext/examples/zoom-chooser.html>`_
\ No newline at end of file
+* `Zoom Chooser <http://dev.geoext.org/trunk/geoext/examples/zoom-chooser.html>`_
+
+To view the complete set of examples, see the `examples list <http://dev.geoext.org/trunk/geoext/examples/>`_.
\ No newline at end of file
Modified: core/trunk/docsrc/index.rst
===================================================================
--- core/trunk/docsrc/index.rst 2009-06-01 21:44:55 UTC (rev 934)
+++ core/trunk/docsrc/index.rst 2009-06-01 21:58:50 UTC (rev 935)
@@ -1,3 +1,7 @@
+.. Sphinx 0.6.2 will support the 'title' directive. See
+ http://bitbucket.org/birkenfeld/sphinx/changeset/036f2d008240/
+
+
JavaScript Toolkit for Rich Web Mapping Applications
====================================================
More information about the Commits
mailing list