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

Integrating Scenario Selector into Docs #144

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all 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: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ presentations/
.Rproj.user/
.Rhistory
data/
data_hazards_env/

# Storage for misc docs I don't want to commit (e.g abstracts/bios)
misc_docs/
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sphinx
pydata-sphinx-theme
myst-nb
myst
sphinx-panels
17 changes: 17 additions & 0 deletions site/contents/app-location.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Hazards Apps


<!-- ```{raw} html
<div class="app-container">
<object type="text/html" data="https://gareth-j.github.io/data-hazards-app/" width="900px" height="100%"></object>
</div>
``` -->

Click here to generate some scenarios. Interested in
adding more scenarios, you can add them [here](https://github.com/l-gorman/data-hazards-scenario-selector/edit/main/src/components/scenarios/scenarios.js)

```{raw} html
<div style="width:100em;">
<object type="text/html" data="https://l-gorman.github.io/data-hazards-scenario-selector/" width="800" height="1000"></object>
</div>
```
1 change: 1 addition & 0 deletions site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ contents/materials
contents/contribute
contents/events
contents/contact
contents/app-location
```