From 4095ac387fb5e5a5dd952a3007c32c8aa2b28265 Mon Sep 17 00:00:00 2001 From: valerio <valerio@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Mon, 21 Jun 2010 17:19:54 +0000 Subject: [PATCH] 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 --- modules/mol/base/doc/entity.rst | 2 +- modules/mol/base/doc/mol.rst | 2 +- modules/mol/base/pymod/export_entity.cc | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/mol/base/doc/entity.rst b/modules/mol/base/doc/entity.rst index 529da6ce1..3098c265c 100644 --- a/modules/mol/base/doc/entity.rst +++ b/modules/mol/base/doc/entity.rst @@ -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 diff --git a/modules/mol/base/doc/mol.rst b/modules/mol/base/doc/mol.rst index 9959e5899..1ac7e3f26 100644 --- a/modules/mol/base/doc/mol.rst +++ b/modules/mol/base/doc/mol.rst @@ -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:: diff --git a/modules/mol/base/pymod/export_entity.cc b/modules/mol/base/pymod/export_entity.cc index 8cda03816..a8fa1c8d8 100644 --- a/modules/mol/base/pymod/export_entity.cc +++ b/modules/mol/base/pymod/export_entity.cc @@ -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) -- GitLab