Skip to content

Commit

Permalink
Document adaptive localization
Browse files Browse the repository at this point in the history
  • Loading branch information
dafeda committed Dec 1, 2023
1 parent 70d07bf commit b1c21b7
Show file tree
Hide file tree
Showing 6 changed files with 294 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,12 @@ jobs:

- name: Install PlantUML
run: |
sudo apt-get install plantuml
sudo apt install plantuml
- name: Install pandoc
run: |
sudo apt install pandoc
- uses: actions/setup-python@v4
id: setup_python
with:
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"sphinxcontrib.datatemplates",
"sphinxcontrib.plantuml",
"ert_jobs",
"nbsphinx",
]

# Autodoc settings:
Expand Down
284 changes: 284 additions & 0 deletions docs/getting_started/howto/adaptive_localization.ipynb

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ To understand the theoretical foundations of ensemble-based methods, head over t
getting_started/setup
getting_started/configuration/poly_new/guide
getting_started/howto/esmda_restart
getting_started/howto/adaptive_localization.ipynb
getting_started/howto/plugin_system
getting_started/webviz-ert/webviz-ert

Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ dev = [
"sphinx-copybutton",
"sphinxcontrib-plantuml",
"sphinxcontrib.datatemplates",
"seaborn",
"nbsphinx",
"jupyter",
"testpath",
]
style = [
Expand Down

0 comments on commit b1c21b7

Please sign in to comment.