-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Still very minimal, but after this we can start filling it in, and including the notebooks to the documentation. Does not yet include the edits to thegoodcloud.md from #36. Probably that file needs some extra tweaks anyway to make it render nicely.
- Loading branch information
Showing
10 changed files
with
11,781 additions
and
7,953 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: Docs | ||
on: | ||
push: | ||
branches: [main] | ||
paths-ignore: [".teamcity/**"] | ||
pull_request: | ||
merge_group: | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
jobs: | ||
publish: | ||
name: Docs | ||
runs-on: ubuntu-latest | ||
permissions: | ||
contents: write | ||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: "latest" | ||
- name: Prepare pixi | ||
run: pixi run install-without-pre-commit | ||
|
||
- name: Check Quarto installation and all engines | ||
run: pixi run quarto-check | ||
|
||
- name: Render Quarto Project | ||
run: pixi run quarto-render | ||
|
||
- name: Publish Quarto Project | ||
if: github.ref == 'refs/heads/main' | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./docs/_site | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,6 @@ jobs: | |
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: "latest" | ||
cache: true | ||
- name: Prepare pixi | ||
run: pixi run install-without-pre-commit | ||
- name: Run mypy on hydamo | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ jobs: | |
- uses: prefix-dev/[email protected] | ||
with: | ||
pixi-version: "latest" | ||
cache: true | ||
- name: Prepare pixi | ||
run: pixi run install-without-pre-commit | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
/.quarto/ | ||
/_site/ | ||
/reference/ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
project: | ||
type: website | ||
|
||
website: | ||
title: "Ribasim-NL" | ||
navbar: | ||
left: | ||
- reference/index.qmd | ||
- cloudstorage.qmd | ||
right: | ||
- icon: github | ||
href: https://github.com/Deltares/Ribasim-NL | ||
aria-label: GitHub | ||
|
||
format: | ||
html: | ||
theme: cosmo | ||
css: styles.css | ||
toc: true | ||
|
||
quartodoc: | ||
style: pkgdown | ||
dir: reference | ||
title: API Reference | ||
package: null | ||
sections: | ||
- title: HyDAMO | ||
package: hydamo | ||
desc: The HyDAMO class represents the HyDAMO data model. | ||
contents: | ||
- HyDAMO | ||
- ExtendedGeoDataFrame | ||
- find_nearest_branch | ||
- possibly_intersecting | ||
- add_styles_to_geopackage | ||
- read_style | ||
- title: Ribasim-NL | ||
package: ribasim_nl | ||
desc: Ribasim-NL code. | ||
contents: | ||
- CloudStorage |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/* css styles */ |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Ribasim-NL" | ||
--- | ||
|
||
Ribasim-NL facilitates Ribasim water resources modeling in the Netherlands. | ||
For more informantion on Ribasim itself please see the [Ribasim documentation](https://deltares.github.io/Ribasim/). |
Oops, something went wrong.