[Kst] www/areas/extragear/apps/kst

Barth Netterfield netterfield at astro.utoronto.ca
Tue May 12 20:48:16 UTC 2015


SVN commit 1425543 by netterfield:

Add pykst documentation, and the pykst data for download.



 M  +12 -0     index.php  
 A             pykst (directory)  
 AM            pykst.tgz  
 A             pykst/_modules (directory)  
 A             pykst/_modules/index.html  
 A             pykst/_modules/pykst.html  
 A             pykst/_modules/pykstplot.html  
 A             pykst/_sources (directory)  
 A             pykst/_sources/code.txt  
 A             pykst/_sources/index.txt  
 A             pykst/_static (directory)  
 AM            pykst/_static/ajax-loader.gif  
 A             pykst/_static/basic.css  
 AM            pykst/_static/comment-bright.png  
 AM            pykst/_static/comment-close.png  
 AM            pykst/_static/comment.png  
 A             pykst/_static/default.css  
 A             pykst/_static/doctools.js  
 AM            pykst/_static/down-pressed.png  
 AM            pykst/_static/down.png  
 AM            pykst/_static/file.png  
 A             pykst/_static/jquery.js  
 AM            pykst/_static/minus.png  
 AM            pykst/_static/plus.png  
 A             pykst/_static/pygments.css  
 A             pykst/_static/searchtools.js  
 A             pykst/_static/sidebar.js  
 A             pykst/_static/underscore.js  
 AM            pykst/_static/up-pressed.png  
 AM            pykst/_static/up.png  
 A             pykst/_static/websupport.js  
 A             pykst/code.html  
 A             pykst/genindex.html  
 A             pykst/index.html  
 AM            pykst/objects.inv  
 A             pykst/py-modindex.html  
 A             pykst/search.html  
 A             pykst/searchindex.js  


--- trunk/www/areas/extragear/apps/kst/index.php #1425542:1425543
@@ -74,6 +74,18 @@
 <p>It does not take a very experienced programmer to customize Kst to your needs.
 </p>
 
+<h2><a name="plugin_architecture">Python Scripting</a></h2>
+<p>Kst can be scripted using python.  In particular:</p>
+<ul>
+  <li>Python can be used to set up sessions instead of the UI</li>
+  <li>numpy arrays can be transfered into and out of kst, so kst can be easily used along with python.</li>
+</ul>
+
+<p>To use python scripting, you will need the very latest version of kst2, and corresponding the pykst.tgz package.
+To date, pykst has only been tested on linux.</p>
+
+<p>kst python documentation is available <a href="pykst/index.html">here</a>.</p>
+
 <script type="text/javascript">
 
   var _gaq = _gaq || [];


More information about the Kst mailing list