[matplotlib-devel] documentation oddities

2011-01-11 Thread Benjamin Root
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
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

I can probably fix these if these are the only ones, but I mention it here
in case anyone has a clue what happened (and where there might be others)
and knows how to fix it.

Ben Root
--
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


Re: [matplotlib-devel] Building documentation and matplotlibrc

2011-01-11 Thread John Hunter
On Mon, Jan 10, 2011 at 6:45 PM, Benjamin Root  wrote:
> John,
>
> Just to clarify, have we officially released 1.0.1, or are we still in the
> RC phase?  If we haven't released yet, what is the deadline for final
> patches for 1.0.1?
>

1.0.1 is final but I held off on the announcement until Russel got the
OSX builds uploaded (which he did yesterday, but I still haven't
gotten to the announcement).  If there are significant problems (eg
the 3D stuff you reported or other issues) I have no problem pushing
out 1.0.2 quickly.

JDH

--
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


Re: [matplotlib-devel] documentation oddities

2011-01-11 Thread Paul Ivanov
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 


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