MDAnalysis / transport-analysis

A Python package to compute and analyze transport properties.
https://transport-analysis.readthedocs.io
GNU General Public License v2.0
9 stars 2 forks source link

Make example notebooks #15

Open xhgchen opened 1 year ago

xhgchen commented 1 year ago

From @hmacdope on Discord:

Create a directory with Jupyter notebooks that have examples + detailed explanations

Good reference: https://github.com/MDAnalysis/solvation-analysis/blob/main/docs/tutorials/basics_tutorial.ipynb

orionarcher commented 1 year ago

I believe nbsphinx is the package you'll need to convert jupyter notebooks to docs, see the SA conf.py here