[Commits] r548 - in core/trunk/docsrc: . _templates lib
commits at geoext.org
commits at geoext.org
Thu Apr 30 08:14:29 CEST 2009
Author: tschaub
Date: 2009-04-30 08:14:29 +0200 (Thu, 30 Apr 2009)
New Revision: 548
Removed:
core/trunk/docsrc/docs.rst
Modified:
core/trunk/docsrc/_templates/front_page.html
core/trunk/docsrc/conf.py
core/trunk/docsrc/index.rst
core/trunk/docsrc/lib/index.rst
Log:
reshuffle
Modified: core/trunk/docsrc/_templates/front_page.html
===================================================================
--- core/trunk/docsrc/_templates/front_page.html 2009-04-30 05:45:35 UTC (rev 547)
+++ core/trunk/docsrc/_templates/front_page.html 2009-04-30 06:14:29 UTC (rev 548)
@@ -1,23 +1,53 @@
-<div class="section" id="geoext">
- <h1>GeoExt</h1>
- <p>Download: [Latest Release, Development]</p>
- <div class="section" id="javascript-toolkit-for-rich-web-mapping-applications">
- <h2>JavaScript Toolkit for Rich Web Mapping Applications</h2>
- <p>GeoExt extends widgets and data utilities from ExtJS with mapping
- functionality from OpenLayers.</p>
- <p>See GeoExt in action (code block could be collapsible):</p>
- <div class="highlight-javascript">
- <div class="highlight"><pre>// some script here</pre></div>
+<html>
+ <head>
+ <title>GeoExt</title>
+ <link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" />
+ <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+ <script type="text/javascript">
+ var DOCUMENTATION_OPTIONS = {
+ URL_ROOT: '',
+ VERSION: '0.5',
+ COLLAPSE_MODINDEX: false,
+ FILE_SUFFIX: '.html',
+ HAS_SOURCE: true
+ };
+ </script>
+ <script type="text/javascript" src="_static/jquery.js"></script>
+ <script type="text/javascript" src="_static/doctools.js"></script>
+ <link rel="shortcut icon" href="_static/favicon.ico"/>
+ <link rel="stylesheet" href="_static/geoext.css" type="text/css" />
+ </head>
+ <body>
+ <div class="document">
+ <div class="documentwrapper">
+ <div class="bodywrapper">
+ <div class="body">
+
+ <div class="section" id="geoext">
+ <h1>GeoExt</h1>
+ <p>Download: [Latest Release, Development]</p>
+ <div class="section" id="javascript-toolkit-for-rich-web-mapping-applications">
+ <h2>JavaScript Toolkit for Rich Web Mapping Applications</h2>
+ <p>GeoExt extends widgets and data utilities from ExtJS with mapping functionality
+ from OpenLayers.</p>
+ <p>See GeoExt in action (code block could be collapsible):</p>
+ <div class="highlight-javascript">
+ <div class="highlight"><pre>// some script here</pre></div>
+ </div>
+ <p>[ Click button to launch map in a window ]</p>
+ <p>GeoExt is available under the BSD license and is supported by a growing
+ community of individuals, businesses and organizations.</p>
+ <blockquote>
+ [ List of supporters ]</blockquote>
+ </div>
+ <div class="section" id="documentation">
+ <h2>Documentation</h2>
+ <p>Read the <a href="docs.html">documentation page</a>.</p>
+ </div>
+ </div>
+ </div>
</div>
- <p>[ Click button to launch map in a window ]</p>
- <p>GeoExt is available under the BSD license and is supported by a growing
- community of individuals, businesses and organizations.</p>
- <blockquote>
- [ List of supporters ]
- </blockquote>
+ </div>
</div>
- <div class="section" id="documentation">
- <h2>Documentation</h2>
- <p>Read the <a class="reference external" href="docs/">documentation page</a>.</p>
- </div>
-</div>
+ </body>
+</html>
Modified: core/trunk/docsrc/conf.py
===================================================================
--- core/trunk/docsrc/conf.py 2009-04-30 05:45:35 UTC (rev 547)
+++ core/trunk/docsrc/conf.py 2009-04-30 06:14:29 UTC (rev 548)
@@ -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
Deleted: core/trunk/docsrc/docs.rst
===================================================================
--- core/trunk/docsrc/docs.rst 2009-04-30 05:45:35 UTC (rev 547)
+++ core/trunk/docsrc/docs.rst 2009-04-30 06:14:29 UTC (rev 548)
@@ -1,9 +0,0 @@
-GeoExt Documentation
-====================
-
-This page will list documentation sections.
-
-.. toctree::
- :maxdepth: 1
-
- lib/index
Modified: core/trunk/docsrc/index.rst
===================================================================
--- core/trunk/docsrc/index.rst 2009-04-30 05:45:35 UTC (rev 547)
+++ core/trunk/docsrc/index.rst 2009-04-30 06:14:29 UTC (rev 548)
@@ -1,6 +1,9 @@
-.. The front page is rendered by the front_page.html template.
+GeoExt Documentation
+====================
-.. toctree
- :hidden:
-
- docs
\ No newline at end of file
+This page will list documentation sections.
+
+.. toctree::
+ :maxdepth: 1
+
+ lib/index
Modified: core/trunk/docsrc/lib/index.rst
===================================================================
--- core/trunk/docsrc/lib/index.rst 2009-04-30 05:45:35 UTC (rev 547)
+++ core/trunk/docsrc/lib/index.rst 2009-04-30 06:14:29 UTC (rev 548)
@@ -24,6 +24,11 @@
.. toctree::
:glob:
- GeoExt
GeoExt/*
+
+.. toctree::
+ :hidden:
+
+ GeoExt
+
More information about the Commits
mailing list