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 belopolsky
Recipients belopolsky, docs@python, eric.araujo, georg.brandl, lukasz.langa, rhettinger, terry.reedy
Date 2011-01-12.04:32:02
SpamBayes Score 0.00020654789
Marked as misclassified No
Message-id <AANLkTikZo+B4oKs+0GitogNB-nYbKHJEPzZ8gGy-CShQ@mail.gmail.com>
In-reply-to <1294801437.06.0.921332361387.issue10225@psf.upfronthosting.co.za>
Content
On Tue, Jan 11, 2011 at 10:03 PM, Terry J. Reedy <report@bugs.python.org> wrote:
..
> What is the alternative?

I am attaching an alternative patch for sorting howto. You can run the
doctests in it as follows:

$ python2.7 tools/sphinx-build.py -b doctest -d build/doctrees .
build/doctest howto/sorting.rst
...

Doctest summary
===============
   34 tests
    0 failures in tests
    0 failures in setup code
build succeeded.

Unfortunately, Sphinx does not support Ramond's preferred style, but
my patch comes close.
Files
File name Uploaded
sorting-howto.diff belopolsky, 2011-01-12.04:32:02
History
Date User Action Args
2011-01-12 04:32:05belopolskysetrecipients: + belopolsky, georg.brandl, rhettinger, terry.reedy, eric.araujo, docs@python, lukasz.langa
2011-01-12 04:32:02belopolskylinkissue10225 messages
2011-01-12 04:32:02belopolskycreate