Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-9056: Include subsections in TOC for PDF version of docs. #9629

Merged
merged 2 commits into from Feb 18, 2020

Conversation

csabella
Copy link
Contributor

@csabella csabella commented Sep 28, 2018

Added tocdepth level 2 to LaTeX preamble for the TOC in the PDF docs to include subsections.

https://bugs.python.org/issue9056

@matrixise
Copy link
Member

@matrixise matrixise commented May 15, 2019

@csabella csabella removed the request for review from JulienPalard Nov 17, 2019
@csabella csabella requested a review from JulienPalard Jan 10, 2020
@JulienPalard
Copy link
Member

@JulienPalard JulienPalard commented Feb 18, 2020

According to adobe.com, bookmarks are generated from the TOC, so we won't be able to get the bookmaks without growing the TOC.

For library.pdf it means growing from 7 pages of TOC to 21 pages. I think it's OK as there's page previews or bookmarks to jump over them.

@JulienPalard JulienPalard merged commit a4ba8a3 into python:master Feb 18, 2020
5 checks passed
@csabella csabella deleted the bpo9056 branch Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants