Skip to content

Commit

Permalink
Merge pull request #200 from KingsburyLab/docs
Browse files Browse the repository at this point in the history
Docs: add activity tutorial
  • Loading branch information
rkingsbury authored Nov 7, 2024
2 parents de14f2d + 426bb89 commit b09cf52
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,19 @@ browser using Binder by clicking the respective links below.
[View Notebook on GitHub](https://github.com/KingsburyLab/pyEQL/tree/main/docs/examples/pyeql_demo.ipynb) | Try Interactive Notebook on Binder [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/KingsburyLab/pyEQL/main?labpath=docs%2Fexamples%2Fpyeql_demo.ipynb)

```{toctree}
:maxdepth: 1
:maxdepth: 2
examples/pyeql_demo
```

## Overview of Activity Coefficient Methods

[View Notebook on GitHub](https://github.com/KingsburyLab/pyEQL/tree/main/docs/examples/pyeql_tutorial_activity.ipynb) | Try Interactive Notebook on Binder [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/KingsburyLab/pyEQL/main?labpath=docs%2Fexamples%2Fpyeql_tutorial_activity.ipynb)

```{toctree}
:maxdepth: 2
examples/pyeql_tutorial_activity
```

## Calculating Osmotic Pressure

[View Notebook on GitHub](https://github.com/KingsburyLab/pyEQL/tree/main/docs/examples/pyeql_tutorial_osmotic_pressure.ipynb) | Try Interactive Notebook on Binder [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/KingsburyLab/pyEQL/main?labpath=docs%2Fexamples%2Fpyeql_tutorial_osmotic_pressure.ipynb)
Expand Down

0 comments on commit b09cf52

Please sign in to comment.