Skip to content
Snippets Groups Projects
Verified Commit 5eb63c61 authored by Xavier Robin's avatar Xavier Robin
Browse files

doc: use correct class name

parent 4a471550
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ examples are:
* fit of a fragment inside an electron density map
In OpenStructure this is supported by the use of generic properties. Most
building blocks are derived from :class:`~ost.GenericPropertyContainer`, meaning
building blocks are derived from :class:`~ost.GenericPropContainer`, meaning
that arbitrary key-value pairs can be stored in them. In essence, the following
classes support generic properties:
......@@ -35,7 +35,7 @@ values are available both in Python and C++.
Storing and Accessing Data
--------------------------------------------------------------------------------
All OpenStructure building blocks that are :class:`~ost.GenericPropContainers`,
All OpenStructure building blocks that are :class:`~ost.GenericPropContainer`\s,
have four different methods to store generic data, depending on the data type
(i.e. string, float, int or bool).
......@@ -98,7 +98,7 @@ level respectively. For more details see :doc:`../mol/base/query`.
API documentation
--------------------------------------------------------------------------------
.. class:: GenericPropertyContainer
.. class:: GenericPropContainer
.. method:: HasProp(key)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment