Hello,
while reading the doc, I've encountered some little errors I've fixed
in the attached patch; nothing extremely difficult, but still worth
fixing :)
I'm even wondering if the svnmerge section in "Coding guide" is still
valid, since I've seen some emails passing here about that, but that's
too hard for me (as of now) :) .
Cheers,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
Index: doc/devel/coding_guide.rst
===================================================================
--- doc/devel/coding_guide.rst (revision 6847)
+++ doc/devel/coding_guide.rst (working copy)
@@ -44,7 +44,7 @@
* if your changes are non-trivial, please make an entry in the
:file:`CHANGELOG`
-* if you change the API, please document it in :file:`API_CHANGES`,
+* if you change the API, please document it in :file:`doc/api/api_changes.rst`,
and consider posting to `matplotlib-devel
<http://lists.sourceforge.net/mailman/listinfo/matplotlib-devel>`_
Index: doc/devel/documenting_mpl.rst
===================================================================
--- doc/devel/documenting_mpl.rst (revision 6847)
+++ doc/devel/documenting_mpl.rst (working copy)
@@ -252,7 +252,7 @@
taken, these figures can be included in the usual way::
.. plot:: pyplots/tex_unicode_demo.py
- :include-source
+ :include-source:
Examples
--------
Index: doc/faq/howto_faq.rst
===================================================================
--- doc/faq/howto_faq.rst (revision 6847)
+++ doc/faq/howto_faq.rst (working copy)
@@ -137,7 +137,7 @@
used to calculate the text size, is not known until the figure is
drawn (:meth:`matplotlib.figure.Figure.draw`). After the window is
drawn and the text instance knows its renderer, you can call
-:meth:`matplotlib.text.Text.get_window_extent``. One way to solve
+:meth:`matplotlib.text.Text.get_window_extent`. One way to solve
this chicken and egg problem is to wait until the figure is draw by
connecting
(:meth:`matplotlib.backend_bases.FigureCanvasBase.mpl_connect`) to the
@@ -374,7 +374,7 @@
A frequent request is to have two scales for the left and right
y-axis, which is possible using :func:`~matplotlib.pyplot.twinx` (more
-than two scales are not currently supported, though it is on the wishq
+than two scales are not currently supported, though it is on the wish
list). This works pretty well, though there are some quirks when you
are trying to interactively pan and zoom, since both scales do not get
the signals.
@@ -483,7 +483,7 @@
This is not what show does and unfortunately, because doing blocking
calls across user interfaces can be tricky, is currently unsupported,
-though we have made some pregress towards supporting blocking events.
+though we have made some progress towards supporting blocking events.
.. _howto-contribute:
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel