Revision: 6850
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6850&view=rev
Author:   jdh2358
Date:     2009-01-29 18:11:07 +0000 (Thu, 29 Jan 2009)

Log Message:
-----------
applied Sandro's doc patch

Modified Paths:
--------------
    branches/v0_98_5_maint/doc/devel/coding_guide.rst
    branches/v0_98_5_maint/doc/devel/documenting_mpl.rst
    branches/v0_98_5_maint/doc/faq/howto_faq.rst

Modified: branches/v0_98_5_maint/doc/devel/coding_guide.rst
===================================================================
--- branches/v0_98_5_maint/doc/devel/coding_guide.rst   2009-01-29 17:57:43 UTC 
(rev 6849)
+++ branches/v0_98_5_maint/doc/devel/coding_guide.rst   2009-01-29 18:11:07 UTC 
(rev 6850)
@@ -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>`_
 

Modified: branches/v0_98_5_maint/doc/devel/documenting_mpl.rst
===================================================================
--- branches/v0_98_5_maint/doc/devel/documenting_mpl.rst        2009-01-29 
17:57:43 UTC (rev 6849)
+++ branches/v0_98_5_maint/doc/devel/documenting_mpl.rst        2009-01-29 
18:11:07 UTC (rev 6850)
@@ -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
 --------

Modified: branches/v0_98_5_maint/doc/faq/howto_faq.rst
===================================================================
--- branches/v0_98_5_maint/doc/faq/howto_faq.rst        2009-01-29 17:57:43 UTC 
(rev 6849)
+++ branches/v0_98_5_maint/doc/faq/howto_faq.rst        2009-01-29 18:11:07 UTC 
(rev 6850)
@@ -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.
@@ -481,7 +481,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 was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to