mailr10266 - /website/api/index.html


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

Header


Content

Posted by edward on January 20, 2010 - 11:33:
Author: bugman
Date: Wed Jan 20 11:33:30 2010
New Revision: 10266

URL: http://svn.gna.org/viewcvs/relax?rev=10266&view=rev
Log:
A few grammar fixes and version updates for the API documentation 
introductory page.


Modified:
    website/api/index.html

Modified: website/api/index.html
URL: 
http://svn.gna.org/viewcvs/relax/website/api/index.html?rev=10266&r1=10265&r2=10266&view=diff
==============================================================================
--- website/api/index.html (original)
+++ website/api/index.html Wed Jan 20 11:33:30 2010
@@ -66,15 +66,15 @@
 
    <p>The Application Programming Interface (API) documentation is an 
in-depth description of the relax internals.  This documentation should be a 
useful reference for relax developers and for those wishing to contribute to 
the relax project.  It can also be used by power users to create advanced 
relax scripts.</p>
 
-   <p>The API documentation is reference for developers who would like to 
interface with relax to utilise components within their program.  To import 
the relax modules, the relax base directory needs to be located in the 
PYTHONPATH environmental variable.  This documentation tells you what to 
expect when importing the various relax modules into your Python program.  
For using the relax modules within C programs, see the 'Extending and 
Embedding the Python Interpreter' document located at 
http://docs.python.org/ext/ext.html.  Don't forget that relax is licenced 
under the GNU GPL.</p>
+   <p>The API documentation is a reference for developers who would like to 
interface with relax to utilise components within their program.  To import 
the relax modules, the relax base directory needs to be located in the 
PYTHONPATH environmental variable.  This documentation tells you what to 
expect when importing the various relax modules into your Python program.  
For using the relax modules within C programs, see the 'Extending and 
Embedding the Python Interpreter' document located at 
http://docs.python.org/ext/ext.html.  Don't forget that relax is licenced 
under the GNU GPL.</p>
 
    <p>This automatically generated documentation only describes the Python 
components of relax.  The C modules in the '<em>maths_fns/</em>' directory 
are not documented within these pages.</p>
 
    <ul>
     <li><a href="http://nmr-relax.com/api/1.2/";>API documentation (stable 
1.2 line)</a>
-     <br/>This corresponds to relax version 1.2.12.</li>
+     <br/>This corresponds to relax version 1.2.15.</li>
     <li><a href="http://nmr-relax.com/api/1.3/";>API documentation (1.3 
development line)</a>
-     <br/>This corresponds to relax version 1.3.1.</li>
+     <br/>This corresponds to relax version 1.3.4.</li>
    </ul>
  </div>
 </div>




Related Messages


Powered by MHonArc, Updated Wed Jan 20 12:20:02 2010