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 documentation and there the module level and class level variables are documented in the module/class docstring with special markup. > """ > A dictionary of the namespaces. > """ > xmlns = { > ... > } Will become: """ (Module description) :var xmlns: A dictionary of the namespaces. """ Ciao, Marc 'BlackJack' Rintsch .. _epydoc: http://epydoc.sourceforge.net/ -- http://mail.python.org/mailman/listinfo/python-list