mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Add a short table of contents to the setup.cfg spec.
I tried shortening the sidebar ToC with the tocdepth option instead, but it has a bug which caused all headings with a level deeper than the tocdepth value to all have the same section number, which was a usability regression rather than in improvement.
This commit is contained in:
parent
d5d831b74d
commit
f0f9b22459
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ This document describes the :file:`setup.cfg`, an ini-style configuration file
|
|||
(compatible with :class:`configparser.RawConfigParser`) used by Packaging to
|
||||
replace the :file:`setup.py` file.
|
||||
|
||||
.. contents::
|
||||
:depth: 3
|
||||
:local:
|
||||
|
||||
|
||||
Syntax
|
||||
======
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue