Exemple for epytext + external-api
Brought to you by:
edloper
I'm really trying to find out how to create external-api link with epytext. I believe exemples are refering to reST documentation (http://epydoc.sourceforge.net/manual-othermarkup.html#external-api-links).
Image i have external documentation at: http://api/project1 that is generated by epydoc (I do not have NFS access to the api-objects.txt file).
In project2.module2, I have "from project1 import module1". How to I define the external link to work for the following:
@see: Verify formatting at L{method<project1.module1.method>}
Thanks,