Skip to content

Commit

Permalink
docs: CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
biermanncarl committed May 12, 2021
1 parent a3f2a52 commit 2692e99
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/tutorials/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ physical systems.
* **Simulate a simple Lennard-Jones liquid**
Modelling of a single-component and a two-component Lennard-Jones liquid.
[Guide](lennard_jones/lennard_jones.ipynb)
* **Error_analysis**
Statistical analysis of simulation results
Guide
[Part 1](error_analysis/error_analysis_part1.ipynb) |
[Part 2](error_analysis/error_analysis_part2.ipynb)
* **Visualization**
Using the online visualizers of ESPResSo.
[Guide](visualization/visualization.ipynb)
Expand Down
7 changes: 7 additions & 0 deletions doc/tutorials/error_analysis/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
configure_tutorial_target(TARGET tutorial_err DEPENDS
error_analysis_part1.ipynb error_analysis_part2.ipynb)

nb_export(TARGET tutorial_err SUFFIX "1" FILE "error_analysis_part1.ipynb"
HTML_RUN)
nb_export(TARGET tutorial_err SUFFIX "2" FILE "error_analysis_part2.ipynb"
HTML_RUN)

0 comments on commit 2692e99

Please sign in to comment.