mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-05 14:54:37 +08:00
18 lines
487 B
ReStructuredText
18 lines
487 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.
|
|
The GUFE package 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
|