Andy's notes on Generalised vertical coordinates #38
Merged
Conversation
chrisb13
commented
Jun 10, 2026
| Date: 11/06/2026. | ||
|
|
||
| Presenter: Andy Hogg (@AndyHoggANU). | ||
|
|
Collaborator
Author
There was a problem hiding this comment.
@AndyHoggANU the idea is that you can put notes (if you wish!) here.
We can then review or merge the PR ahead of tomorrow's meeting. (Another option is just to use the PR-preview until you've finalised.)
Collaborator
Author
There was a problem hiding this comment.
Added note on z-level models.
added a figure
AndyHoggANU
previously approved these changes
Jun 13, 2026
AndyHoggANU
left a comment
Collaborator
There was a problem hiding this comment.
I think this is now ready. Happy for edits through a further PR if I've missed anything.
angus-g
reviewed
Jun 13, 2026
angus-g
left a comment
Collaborator
There was a problem hiding this comment.
Thanks, this sets things up nicely!
Co-authored-by: Angus Gibson <angus@agibson.me>
Co-authored-by: Angus Gibson <angus@agibson.me>
Co-authored-by: Angus Gibson <angus@agibson.me>
Copilot
AI
changed the title
Andy's notes on Generalised vertical coordinates
Exclude generated 404 page from Lychee checks
Jun 14, 2026
0fda350 to
f1bd4ae
Compare
Collaborator
Author
This was to remove the copilot commits: Looks like I'll resolve this manually. @AndyHoggANU has expressed he'd like to have this merged, so will merge now. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Check linkswas failing on the generateddocs_folder/404.html, where root-relative URLs are not resolvable by Lychee in local file mode. This produced false-positive URL-conversion errors and blocked CI despite unrelated documentation links being valid.Problem scope
404.htmlentries (/.,/season1/,/assets/...) rather than source markdown links.Change made
documentation/lychee_config.tomlto exclude the generated 404 output from path-based scanning.Config diff (example)