Commit 82e6bcd0 authored by Robert McGibbon's avatar Robert McGibbon
Browse files

No signatures in listing

parent 4d55c9ee
......@@ -7,6 +7,7 @@ Core Objects
.. autosummary::
:toctree: generated/
:template: class.rst
:nosignatures:
~simtk.openmm.openmm.System
~simtk.openmm.openmm.Context
......@@ -19,6 +20,7 @@ Forces
.. autosummary::
:toctree: generated/
:template: class.rst
:nosignatures:
{% for force in forces %}
~{{ force }}
......@@ -30,6 +32,7 @@ Integrators
.. autosummary::
:toctree: generated/
:template: class.rst
:nosignatures:
{% for integrator in integrators %}
~{{ integrator }}
......@@ -40,6 +43,7 @@ Extras
.. autosummary::
:toctree: generated/
:template: class.rst
:nosignatures:
{% for extra in library_extras %}
~{{ extra }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment