-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds the examples as literal includes to the docs (#244)
autogenerate literal include docs for all examples. The code is self maintaining: if examples are removed or added the docs are also updated. * autogenerate documentation on the basis of the examples including notebooks * renaming of examples * seperate notebooks and other examples in the toctree
- Loading branch information
Showing
91 changed files
with
3,492 additions
and
160 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
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,10 @@ | ||
.. meta:: | ||
:description: $short_filename | ||
|
||
$headerline | ||
$short_filename | ||
$headerline | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/$short_filename | ||
:linenos: |
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,62 @@ | ||
.. meta:: | ||
:description: Overview of all available examples | ||
|
||
|
||
******** | ||
Examples | ||
******** | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Notebooks | ||
|
||
./examples/outputspace_exploration_lakeproblem.ipynb | ||
./examples/scenario_discovery.ipynb | ||
./examples/vadere_demo.ipynb | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: python examples | ||
|
||
./examples/example_eijgenraam.rst | ||
./examples/example_excel.rst | ||
./examples/example_flu.rst | ||
./examples/example_lake_model.rst | ||
./examples/example_netlogo.rst | ||
./examples/example_pysd_teacup.rst | ||
./examples/example_python.rst | ||
./examples/example_simio.rst | ||
./examples/example_vensim.rst | ||
./examples/example_vensim_advanced_flu.rst | ||
./examples/example_vensim_flu.rst | ||
./examples/example_vensim_lookup.rst | ||
./examples/example_vensim_no_policy_flu.rst | ||
./examples/example_vensim_scarcity.rst | ||
./examples/feature_scoring_flu.rst | ||
./examples/feature_scoring_flu_confidence.rst | ||
./examples/feature_scoring_flu_overtime.rst | ||
./examples/optimization_lake_model_dps.rst | ||
./examples/optimization_lake_model_intertemporal.rst | ||
./examples/outputspace_exploration_lake_model.rst | ||
./examples/plotting_envelopes_flu.rst | ||
./examples/plotting_envelopes_with_lines_flu.rst | ||
./examples/plotting_kdeovertime_flu.rst | ||
./examples/plotting_lines_flu.rst | ||
./examples/plotting_multiple_densities_flu.rst | ||
./examples/plotting_pairsplot_flu.rst | ||
./examples/robust_optimization_lake_model_dps.rst | ||
./examples/sample_jointly_lake_model.rst | ||
./examples/sample_sobol_lake_model.rst | ||
./examples/sd_boostedtrees_flu.rst | ||
./examples/sd_cart_flu.rst | ||
./examples/sd_cart_wcm.rst | ||
./examples/sd_dimensional_stacking_flu.rst | ||
./examples/sd_logit_flu_example.rst | ||
./examples/sd_prim_PCA_flu.rst | ||
./examples/sd_prim_byrant_and_lempert.rst | ||
./examples/sd_prim_constrained.rst | ||
./examples/sd_prim_flu.rst | ||
./examples/sd_prim_wcm.rst | ||
./examples/timeseries_clustering_flu.rst |
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,10 @@ | ||
.. meta:: | ||
:description: example_eijgenraam.py | ||
|
||
===================== | ||
example_eijgenraam.py | ||
===================== | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/example_eijgenraam.py | ||
:linenos: |
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,10 @@ | ||
.. meta:: | ||
:description: example_excel.py | ||
|
||
================ | ||
example_excel.py | ||
================ | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/example_excel.py | ||
:linenos: |
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,10 @@ | ||
.. meta:: | ||
:description: example_flu.py | ||
|
||
============== | ||
example_flu.py | ||
============== | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/example_flu.py | ||
:linenos: |
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,10 @@ | ||
.. meta:: | ||
:description: example_lake_model.py | ||
|
||
===================== | ||
example_lake_model.py | ||
===================== | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/example_lake_model.py | ||
:linenos: |
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,10 @@ | ||
.. meta:: | ||
:description: example_netlogo.py | ||
|
||
================== | ||
example_netlogo.py | ||
================== | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/example_netlogo.py | ||
:linenos: |
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,10 @@ | ||
.. meta:: | ||
:description: example_pysd_teacup.py | ||
|
||
====================== | ||
example_pysd_teacup.py | ||
====================== | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/example_pysd_teacup.py | ||
:linenos: |
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,10 @@ | ||
.. meta:: | ||
:description: example_python.py | ||
|
||
================= | ||
example_python.py | ||
================= | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/example_python.py | ||
:linenos: |
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,10 @@ | ||
.. meta:: | ||
:description: example_simio.py | ||
|
||
================ | ||
example_simio.py | ||
================ | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/example_simio.py | ||
:linenos: |
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,10 @@ | ||
.. meta:: | ||
:description: example_vensim.py | ||
|
||
================= | ||
example_vensim.py | ||
================= | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/example_vensim.py | ||
:linenos: |
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,10 @@ | ||
.. meta:: | ||
:description: example_vensim_advanced_flu.py | ||
|
||
============================== | ||
example_vensim_advanced_flu.py | ||
============================== | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/example_vensim_advanced_flu.py | ||
:linenos: |
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,10 @@ | ||
.. meta:: | ||
:description: example_vensim_flu.py | ||
|
||
===================== | ||
example_vensim_flu.py | ||
===================== | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/example_vensim_flu.py | ||
:linenos: |
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,10 @@ | ||
.. meta:: | ||
:description: example_vensim_lookup.py | ||
|
||
======================== | ||
example_vensim_lookup.py | ||
======================== | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/example_vensim_lookup.py | ||
:linenos: |
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,10 @@ | ||
.. meta:: | ||
:description: example_vensim_no_policy_flu.py | ||
|
||
=============================== | ||
example_vensim_no_policy_flu.py | ||
=============================== | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/example_vensim_no_policy_flu.py | ||
:linenos: |
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,10 @@ | ||
.. meta:: | ||
:description: example_vensim_scarcity.py | ||
|
||
========================== | ||
example_vensim_scarcity.py | ||
========================== | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/example_vensim_scarcity.py | ||
:linenos: |
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,10 @@ | ||
.. meta:: | ||
:description: feature_scoring_flu.py | ||
|
||
====================== | ||
feature_scoring_flu.py | ||
====================== | ||
|
||
|
||
.. literalinclude:: ../../../ema_workbench/examples/feature_scoring_flu.py | ||
:linenos: |
Oops, something went wrong.