Re: Sphinx 0.2 released

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Stefan Behnel

    Re: Sphinx 0.2 released

    Hi Georg,

    Georg Brandl wrote:
    I'm pleased to announce the release 0.2 of Sphinx, the Python documentation
    generation tool. There were some intermediate smaller releases in the 0.1
    series, but for 0.2 there are quite a lot new features and fixes.
    >
    What is it?
    ===========
    >
    Sphinx is a tool that makes it easy to create intelligent and beautiful
    documentation for Python projects (or other documents consisting of
    multiple reStructuredTex t source files).
    I'm wondering, would there be any way to bridge to epydoc? It would be cool to
    have the two integrated so that you could generate API docs and written docs
    in one step, with the same look-and-feel.

    (BTW: yes, I'm advocating not to implement another API documentation tool, but
    to integrate with an existing one. I would think epydoc matches the
    requirements quite well here).

    Stefan
Working...