mailr5342 - /1.3/generic_fns/structure/__init__.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 07, 2008 - 11:45:
Author: bugman
Date: Mon Apr  7 11:45:38 2008
New Revision: 5342

URL: http://svn.gna.org/viewcvs/relax?rev=5342&view=rev
Log:
Improvements to the generic_fns.structure package docstring.


Modified:
    1.3/generic_fns/structure/__init__.py

Modified: 1.3/generic_fns/structure/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/__init__.py?rev=5342&r1=5341&r2=5342&view=diff
==============================================================================
--- 1.3/generic_fns/structure/__init__.py (original)
+++ 1.3/generic_fns/structure/__init__.py Mon Apr  7 11:45:38 2008
@@ -21,19 +21,19 @@
 
###############################################################################
 
 # Package docstring.
-"""This package consists of modules used reading, writing, creating, etc. 
structural information.
+"""This package consists of modules used reading, writing, creating, 
structural information.
 
-This package will eventually contain numerous structure related operations 
including:
+In the future, numerous structure related operations will be present 
including:
 
-Numerous PDB parsers,
-A PDB writer,
-CIF parsers,
-Other structural data file parsers,
-Functions for creating geometric objects in structural format,
-Mass and inertia related functions.
+    - Numerous PDB parsers.
+    - A PDB writer.
+    - CIF parsers.
+    - Other structural data file parsers.
+    - Functions for creating geometric objects in structural format.
+    - Mass and inertia related functions.
 
-This package will eventually have a well defined API for accessing 
structural data independent of
-the structure parser used.
+This package has well defined API implemented as class methods for accessing 
structural data
+independent of parser, writer, etc.
 """
 
 __all__ = [ 'api_base',




Related Messages


Powered by MHonArc, Updated Mon Apr 07 12:00:20 2008