[mapserver-commits] r10137 - trunk/docs/_templates

svn at osgeo.org svn at osgeo.org
Tue May 4 13:00:19 EDT 2010


Author: jmckenna
Date: 2010-05-04 13:00:17 -0400 (Tue, 04 May 2010)
New Revision: 10137

Modified:
   trunk/docs/_templates/layout.html
Log:
attempt at modifying the sidebar navigation

Modified: trunk/docs/_templates/layout.html
===================================================================
--- trunk/docs/_templates/layout.html	2010-05-04 14:35:06 UTC (rev 10136)
+++ trunk/docs/_templates/layout.html	2010-05-04 17:00:17 UTC (rev 10137)
@@ -44,6 +44,23 @@
 {{ super() }}
 {% endblock %}
 
-{# put the sidebar before the body #}
-{% block sidebar1 %}{% endblock %}
-{% block sidebar2 %}{{ sidebar() }}{% endblock %}
+{# create a custom sidebar TOC -> see the templating reference http://sphinx.pocoo.org/templating.html#working-with-the-builtin-templates #}
+{% block sidebartoc %}
+<h3><a href="{{ pathto('community/index') }}" title="Community">Community</a></h3>
+  <p>
+  <a href="{{ pathto('community/lists') }}" title="Mailing Lists">Mailing Lists</a><br>
+  <a href="{{ pathto('community/irc') }}" title="IRC">IRC chat</a><br>
+  <a href="http://trac.osgeo.org/mapserver/wiki/" title="Wiki">Wiki</a>
+  </p>
+<h3><a href="{{ pathto('development/index') }}" title="Development">Development</a></h3><br>
+<h3><a href="{{ pathto('documentation') }}" title="Documentation">Documentation</a></h3>
+  <p>
+  <a href="{{ pathto('introduction') }}" title="Introduction">Introduction</a><br>
+  <a href="{{ pathto('faq') }}" title="FAQ">FAQ</a><br>
+  <a href="{{ pathto('mapfile/index') }}" title="Mapfile Reference">Mapfile Reference</a><br>
+  <a href="{{ pathto('mapscript/index') }}" title="MapScript">MapScript</a>
+  </p>
+<h3><a href="{{ pathto('download') }}" title="Downloads">Downloads</a></h3><br>
+<h3><a href="http://trac.osgeo.org/mapserver/" title="Issue Tracker">Issue Tracker</a></h3><br>
+{{ super() }}
+{% endblock %}
\ No newline at end of file



More information about the mapserver-commits mailing list