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

More documentation and visualisation fixes #214

Merged
merged 12 commits into from
Sep 24, 2024
Merged

More documentation and visualisation fixes #214

merged 12 commits into from
Sep 24, 2024

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    e238ed6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b958949 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c2d253 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c68a97d View commit details
    Browse the repository at this point in the history
  5. dev: Migrate from Makefile to justfile

    The [just](https://github.com/casey/just) build command runner is "just"
    a better `make`, for our purposes. In particular, it properly terminates
    the documentation build if `setuptools-scm` is not installed. I'm sure
    there is a way to cast spells at `make` to make it do that, but why?
    Whenever there's a big .PHONY line in a Makefile, it means that `make`
    is probably the wrong tool. Also, the old Makefile I provided was only
    valid for GNU make (make portability is a bit gross).
    
    Also, `just` has binaries built for every major platform so installing
    is not a hassle.
    adigitoleo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f17c6c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c826fb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d084d80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c94df1 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

Commits on Sep 16, 2024

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

Commits on Sep 23, 2024

  1. fix: Typo and wording

    adigitoleo committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4ae97ef View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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