This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients georg.brandl, gregory.p.smith, r.david.murray
Date 2009-05-01.18:55:04
SpamBayes Score 2.2999955e-09
Marked as misclassified No
Message-id <1241204106.02.0.501470263908.issue5893@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to note that what Sphinx can't do -- or better, doesn't do at
the moment, is to output full reStructuredText documents when using
autodoc.  It directly integrates the docstrings into the doctree that
will become the output.

So, for the Python documentation itself, where we do not want to use
autodoc (it would be nice, but would require that the documentation be
built using the version of Python that is documented, which is e.g.
currently impossible in the case of 3.x), this is of no great help.
History
Date User Action Args
2009-05-01 18:55:06georg.brandlsetrecipients: + georg.brandl, gregory.p.smith, r.david.murray
2009-05-01 18:55:06georg.brandlsetmessageid: <1241204106.02.0.501470263908.issue5893@psf.upfronthosting.co.za>
2009-05-01 18:55:04georg.brandllinkissue5893 messages
2009-05-01 18:55:04georg.brandlcreate