In <[EMAIL PROTECTED]>, Frans Englich
wrote:
> I have a custom module which among others contains a dictionary, acting as a
> "constant". I want to document it, but no matter what I do, it doesn't show
> up in `pydoc`. For example, the following doesn't work:
I'm using epydoc_ for my documentat
Hello,
I have a custom module which among others contains a dictionary, acting as a
"constant". I want to document it, but no matter what I do, it doesn't show
up in `pydoc`. For example, the following doesn't work:
"""
A dictionary of the namespaces.
"""
xmlns = {
...
}
or
xmlns = {
"""
A d