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

Docstring all the things #202

Merged
merged 20 commits into from
Oct 24, 2023
Merged

Docstring all the things #202

merged 20 commits into from
Oct 24, 2023

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    da899c8 View commit details
    Browse the repository at this point in the history
  2. Add a types.py file to define arbitrary types

    for types that are used in more than one context, such as dimensions and axes
    smith120bh committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    791b566 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d439539 View commit details
    Browse the repository at this point in the history
  4. Enable basic pylance type checking too

    which picks up a few things that mypy does not, and is faster than mypy
    smith120bh committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    16e6d24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5ec1b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ae2575 View commit details
    Browse the repository at this point in the history
  7. Restructure Plotter to track all axes, not just one_fig

    which also fixes a slew of typing issues
    smith120bh committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    2437887 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    106a357 View commit details
    Browse the repository at this point in the history
  2. Docstring plotter

    smith120bh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    bd712f1 View commit details
    Browse the repository at this point in the history
  3. Fix advanced type error in Vertex ==

    Raise the error; don't return it
    smith120bh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a3c7487 View commit details
    Browse the repository at this point in the history
  4. TODO -> TO DO

    smith120bh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9c87e11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d3a46a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e57d7a2 View commit details
    Browse the repository at this point in the history
  7. And indent...

    smith120bh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    867de40 View commit details
    Browse the repository at this point in the history
  8. Swap syntax

    smith120bh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3c231c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e84edfd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b7e698b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6bf0243 View commit details
    Browse the repository at this point in the history
  12. Fix

    smith120bh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    279dfc0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0e900d8 View commit details
    Browse the repository at this point in the history