-
Notifications
You must be signed in to change notification settings - Fork 3
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
209 reorder codelists #280
Conversation
reporting broken link
but its not broken, following that url takes you to a working webpage, all be it one with an irritating popup |
It's also unclear why running |
have created an issue about the pre-commit problem #285 |
#284 to fix linkcheck error, once that's merged into main, rebase this branch/merge main into this branch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fine to merge once my comment is resolved.
thanks @duncandewhurst but can't merge until you officially approve :) |
Related issues
closes #209
Description
Merge checklist
./manage.py pre-commit
to update derivative schema files, reference documentation and examplesIf there are changes to
network-schema.json
,network-package-schema.json
,reference/publication_formats/json.md
,reference/publication_formats/geojson.md
orguidance/publication.md#how-to-publish-large-networks
, update the relevant manually authored examples:examples/json/
:network-package.json
api-response.json
multiple-networks.json
network-embedded.json
network-separate-endpoints.json
network-separate-files.json
nodes-endpoint.json
spans-endpoint.json
examples/geojson/
:api-response.geojson
multiple-networks.geojson
If you used a validation keyword, type or format that is not already used in the schema:
network-package-invalid.json
.If you added a normative rule that is not encoded in JSON Schema:
network-package-additional-checks.json
.If there are changes to
examples/geojson/nodes.geojson
orexamples/geojson/spans.geojson
, check and update the data use examples:examples/leaflet/leaflet.ipynb
examples/qgis/geojson.qgs