Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openstructure
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schwede
openstructure
Commits
5eb63c61
Verified
Commit
5eb63c61
authored
1 year ago
by
Xavier Robin
Browse files
Options
Downloads
Patches
Plain Diff
doc: use correct class name
parent
4a471550
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/base/doc/generic.rst
+3
-3
3 additions, 3 deletions
modules/base/doc/generic.rst
with
3 additions
and
3 deletions
modules/base/doc/generic.rst
+
3
−
3
View file @
5eb63c61
...
...
@@ -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.GenericProp
erty
Container`, 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.GenericPropContainer
s`,
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:: GenericProp
erty
Container
.. class:: GenericPropContainer
.. method:: HasProp(key)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment