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

Add a toc for html and latex exporter #2178

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    fafa016 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e364a11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7eb4c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    fab3c55 View commit details
    Browse the repository at this point in the history
  2. Add links to be able to go to the relevant sections when clicking on …

    …the items of the table of contents.
    HaudinFlorence committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    81e7e6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04011ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d02f38 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    05f6f11 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    5f26a5c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Update nbconvertapp with removing toc from alias and with adding toc …

    …to nbconvert_flags dictionary instead.
    HaudinFlorence committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    37485ef View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    d5b579f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a5f4cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b31a287 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb90485 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4d7e3d View commit details
    Browse the repository at this point in the history
  6. Apply suggestions from code review

    Co-authored-by: martinRenou <martin.renou@gmail.com>
    HaudinFlorence and martinRenou authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    28089fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9720c29 View commit details
    Browse the repository at this point in the history
  8. Fix linting issues.

    HaudinFlorence committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f88620e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    c8483f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    711cee8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Restore None check condition in HTML exporter instead of _init_resources

    Fix index.html.j2 to restore the style of the table of content.
    HaudinFlorence committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    cdc2743 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. 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.
    HaudinFlorence committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    de2ff4e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    6fbb968 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5708233 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    14a3ab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e833379 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Change the logics to get the headers using parsing of the markdown ce…

    …ll content to html and using BeautifulSoup.select.
    HaudinFlorence committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e5d2da6 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Add sysmetically an id to the headers to be sure to have a defined href.

    Add the safe filter in the jinja template.
    HaudinFlorence committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    40f971d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c66634 View commit details
    Browse the repository at this point in the history