|
From: <ds...@us...> - 2008-06-13 22:05:51
|
Revision: 5527
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5527&view=rev
Author: dsdale
Date: 2008-06-13 15:05:27 -0700 (Fri, 13 Jun 2008)
Log Message:
-----------
use htmlonly directive to cleanup a few items in the pdf document:
link to pdf download
release, date and comment at beginning of each part which was poorly
formatted and somewhat redundant in the pdf document
Modified Paths:
--------------
trunk/matplotlib/doc/api/index.rst
trunk/matplotlib/doc/conf.py
trunk/matplotlib/doc/devel/index.rst
trunk/matplotlib/doc/faq/index.rst
trunk/matplotlib/doc/index.rst
trunk/matplotlib/doc/users/index.rst
Modified: trunk/matplotlib/doc/api/index.rst
===================================================================
--- trunk/matplotlib/doc/api/index.rst 2008-06-13 21:34:10 UTC (rev 5526)
+++ trunk/matplotlib/doc/api/index.rst 2008-06-13 22:05:27 UTC (rev 5527)
@@ -4,9 +4,11 @@
The Matplotlib API
####################
-:Release: |version|
-:Date: |today|
+.. htmlonly::
+ :Release: |version|
+ :Date: |today|
+
.. toctree::
matplotlib_configuration_api.rst
Modified: trunk/matplotlib/doc/conf.py
===================================================================
--- trunk/matplotlib/doc/conf.py 2008-06-13 21:34:10 UTC (rev 5526)
+++ trunk/matplotlib/doc/conf.py 2008-06-13 22:05:27 UTC (rev 5527)
@@ -49,7 +49,7 @@
# The short X.Y version.
version = '0.98'
# The full version, including alpha/beta/rc tags.
-release = '0.98pre'
+release = '0.98'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Modified: trunk/matplotlib/doc/devel/index.rst
===================================================================
--- trunk/matplotlib/doc/devel/index.rst 2008-06-13 21:34:10 UTC (rev 5526)
+++ trunk/matplotlib/doc/devel/index.rst 2008-06-13 22:05:27 UTC (rev 5527)
@@ -4,9 +4,11 @@
The Matplotlib Developers's Guide
###################################
-:Release: |version|
-:Date: |today|
+.. htmlonly::
+ :Release: |version|
+ :Date: |today|
+
.. toctree::
:maxdepth: 2
Modified: trunk/matplotlib/doc/faq/index.rst
===================================================================
--- trunk/matplotlib/doc/faq/index.rst 2008-06-13 21:34:10 UTC (rev 5526)
+++ trunk/matplotlib/doc/faq/index.rst 2008-06-13 22:05:27 UTC (rev 5527)
@@ -4,11 +4,13 @@
The Matplotlib FAQ
####################
-:Release: |version|
-:Date: |today|
+.. htmlonly::
-Frequently asked questions about matplotlib
+ :Release: |version|
+ :Date: |today|
+ Frequently asked questions about matplotlib
+
.. toctree::
:maxdepth: 2
Modified: trunk/matplotlib/doc/index.rst
===================================================================
--- trunk/matplotlib/doc/index.rst 2008-06-13 21:34:10 UTC (rev 5526)
+++ trunk/matplotlib/doc/index.rst 2008-06-13 22:05:27 UTC (rev 5527)
@@ -5,10 +5,13 @@
Welcome to matplotlib's documentation!
======================================
-Download `PDF <http://matplotlib.sf.net/doc/Matplotlib.pdf>`_
+.. htmlonly::
-Contents:
+ :Release: |version|
+ :Date: |today|
+ Download `PDF <http://matplotlib.sf.net/doc/Matplotlib.pdf>`_
+
.. toctree::
:maxdepth: 2
Modified: trunk/matplotlib/doc/users/index.rst
===================================================================
--- trunk/matplotlib/doc/users/index.rst 2008-06-13 21:34:10 UTC (rev 5526)
+++ trunk/matplotlib/doc/users/index.rst 2008-06-13 22:05:27 UTC (rev 5527)
@@ -4,9 +4,11 @@
The Matplotlib User's Guide
#############################
-:Release: |version|
-:Date: |today|
+.. htmlonly::
+ :Release: |version|
+ :Date: |today|
+
.. toctree::
:maxdepth: 2
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|