404 errors encountered when clicking on links inside http://matplotlib.sourceforge.net/matplotlib.backend_bases.html

Janesh Ramakrishnan wrote:

Hi Eric,

The links seem to be broken on the matplotlib pages at sourceforge.net.

For example, if I'm on http://matplotlib.sourceforge.net/matplotlib.backend_bases.html

and if I click on the sys text (http://matplotlib.sourceforge.net/sys.html), a 404 error is caused.

Same thing happens when I click warnings, matplotlib.widgets etc.

Janesh

I see what you mean; I imagine it is a problem with the auto-generated html, but I don't know what to do about it. Maybe someone else on the devel list knows the solution.

Eric

pydoc is generating links to the docs for the modules we are including
(eg sys) but we are not generating docs for those modules. It may be
enough to simply includfe and __all__ for the mpl modules so that
these symbols are not exported. Or there may be a simple flag for
pydoc to suppress this kind of thing. Off the top of my head, I don't
know..

JDH

ยทยทยท

On 2/8/07, Eric Firing <efiring@...229...> wrote:

Janesh Ramakrishnan wrote:

I see what you mean; I imagine it is a problem with the auto-generated
html, but I don't know what to do about it. Maybe someone else on the
devel list knows the solution.