[docs] [issue9106] remove numbers from 3-.. level entries in docs toc

anatoly techtonik report at bugs.python.org
Mon Jun 28 20:28:24 CEST 2010


New submission from anatoly techtonik <techtonik at gmail.com>:

It seems that left side ToC menu will be more clear without numeric prefixes from chapter on 3-.. nesting levels. How about to remove them?

For example - the ToC menu now starting from root level:

15.6. logging — Logging facility for Python
    * 15.6.1. Logging tutorial
          o 15.6.1.1. Simple examples
          o 15.6.1.2. Loggers
          o 15.6.1.3. Handlers
          o 15.6.1.4. Formatters
          o 15.6.1.5. Configuring Logging
          o 15.6.1.6. Configuring Logging for a Library
    * 15.6.2. Logging Levels
    * 15.6.3. Useful Handlers
...

will look like:

15.6. logging — Logging facility for Python
    * 1. Logging tutorial
          o 1.1. Simple examples
          o 1.2. Loggers
          o 1.3. Handlers
          o 1.4. Formatters
          o 1.5. Configuring Logging
          o 1.6. Configuring Logging for a Library
    * 2. Logging Levels
    * 3. Useful Handlers
...

----------
assignee: docs at python
components: Documentation
messages: 108850
nosy: docs at python, techtonik
priority: normal
severity: normal
status: open
title: remove numbers from 3-.. level entries in docs toc
versions: Python 2.6, Python 2.7, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9106>
_______________________________________


More information about the docs mailing list