mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
## Description Closes #1902 **What changed? Why? (the code + comments should speak for itself on the "how")** The amount of UI windows that contributors have open (and then proceed to frantically close) increases exponentially with every passing build season [(Munroe 2009)](https://xkcd.com/605/). This PR adds headless (no-UI) test instructions, moves all of the test related build documentation to its own subsection (and reorders it roughly in the order we prefer they be used in), and makes the "Example" sections their own independent H2. ## Meta Merge checklist: - [x] Pull Request title is [short, imperative summary](https://cbea.ms/git-commit/) of proposed changes - [x] The description documents the _what_ and _why_, including events that led to this PR - [x] If this PR changes behavior or adds a feature, user documentation is updated --------- Co-authored-by: Matt M <matthew.morley.ca@gmail.com>