Benjamin Root, on 2011-01-11 14:55,  wrote:
> I am on the online version of the matplotlib documentation, and I am finding
> some artifacts of the Sphinx build.
> 
> For example there is ".. _gridspec-guide:" at the top of the page on
> http://matplotlib.sourceforge.net/users/gridspec.html

Hi Ben,

I sent a fix for the gridspec-guide anchor in a patch that
included a new gridspec example before I got commit rights, but
Jae-Joon wanted to examine it further before committing. I just
checked in the trivial fix for this in r8903.

> There is also a " `AxesGrid`_" in the last paragraph of this section:
> http://matplotlib.sourceforge.net/mpl_toolkits/axes_grid/users/overview.html#what-is-axesgrid-toolkit

using 

  svn log doc/mpl_toolkits/axes_grid/users/overview.rst

to track down when this file changed, I saw that r8010 

  svn diff -r 8010 doc/mpl_toolkits/axes_grid/users/overview.rst

made a few changes of the instance AxesGrid to ImageGrid,
including a section title that went from being "Axes Grid" to
"Image Grid", so that's probably how the broken link happened.

I took care of it in r8094 just now.

Also, to preempt potential race condition on improving the docs -
I have a substantial fix-up of a bunch of typos in the docstrings
of mpl_toolkits/axes_grid1/ files that I'll check in later on
tonight or tomorrow.

best,
-- 
Paul Ivanov
314 address only used for lists,  off-list direct email at:
http://pirsquared.org | GPG/PGP key id: 0x0F3E28F7 

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to