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 utility function to calculate underline size for category names #645

Open
wants to merge 13 commits into
base: trunk
Choose a base branch
from

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    b783355 View commit details
    Browse the repository at this point in the history
  2. add integration test

    Jacob Gulan authored and jacobgulan committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    745dec5 View commit details
    Browse the repository at this point in the history
  3. update underline size calc for jinja templates

    Jacob Gulan authored and jacobgulan committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5fbfbfd View commit details
    Browse the repository at this point in the history
  4. update bugfix newsfragment

    Jacob Gulan authored and jacobgulan committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c45ea09 View commit details
    Browse the repository at this point in the history
  5. consolidate unit tests

    Jacob Gulan authored and jacobgulan committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8aed197 View commit details
    Browse the repository at this point in the history
  6. update docstring

    Jacob Gulan committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    eb60d89 View commit details
    Browse the repository at this point in the history
  7. update write_text() to use utf-8 encoding

    Jacob Gulan committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bdbfed4 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. rename underline_size to underline_length

    Jacob Gulan committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    473411c View commit details
    Browse the repository at this point in the history
  2. pass get_underline_length() function to jinja template

    Jacob Gulan committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    f236c31 View commit details
    Browse the repository at this point in the history
  3. add more unit tests

    Jacob Gulan committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    35052ab View commit details
    Browse the repository at this point in the history
  4. appease mypy generic types

    Jacob Gulan committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    185bd7a View commit details
    Browse the repository at this point in the history
  5. update typing for underline length

    Jacob Gulan committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    24b3cdb View commit details
    Browse the repository at this point in the history
  6. add TypeAlias

    Jacob Gulan committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fc414ed View commit details
    Browse the repository at this point in the history