I'm currently working on the documentation of a large C++ project
using Sphinx (Doxygen is just not readable enough...).
I was initially planning to do a trick like
http://www.vlfeat.org/api/index.html
where they split a generated page to use a header and footer for the
generated doxygen html pages.
However the 'breathe' extensions seems to be a better way of doing
things.
Could you explain the status of the project ?
Do you think it is a viable option ?
Is it somewhere a sample of the expected output ?
Retrieving the current git branch and running the testsuite today
provides an
>>>>
breathe/testsuite$ make html
mkdir -p build/html build/doctrees
sphinx-build -b html -a -N -d build/doctrees source build/html
Extension error:
Could not import extension breathe (exception: No module named
indexsuper)
<<<<
And it seems that indexsuper
http://google.com/codesearch?hl=en&sa=N&q=indexsuper++lang:python&ct=rr&cs_r=lang:python
is supposed to be provided by your code ?
Thanks for your answer.
Regards,
rodrigob.
> On Mon, Dec 15, 2008 at 11:02 PM, Michael Jones <
m.pricejo...@gmail.com> wrote:
> > I'm giving this a whirl, I'll keep this thread updated with progress.
> > Might not be anything of interest before the new year though. Give us
> > a shout if you'd like to help out,
>
> > Michael
>