Note that Sphinx doesn't do a great job of rebuilding output files if only the table-of-contents has changed. If you
change the table of contents, you may need to clean the output directory in order to see the effects of your changes:
```bash
$ make clean
```
## Notes on Style
- Do use appropriate links wherever possible. Learn to use [header anchors](https://myst-parser.readthedocs.io/en/latest/syntax/optional.html#auto-generated-header-anchors).
- If a particular link destination is referenced multiple times, prefer [shortcut reference links](https://spec.commonmark.org/0.29/#shortcut-reference-link).