|
From: <ds...@us...> - 2008-06-07 21:51:29
|
Revision: 5418
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5418&view=rev
Author: dsdale
Date: 2008-06-07 14:51:26 -0700 (Sat, 07 Jun 2008)
Log Message:
-----------
documentation updates
Modified Paths:
--------------
trunk/matplotlib/doc/devel/documenting_mpl.rst
Modified: trunk/matplotlib/doc/devel/documenting_mpl.rst
===================================================================
--- trunk/matplotlib/doc/devel/documenting_mpl.rst 2008-06-07 21:45:36 UTC (rev 5417)
+++ trunk/matplotlib/doc/devel/documenting_mpl.rst 2008-06-07 21:51:26 UTC (rev 5418)
@@ -62,11 +62,11 @@
* Mathematical expressions can be rendered as png images in html, and in
the usual way by latex. For example:
- ``math:`sin(x_n^2)`` yields: :math:`sin(x_n^2)`, and::
+ ``math:`sin(x_n^2)``` yields: :math:`sin(x_n^2)`, and::
- .. math::
+ .. math::
- \int_{-\infty}^{\infty}\frac{e^{i\phi}}{1+x^2\frac{e^{i\phi}}{1+x^2}}``
+ \int_{-\infty}^{\infty}\frac{e^{i\phi}}{1+x^2\frac{e^{i\phi}}{1+x^2}}
yields:
@@ -93,7 +93,7 @@
Figures
=======
-Each guide will have its own figures directory for scripts to generate images
+Each guide will have its own `figures/` directory for scripts to generate images
to be included in the dcoumentation. It is not necessary to explicitly save
the figure in the script, a figure will be saved with the same name as the
filename when the documentation is generated.
@@ -111,13 +111,13 @@
==========================
In the documentation, you may want to include to a document in the
-matplotlib src, eg a license file, an image file from `mpl-data`, or an
+matplotlib src, e.g. a license file, an image file from `mpl-data`, or an
example. When you include these files, include them using a symbolic
link from the documentation parent directory. This way, if we
relocate the mpl documentation directory, all of the internal pointers
to files will not have to change, just the top level symlinks. For
example, In the top level doc directory we have symlinks pointing to
-the mpl ``examples`` and ``mpl-data``::
+the mpl `examples` and `mpl-data`::
home:~/mpl/doc2> ls -l mpl_*
mpl_data -> ../lib/matplotlib/mpl-data
@@ -126,7 +126,7 @@
In the `users` subdirectory, if I want to refer to a file in the mpl-data
directory, I use the symlink directory. For example, from
-``customizing.rst``::
+`customizing.rst`::
.. literalinclude:: ../mpl_data/matplotlibrc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|