Re: [Epydoc-devel] Documentation not associated with a particular module, function, class, or metho
Brought to you by:
edloper
|
From: Daniele V. <pi...@de...> - 2008-02-28 15:41:44
|
Joseph Turian ha scritto:
> Daniele,
>
> I did consider it, but I am not sure if it solves our usage requirements.
> Maybe you can help?
>
> [...]
> Okay. But how do I create a standalone document about the "graph"
> concept and then, within the code main code, link to the "graph" concept
> using @see or L{graph}? This is what I couldn't figure out.
Mmm... no, you are right. Currently i don't think there is a way to reference
external documentation if not with a full url.
Epytext instead has a nice feature that may help you: indexed terms:
http://epydoc.sourceforge.net/manual-epytext.html#indexed-terms
You can define a graph in a module docstring and refer to it even without
creating dummy python objects.
--
Daniele Varrazzo - Develer S.r.l.
http://www.develer.com
|