Skip to content
Snippets Groups Projects
Commit 4095ac38 authored by valerio's avatar valerio
Browse files

Removed export of Entity method Apply. Fixes to Doc

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2433 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 283843ec
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ The Handle Classes
.. class:: EntityHandle
The entity class represents a molecular structure. Such a structure is in
general made up of one or more linear chains of residues, which in turn are
general made up of one or more chains of residues, which in turn are
formed by one or more atoms.
The interface of entities is tailored to biological macromolecules, but this
......
......@@ -5,7 +5,7 @@
:synopsis: Contains classes and functions to deal with molecular structures
and surfaces
The mol module implement data structure to work with molecular datasets. At its heart lie the :class:`EntityHandle` and :class:`EntityView` classes which represent molecular structures such as proteins, DNA, RNA and small molecules. There are also classes to deal with molecular surfaces.
The mol module implements data structures to work with molecular datasets. At its heart lie the :class:`EntityHandle` and :class:`EntityView` classes which represent molecular structures such as proteins, DNA, RNA and small molecules. There are also classes to deal with molecular surfaces.
.. toctree::
......
......@@ -102,7 +102,6 @@ void export_Entity()
.def("GetAngle", get_angle1)
.def("GetAngle", get_angle2)
.def("FindTorsion", &EntityHandle::FindTorsion)
.def("Apply", &EntityHandle::Apply)
.def("Copy", &EntityHandle::Copy)
.def("GetBondList", &EntityHandle::GetBondList)
.def("GetAtomList", &EntityHandle::GetAtomList)
......
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