pythondoc v0.7 indices.html generation problem

Russell Whitaker russellwhitaker at my-deja.com
Mon Sep 11 20:40:22 EDT 2000


I am asking this question only after a lot of RTFM
("http://starship.python.net/crew/danilo/pythondoc/README.html",
perusing all of pythondocs's libraries, etc.), so here goes:

I am finding that invoking pythondoc with "-i -f HTML4"
creates an index.html (the TOC) with all references intact,
but the associated indices.html (the Index) contains broken
links of the form "module.Class.method.html".  That is,
"*.*.method.html" files are not created, while "module.Class.html"
(or even "module.Class.Subclass.html") are created.

Files corresponding to methods are linked to, but not
actually created.  All my methods have docstrings, e.g.:

def foo(bar):
    '''foo: does no transformation on bar'''
    return bar

I figured I would look to sites in which pythondoc had been
used to generate large document bases, but to no avail:
everyone else's indices.html seem to manifest the same type of
problem!

Anyone else struggled with this issue?

TIA,
Russell

--
Russell Whitaker
whitaker at NOSPAM.best.com


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list