summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpab <bigot@acm.org>2009-10-01 09:01:47 -0700
committerpab <bigot@acm.org>2009-10-01 09:01:47 -0700
commit131326c34bc132edadc3f541b3fcee9e7262cb49 (patch)
treea728493d122fd9db30455d4e76dcbfe39a8aa844 /doc
parent0e3933b3fd4bdc265dc7f1a8dcb033d8a268c531 (diff)
Put back lost SourceForge branding
Diffstat (limited to 'doc')
-rw-r--r--doc/_templates/layout.html6
-rw-r--r--doc/conf.py2
-rw-r--r--doc/conf.py.in2
-rw-r--r--doc/releases.txt2
4 files changed, 9 insertions, 3 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
new file mode 100644
index 0000000..c01b22f
--- /dev/null
+++ b/doc/_templates/layout.html
@@ -0,0 +1,6 @@
+{% extends "!layout.html" %}
+{% block relbaritems %}
+ <li style="margin-left: 20px">PyXB hosted on <a href="http://sourceforge.net/projects/pyxb"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=263147&amp;type=9"
+ width="80" height="15" alt="Get PyXB: Python XML Schema Bindings at SourceForge.net. Fast, secure and Free Open Source software downloads"/></a></li>
+ {{ super() }}
+{% endblock %}
diff --git a/doc/conf.py b/doc/conf.py
index 151a63b..f083e27 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -64,7 +64,7 @@ release = '0.7.4-DEV'
# List of directories, relative to source directory, that shouldn't be searched
# for source files.
-exclude_trees = [ 'W3C', 'api', 'html', 'Images', '_sftemplates' ]
+exclude_trees = [ 'W3C', 'api', 'html', 'Images', '_templates' ]
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None
diff --git a/doc/conf.py.in b/doc/conf.py.in
index afc1269..66e660a 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -64,7 +64,7 @@ release = '@VERSION@'
# List of directories, relative to source directory, that shouldn't be searched
# for source files.
-exclude_trees = [ 'W3C', 'api', 'html', 'Images', '_sftemplates' ]
+exclude_trees = [ 'W3C', 'api', 'html', 'Images', '_templates' ]
# The reST default role (used for this markup: `text`) to use for all documents.
#default_role = None
diff --git a/doc/releases.txt b/doc/releases.txt
index f25ceb4..dfd371a 100644
--- a/doc/releases.txt
+++ b/doc/releases.txt
@@ -118,7 +118,7 @@ None of the enhancements really got in, but lots of minor bug fixes.
- Re-arrange the help for pyxbgen's arguments, and add a script to
automatically generate the Sphinx tables for it.
-- Support bundles of related schemas/namespaces, currently wssplat (for WS-*)
+- Support bundles of related schemas/namespaces, currently wssplat (for WS-\*)
and opengis (Geographic Information Systems).
- Got the user-level documentation back up to where it might actually help