Re: Sphinx for API documentation

2009-03-05 Thread melevine
On Mar 5, 5:38 pm, Robert Kern wrote: > On 2009-03-05 19:23, Paul Hildebrandt wrote: > > > Thanks, I've been playing with that but I believe it assumes a reST > > structure you build, then use autodoc to bring in your code's > > docstrings.  I would rather not hand generate the main reST > > struc

Re: Sphinx for API documentation

2009-03-05 Thread Robert Kern
On 2009-03-05 19:23, Paul Hildebrandt wrote: Thanks, I've been playing with that but I believe it assumes a reST structure you build, then use autodoc to bring in your code's docstrings. I would rather not hand generate the main reST structure. I am hoping to use Sphinx like Epydoc and just ru

Re: Sphinx for API documentation

2009-03-05 Thread Paul Hildebrandt
On Mar 5, 1:22 pm, Benjamin Peterson wrote: > 2009/3/5 andrew cooke : > > > Benjamin Peterson wrote: > >> Paul Hildebrandt yahoo.com> writes: > >>> I really like the look of Sphinx BUT I want autogenerated > >>> documentation like Epydoc/doxygen.  Does anyone know of a frontend for > >>> Sphix th

Re: Sphinx for API documentation

2009-03-05 Thread Benjamin Peterson
2009/3/5 andrew cooke : > Benjamin Peterson wrote: >> Paul Hildebrandt yahoo.com> writes: >>> I really like the look of Sphinx BUT I want autogenerated >>> documentation like Epydoc/doxygen.  Does anyone know of a frontend for >>> Sphix that will make it work like Epydoc? >> >> There's a Sphinx ex

Re: Sphinx for API documentation

2009-03-05 Thread andrew cooke
Benjamin Peterson wrote: > Paul Hildebrandt yahoo.com> writes: >> I really like the look of Sphinx BUT I want autogenerated >> documentation like Epydoc/doxygen. Does anyone know of a frontend for >> Sphix that will make it work like Epydoc? > > There's a Sphinx extension called autodoc which sho

Re: Sphinx for API documentation

2009-03-05 Thread Benjamin Peterson
Paul Hildebrandt yahoo.com> writes: > > I really like the look of Sphinx BUT I want autogenerated > documentation like Epydoc/doxygen. Does anyone know of a frontend for > Sphix that will make it work like Epydoc? There's a Sphinx extension called autodoc which should help you. -- http://m