1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
.. _api-label:
=============
API reference
=============
.. currentmodule:: apbs
.. module:: apbs
The :program:`apbs` command provides a command-line interface to APBS's functionality.
It is built on classes and functions in the :mod:`apbs` module.
The API (application programming interface) of :mod:`apbs` is documented here for developers who might want to directly use the APBS code.
.. Note::
The API is still changing and there is currently no guarantee that
it will remain stable between minor releases.
.. todo:: Add API documentation for all new Python routines
|