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 options for include directive #684

Merged
merged 23 commits into from
May 16, 2024

Commits on Apr 20, 2024

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

Commits on Apr 27, 2024

  1. Add tests

    frankharkins committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    8087ff8 View commit details
    Browse the repository at this point in the history
  2. Handle quirks of line numberings and endings

    Trimming the end of the contents means it often won't end in a newline
    and will become part of the new paragraph. This change adds a newline to
    contents after trimming the ends.
    
    Also fix :end-line: option to be absolute (not relative to :start-line:)
    frankharkins committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c69de81 View commit details
    Browse the repository at this point in the history
  3. Improve _rst_extract_options

    Co-authored-by: Maximilian Hils <[email protected]>
    frankharkins and mhils committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    d2b4994 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a12a150 View commit details
    Browse the repository at this point in the history
  5. Update docs

    frankharkins committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a359e63 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Further improve function

    I somehow missed the last line of mhils comment earlier
    
    Co-authored-by: Maximilian Hils <[email protected]>
    frankharkins and mhils committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3b8ebf2 View commit details
    Browse the repository at this point in the history
  2. Simplify trim function

    frankharkins committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    38f9956 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. fix nits

    mhils committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e515fbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ae043d View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Add tests

    frankharkins committed May 12, 2024
    Configuration menu
    Copy the full SHA
    dc79119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ab8715 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    470f270 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. fix tests

    mhils committed May 16, 2024
    Configuration menu
    Copy the full SHA
    5f3aadc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    788189a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db90e12 View commit details
    Browse the repository at this point in the history
  4. changelog++

    mhils committed May 16, 2024
    Configuration menu
    Copy the full SHA
    4675aef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3efb298 View commit details
    Browse the repository at this point in the history
  6. fixup

    mhils committed May 16, 2024
    Configuration menu
    Copy the full SHA
    bba2bde View commit details
    Browse the repository at this point in the history
  7. tests++

    mhils committed May 16, 2024
    Configuration menu
    Copy the full SHA
    17696a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9ef120f View commit details
    Browse the repository at this point in the history
  9. fixup

    mhils committed May 16, 2024
    Configuration menu
    Copy the full SHA
    294ec0d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    81dfd14 View commit details
    Browse the repository at this point in the history