Re: [Epydoc-devel] restructuredtext
Brought to you by:
edloper
From: Fred L. D. Jr. <fd...@ac...> - 2004-04-28 00:07:18
|
On Tuesday 27 April 2004 11:29 am, Robin Dunn wrote: > What is the restructuredtext equivallent to L{object} ? In Epydoc, the default reStructuredText "interpreted text role" is "identifier", so you can simply use `object` Epydoc seems to do quite well with turning that into a link to the documentation for object. Or at least that's how I've been doing it. ;-) -Fred -- Fred L. Drake, Jr. <fdrake at acm.org> PythonLabs at Zope Corporation |