Hunter Gerlach
Hunter Gerlach
The usage of `ng serve` didn't correctly proxy requests. Also, page didn't automatically refresh on update. Using `ng start` allows both to occur naturally.
Previous command was throwing an error. This command is more specific and forces Angular to update the required references.
This PR has two contributions: 1. Add test for when stop token is found in middle of text 2. Add code coverage tooling and instructions - Add pytest-cov via poetry...
I noticed (after publication) that the getting_started link on the main page was borked. This should fix it.
- Add support for local build and linkchecking of docs - Add GitHub Action to automatically check links before prior to publication - Minor reformat of Contributing readme - Fix...