Skip to content
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

Update schema reference #120

Merged
merged 17 commits into from
Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[submodule "docs/_static/docson"]
path = docs/_static/docson
url = https://github.com/OpenDataServices/docson
branch = master
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Code,Label
Code,Title
CF,Coastal Flood
CS,Convective Storm
DR,Drought
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Code,Label
Code,Title
FCF,Coastal Flood
FSS,Storm Surge
TOR,Tornado
Expand Down
1 change: 1 addition & 0 deletions docs/_static/docson
Submodule docson added at 8ea21c
6 changes: 6 additions & 0 deletions docs/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ This page lists changes to the Risk Data Library Standard.

### Normative documentation

- [#120](https://github.com/GFDRR/rdl-standard/pull/120):
- Rename data model documentation to reference documentation.
- Use jsonschema Sphinx directive to generate schema reference tables from schema.
- Restructure reference documentation.
- Update `manage.py pre-commmit` to generate sub-schema reference.

### Non-normative documentation

### Other
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['_static', '../schema']

# Add any extra paths that contain custom files (such as robots.txt or
# .htaccess) here, relative to this directory. These files are copied
Expand Down
72 changes: 0 additions & 72 deletions docs/data_model/exposure.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/data_model/general.md

This file was deleted.

Loading