Add a toc for html and latex exporter#2178
Open
HaudinFlorence wants to merge 32 commits intojupyter:mainfrom
Open
Add a toc for html and latex exporter#2178HaudinFlorence wants to merge 32 commits intojupyter:mainfrom
HaudinFlorence wants to merge 32 commits intojupyter:mainfrom
Conversation
322c26c to
6b3946a
Compare
19fcd8c to
5f26a5c
Compare
martinRenou
reviewed
Oct 4, 2024
Member
martinRenou
left a comment
There was a problem hiding this comment.
Neat! I don't have much to say, it looks good to me. I just have a tiny nitpicky comment about the CLI usage
martinRenou
reviewed
Oct 4, 2024
6293af2 to
4776c2a
Compare
…to nbconvert_flags dictionary instead.
…when running interrogate.
for more information, see https://pre-commit.ci
Co-authored-by: martinRenou <martin.renou@gmail.com>
Fix index.html.j2 to restore the style of the table of content.
…om_notebook_node, include it in the resources dictionary and use it directly in the index.html.j2 template.
…ll content to html and using BeautifulSoup.select.
Add the safe filter in the jinja template.
for more information, see https://pre-commit.ci
a233d15 to
6080520
Compare
c3e5899 to
3b45be0
Compare
f232a95 to
a132b7c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a toc for html and latex exporter.
This PR fixes #1690.
When working on this PR, an correlated issue was opened in jupyterlab jupyterlab/jupyterlab#16795