[mapserver-commits] r8091 - in trunk/docs: . _static _templates references/mapfile

svn at osgeo.org svn at osgeo.org
Mon Nov 24 22:36:55 EST 2008


Author: hobu
Date: 2008-11-24 22:36:55 -0500 (Mon, 24 Nov 2008)
New Revision: 8091

Added:
   trunk/docs/_static/mapserver.jpg
   trunk/docs/_templates/index.html
   trunk/docs/_templates/indexsidebar.html
   trunk/docs/_templates/layout.html
Modified:
   trunk/docs/conf.py
   trunk/docs/references/mapfile/index.txt
Log:
make pretty

Added: trunk/docs/_static/mapserver.jpg
===================================================================
(Binary files differ)


Property changes on: trunk/docs/_static/mapserver.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: trunk/docs/_templates/index.html
===================================================================
--- trunk/docs/_templates/index.html	                        (rev 0)
+++ trunk/docs/_templates/index.html	2008-11-25 03:36:55 UTC (rev 8091)
@@ -0,0 +1,3 @@
+{% extends "layout.html" %}
+{% set title = 'Overview' %}
+

Added: trunk/docs/_templates/indexsidebar.html
===================================================================
--- trunk/docs/_templates/indexsidebar.html	                        (rev 0)
+++ trunk/docs/_templates/indexsidebar.html	2008-11-25 03:36:55 UTC (rev 8091)
@@ -0,0 +1 @@
+<script type="text/javascript" src="http://www.ohloh.net/projects/3692/widgets/project_basic_stats"></script>
\ No newline at end of file

Added: trunk/docs/_templates/layout.html
===================================================================
--- trunk/docs/_templates/layout.html	                        (rev 0)
+++ trunk/docs/_templates/layout.html	2008-11-25 03:36:55 UTC (rev 8091)
@@ -0,0 +1,16 @@
+{% extends "!layout.html" %}
+
+{% block rootrellink %}
+        <li><a href="{{ pathto('index') }}">MapServer home </a> |&nbsp;</li>
+{% endblock %}
+
+{% block relbar1 %}
+<div style="background-color: white; text-align: left; padding: 10px 10px 15px 15px">
+<img src="{{ pathto("_static/mapserver.jpg", 1) }}" alt="MapServer logo" />
+</div>
+{{ super() }}
+{% endblock %}
+
+{# put the sidebar before the body #}
+{% block sidebar1 %}{{ sidebar() }}{% endblock %}
+{% block sidebar2 %}{% endblock %}

Modified: trunk/docs/conf.py
===================================================================
--- trunk/docs/conf.py	2008-11-25 01:46:33 UTC (rev 8090)
+++ trunk/docs/conf.py	2008-11-25 03:36:55 UTC (rev 8091)
@@ -91,7 +91,7 @@
 # The style sheet to use for HTML and HTML Help pages. A file of that name
 # must exist either in Sphinx' static/ path, or in one of the custom paths
 # given in html_static_path.
-html_style = 'default.css'
+html_style = 'sphinxdoc.css'
 
 # The name for this set of Sphinx documents.  If None, it defaults to
 # "<project> v<release> documentation".
@@ -123,11 +123,11 @@
 #html_use_smartypants = True
 
 # Custom sidebar templates, maps document names to template names.
-#html_sidebars = {}
+html_sidebars = {"index":"indexsidebar.html"}
 
 # Additional templates that should be rendered to pages, maps page names to
 # template names.
-#html_additional_pages = {}
+#html_additional_pages = {"index":'index.html'}
 
 # If false, no module index is generated.
 #html_use_modindex = True

Modified: trunk/docs/references/mapfile/index.txt
===================================================================
--- trunk/docs/references/mapfile/index.txt	2008-11-25 01:46:33 UTC (rev 8090)
+++ trunk/docs/references/mapfile/index.txt	2008-11-25 03:36:55 UTC (rev 8091)
@@ -51,7 +51,13 @@
   
 * :ref:`FONTSET` is a simple text file that maps font names to file names.
 
+.. image:: https://www.ohloh.net/accounts/690/widgets/account_detailed.gif
+    :target: https://www.ohloh.net/accounts/690?ref=Detailed
+    :width: 191
+    :height: 35
+    
 
+
 :ref:`GRID`
 -------------------------------------------------------------------------------
 



More information about the mapserver-commits mailing list