1=================
2Python User Guide
3=================
4
5.. toctree::
6    :maxdepth: 2
7
8    install
9    usage
10    pythonreference
11
12After installing GROMACS and the gmxapi Python package, use ``pydoc gmxapi``
13from the command line or ``import gmxapi; help(gmxapi)`` within Python for
14package and module documentation.
15
16..  todo:: Example scripts. See issue `3014 <https://gitlab.com/gromacs/gromacs/-/issues/3014>`_
17