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 eric.araujo
Recipients benjamin.peterson, docs@python, eric.araujo, georg.brandl
Date 2011-09-05.16:45:18
SpamBayes Score 3.1429892e-10
Marked as misclassified No
Message-id <1315241119.9.0.996780726209.issue12901@psf.upfronthosting.co.za>
In-reply-to
Content
I picked up a few files in Doc/library and updated their markup to use directives nesting.  The attached patch is the result; it’s a lot of changes for small benefit.  If we think it’s a good change anyway, I have two questions

- Do you think it would be a good idea to have the -checkins emails ignore whitespace changes in some cases?  (I’m thinking a magic string in the commit message)

- A number of files have a class directive near the top of the file, in the list of all public names, and a later section “XX objects” with the methods and attributes.  When this is changed to nested class/methods directives, sometimes the first class directive gets a noindex flag, but I think it should jsut be removed: the index in the sidebar is enough to let people jump to the doc.  Do you agree?
History
Date User Action Args
2011-09-05 16:45:19eric.araujosetrecipients: + eric.araujo, georg.brandl, benjamin.peterson, docs@python
2011-09-05 16:45:19eric.araujosetmessageid: <1315241119.9.0.996780726209.issue12901@psf.upfronthosting.co.za>
2011-09-05 16:45:19eric.araujolinkissue12901 messages
2011-09-05 16:45:18eric.araujocreate