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

Convert README to Markdown #289

Merged
merged 12 commits into from
May 10, 2024
Merged

Convert README to Markdown #289

merged 12 commits into from
May 10, 2024

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    c67f984 View commit details
    Browse the repository at this point in the history
  2. Point setup.py to the new README.md

    Also update the content type
    bskinn committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    24e231e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Try multiline badge blocks

    bskinn committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    981f3c5 View commit details
    Browse the repository at this point in the history
  2. Continue converting README

    bskinn committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e4969e9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Finish converting README

    bskinn committed May 6, 2024
    Configuration menu
    Copy the full SHA
    0c7202e View commit details
    Browse the repository at this point in the history
  2. Fix flake8 'qualified name' complaint

    Have to use full paths for single modules now, apparently.
    
    See: PyCQA/bandit#725 (comment)
    bskinn committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b35f98c View commit details
    Browse the repository at this point in the history
  3. Bump GHA workflow versions

    bskinn committed May 6, 2024
    Configuration menu
    Copy the full SHA
    3b5ebb7 View commit details
    Browse the repository at this point in the history
  4. Ignore flake8 A005

    Yep, we're shadowing submodules. We'll fix it eventually...
    bskinn committed May 6, 2024
    Configuration menu
    Copy the full SHA
    df62440 View commit details
    Browse the repository at this point in the history
  5. Fix some external URLs

    bskinn committed May 6, 2024
    Configuration menu
    Copy the full SHA
    44116a3 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Update test_readme.py

    Change the README filename and update the regex
    bskinn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b80cdf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    254ccbb View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    bskinn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fa8afcb View commit details
    Browse the repository at this point in the history