diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2020-02-18 23:01:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-18 23:01:15 (GMT) |
commit | a4ba8a3983356fceb4aedabe0c338180666a79aa (patch) | |
tree | 21acaeee790731879b457e9956ad639ecc8b7e54 /Misc | |
parent | af5ee3ff610377ef446c2d88bbfcbb3dffaaf0c9 (diff) | |
download | cpython-a4ba8a3983356fceb4aedabe0c338180666a79aa.zip cpython-a4ba8a3983356fceb4aedabe0c338180666a79aa.tar.gz cpython-a4ba8a3983356fceb4aedabe0c338180666a79aa.tar.bz2 |
Include subsections in TOC for PDF version of docs. (GH-9629)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-09-28-18-13-08.bpo-9056.-sFOwU.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-09-28-18-13-08.bpo-9056.-sFOwU.rst b/Misc/NEWS.d/next/Documentation/2018-09-28-18-13-08.bpo-9056.-sFOwU.rst new file mode 100644 index 0000000..98e1c28 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-09-28-18-13-08.bpo-9056.-sFOwU.rst @@ -0,0 +1 @@ +Include subsection in TOC for PDF version of docs. |