On Jul 21, 11:54 am, Georg Brandl <[email protected]> wrote: > Am 14.07.2010 13:54, schrieb Matt Williams: > > Cool. I've had a look at some of those and they're all doing things in > > a fairly similar way. They're good reference, thanks. > > > I've also now added my extension (renamed to doxylink to avoid > > confusion with Breathe) to sphinx-contrib. It's available at [1]. > > Very good. Will you also make a release for PyPI?
I've just added it to PyPi at http://pypi.python.org/pypi/sphinxcontrib-doxylink > >> And I totally agree that a list of docutils node types would be > >> crazy-useful. I've also been looking for something like that for a while. > > > Yeah, does anyone else have an idea on where to start with this? > > The basic docutils node types are described in > http://docutils.sourceforge.net/docs/ref/doctree.html, which Sphinx' > additional > nodes are only documented with comments in the sphinx.addnodes module so far. I've made the node a `docutils.nodes.inline` for the case where the target cannot be found in the Doxygen file. I tried making it a `docutils.odes.raw` but that seemed to display nothing. Thanks for the link to the reference. Matt -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
