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, eric.araujo, georg.brandl, terry.reedy
Date 2010-11-12.19:27:34
SpamBayes Score 1.9683928e-06
Marked as misclassified No
Message-id <AANLkTinfMmZv-4Xy0=boCv0-x1ftWX4G5FTcVfSFBGL4@mail.gmail.com>
In-reply-to <1289588989.7.0.267240001369.issue10385@psf.upfronthosting.co.za>
Content
On Fri, Nov 12, 2010 at 2:09 PM, Terry J. Reedy <report@bugs.python.org> wrote:
..
> 1. Does the markup make any visual difference?

It does on my browser.  (I wouldn't have noticed it otherwise.) See
http://docs.python.org/dev/contents.html

> 2. Does the markup affect the index?

I don't think so because module names are already in the index.

This is either holdover or title-case.  In either case it should be
fixed.  Note that in some section titles it is lower case and marked
up properly.

> 'Turtle' also appears in several section headers. That could be interpreted
> as a reference to the class rather than the module.

In "Turtle graphics" it is neither -- just part of the name of the
graphics framework.  When it is a name of the class, as in " Overview
of available Turtle and Screen methods," is should be marked up with
:class: IMO.  In "Tell Turtle’s state", I think "turtle" should be
lower-cased.
History
Date User Action Args
2010-11-12 19:27:36belopolskysetrecipients: + belopolsky, georg.brandl, terry.reedy, eric.araujo
2010-11-12 19:27:34belopolskylinkissue10385 messages
2010-11-12 19:27:34belopolskycreate