-
Notifications
You must be signed in to change notification settings - Fork 569
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
Add a toc for html and latex exporter #2178
base: main
Are you sure you want to change the base?
Add a toc for html and latex exporter #2178
Commits on Sep 16, 2024
-
Add a function to extract the titles and levels of headings from the …
…markdown contents.
Configuration menu - View commit details
-
Copy full SHA for fafa016 - Browse repository at this point
Copy the full SHA fafa016View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for e364a11 - Browse repository at this point
Copy the full SHA e364a11View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7eb4c4 - Browse repository at this point
Copy the full SHA f7eb4c4View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fab3c55 - Browse repository at this point
Copy the full SHA fab3c55View commit details -
Add links to be able to go to the relevant sections when clicking on …
…the items of the table of contents.
Configuration menu - View commit details
-
Copy full SHA for 81e7e6c - Browse repository at this point
Copy the full SHA 81e7e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04011ea - Browse repository at this point
Copy the full SHA 04011eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d02f38 - Browse repository at this point
Copy the full SHA 0d02f38View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 05f6f11 - Browse repository at this point
Copy the full SHA 05f6f11View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5f26a5c - Browse repository at this point
Copy the full SHA 5f26a5cView commit details
Commits on Oct 4, 2024
-
Update nbconvertapp with removing toc from alias and with adding toc …
…to nbconvert_flags dictionary instead.
Configuration menu - View commit details
-
Copy full SHA for 37485ef - Browse repository at this point
Copy the full SHA 37485efView commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5b579f - Browse repository at this point
Copy the full SHA d5b579fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a5f4cb - Browse repository at this point
Copy the full SHA 6a5f4cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b31a287 - Browse repository at this point
Copy the full SHA b31a287View commit details -
Update markdown.mistune.py and add docstrings to get 100% as a score …
…when running interrogate.
Configuration menu - View commit details
-
Copy full SHA for cb90485 - Browse repository at this point
Copy the full SHA cb90485View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for b4d7e3d - Browse repository at this point
Copy the full SHA b4d7e3dView commit details -
Apply suggestions from code review
Co-authored-by: martinRenou <martin.renou@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 28089fa - Browse repository at this point
Copy the full SHA 28089faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9720c29 - Browse repository at this point
Copy the full SHA 9720c29View commit details -
Configuration menu - View commit details
-
Copy full SHA for f88620e - Browse repository at this point
Copy the full SHA f88620eView commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8483f8 - Browse repository at this point
Copy the full SHA c8483f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 711cee8 - Browse repository at this point
Copy the full SHA 711cee8View commit details
Commits on Oct 9, 2024
-
Restore None check condition in HTML exporter instead of _init_resources
Fix index.html.j2 to restore the style of the table of content.
Configuration menu - View commit details
-
Copy full SHA for cdc2743 - Browse repository at this point
Copy the full SHA cdc2743View commit details
Commits on Oct 14, 2024
-
Change method extract_titles_from_markdown_input to extract_titles_fr…
…om_notebook_node, include it in the resources dictionary and use it directly in the index.html.j2 template.
Configuration menu - View commit details
-
Copy full SHA for de2ff4e - Browse repository at this point
Copy the full SHA de2ff4eView commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fbb968 - Browse repository at this point
Copy the full SHA 6fbb968View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5708233 - Browse repository at this point
Copy the full SHA 5708233View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 14a3ab8 - Browse repository at this point
Copy the full SHA 14a3ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e833379 - Browse repository at this point
Copy the full SHA e833379View commit details
Commits on Nov 6, 2024
-
Change the logics to get the headers using parsing of the markdown ce…
…ll content to html and using BeautifulSoup.select.
Configuration menu - View commit details
-
Copy full SHA for e5d2da6 - Browse repository at this point
Copy the full SHA e5d2da6View commit details
Commits on Nov 7, 2024
-
Add sysmetically an id to the headers to be sure to have a defined href.
Add the safe filter in the jinja template.
Configuration menu - View commit details
-
Copy full SHA for 40f971d - Browse repository at this point
Copy the full SHA 40f971dView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 8c66634 - Browse repository at this point
Copy the full SHA 8c66634View commit details