mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-04 22:34:24 +08:00
* make gufe lowercase in docs * Update docs/reference/index.rst Co-authored-by: Mike Henry <11765982+mikemhenry@users.noreply.github.com> * Update docs/reference/api/index.rst Co-authored-by: Mike Henry <11765982+mikemhenry@users.noreply.github.com> --------- Co-authored-by: Mike Henry <11765982+mikemhenry@users.noreply.github.com>
18 lines
478 B
ReStructuredText
18 lines
478 B
ReStructuredText
Reference
|
|
=========
|
|
|
|
This contains details of the Python API as well as a reference to the
|
|
command line interface.
|
|
|
|
.. note::
|
|
We have reproduced API documentation from the `gufe`_ package here for convenience.
|
|
`gufe`_ serves as a foundation layer for openfe, providing abstract base classes and object models, and so might be more useful for developers.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
api/index
|
|
cli/index
|
|
|
|
.. _gufe: https://gufe.readthedocs.io/en/latest/api.html
|