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

PR for issue #42 [completed, awaiting review] #50

Merged
merged 6 commits into from
Jun 19, 2024
Merged

Commits on Jun 18, 2024

  1. feat: add config var for outline thickness

    Added config variable in config.py and updated draw.foo
    functions to use the new config variable.
    
    feat: add description for configs to README file
    feat: fix minor formatting issues in README
    DQ4443 committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f578dcc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39a4467 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    0cdf9c6 View commit details
    Browse the repository at this point in the history
  2. [Feat] add links to README file headings

    Added links next to relevant headings that leads to the corresponding
    page in the documentation
    DQ4443 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    f4c4334 View commit details
    Browse the repository at this point in the history
  3. Revert "[Feat] add links to README file headings"

    This reverts commit f4c4334.
    DQ4443 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    abd8b5d View commit details
    Browse the repository at this point in the history
  4. [Feat] Update outline thickness config var

    Updated OUTLINE_THICKNESS_CONFIG variable to be a struct to allow for
    higher granularity customization
    DQ4443 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    431d4b3 View commit details
    Browse the repository at this point in the history