From 5eb63c61ce9e5c2d3fd1050ce1427b316904f354 Mon Sep 17 00:00:00 2001 From: Xavier Robin <xavier.robin@unibas.ch> Date: Fri, 7 Jul 2023 16:36:30 +0200 Subject: [PATCH] doc: use correct class name --- modules/base/doc/generic.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/base/doc/generic.rst b/modules/base/doc/generic.rst index 2d71160da..6a183c74e 100644 --- a/modules/base/doc/generic.rst +++ b/modules/base/doc/generic.rst @@ -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) -- GitLab