Re: [matplotlib-devel] 404 errors encountered when clicking on links inside http://matplotlib.sourceforge.net/matplotlib.backend_bases.html

2007-02-08 Thread Eric Firing
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


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


Re: [matplotlib-devel] 404 errors encountered when clicking on links inside http://matplotlib.sourceforge.net/matplotlib.backend_bases.html

2007-02-08 Thread John Hunter
On 2/8/07, Eric Firing <[EMAIL PROTECTED]> 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.

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

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel