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 new options for moving the toctree #8847

Closed
wants to merge 2 commits into from

Commits on Feb 8, 2021

  1. Add raise_level and index options to move toctrees

    This commits adds two options to the `toctree` directive:
    - raise_level: moves the toctree up in the toc hierarchy
    - index: moves the toctree to a specified place among its siblings
    
    Rationale: this gives more flexibility in placing the toctrees in reST
    documents and solves the problem with hidden toctrees that are
    automatically placed as children of the previous subsection.
    Topi Mäenpää committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    83872b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Add autosectionlabel_word_separator configuration value

    This lets the user to change the separator used in generating labels
    out of section headings.
    Topi Mäenpää committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    a0e64c2 View commit details
    Browse the repository at this point in the history