[Commits] r555 - core/trunk/docsrc
commits at geoext.org
commits at geoext.org
Thu Apr 30 21:21:46 CEST 2009
Author: tschaub
Date: 2009-04-30 21:21:46 +0200 (Thu, 30 Apr 2009)
New Revision: 555
Added:
core/trunk/docsrc/docs.rst
Removed:
core/trunk/docsrc/index.rst
Modified:
core/trunk/docsrc/conf.py
Log:
Setting the html_additional_pages config value to indicate that our 'index' doc is created with front-page.html. This can be straight up html. Later, if we want, we can have it extend an existing template and add in jinja2 expressions/statements.
Modified: core/trunk/docsrc/conf.py
===================================================================
--- core/trunk/docsrc/conf.py 2009-04-30 19:11:19 UTC (rev 554)
+++ core/trunk/docsrc/conf.py 2009-04-30 19:21:46 UTC (rev 555)
@@ -135,9 +135,9 @@
# Additional templates that should be rendered to pages, maps page names to
# template names.
-#html_additional_pages = {
-# 'index': 'front_page.html'
-#}
+html_additional_pages = {
+ 'index': 'front_page.html'
+}
# If false, no module index is generated.
#html_use_modindex = True
Copied: core/trunk/docsrc/docs.rst (from rev 554, core/trunk/docsrc/index.rst)
===================================================================
--- core/trunk/docsrc/docs.rst (rev 0)
+++ core/trunk/docsrc/docs.rst 2009-04-30 19:21:46 UTC (rev 555)
@@ -0,0 +1,9 @@
+GeoExt Documentation
+====================
+
+This page will list documentation sections.
+
+.. toctree::
+ :maxdepth: 1
+
+ lib/index
Property changes on: core/trunk/docsrc/docs.rst
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted: core/trunk/docsrc/index.rst
===================================================================
--- core/trunk/docsrc/index.rst 2009-04-30 19:11:19 UTC (rev 554)
+++ core/trunk/docsrc/index.rst 2009-04-30 19:21:46 UTC (rev 555)
@@ -1,9 +0,0 @@
-GeoExt Documentation
-====================
-
-This page will list documentation sections.
-
-.. toctree::
- :maxdepth: 1
-
- lib/index
More information about the Commits
mailing list