source: sasview/docs/sphinx-docs/source/user/sasgui/perspectives/calculator/python_shell_help.rst @ 49148bb

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 49148bb was 49148bb, checked in by smk78, 8 years ago

Add in guiframe related docs files

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[49148bb]1.. python_shell_help.rst
2
3.. This is a port of the original SasView html help file to ReSTructured text
4.. by S King, ISIS, during SasView CodeCamp-III in Feb 2015.
5
6Python Shell Tool
7=================
8
9Description
10-----------
11
12This is a Python shell/editor (PyCrust) provided with WxPython. An editing
13notebook will show up when a Python file is created/loaded with the *New* or
14*Open* options on the menu.
15
16*Run* enables the editor to compile and run the Python code.
17
18For the details about the Python, visit the website http://docs.python.org/tutorial/
19
20The NumPy, SciPy, and Matplotlib, etc, libraries are shipped with SasView.
21However, some functionality may not work.
22
23PyCrust has its own Help.
24
25*NOTE! The Help() and Credits() calls do not work on Macs.*
26
27.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
28
29Example
30-------
31
32An example calling the Matplotlib plotting gallery:
33
34.. image:: pycrust_example.png
35
36.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
37
38.. note::  This help document was last changed by Steve King, 19Feb2015
Note: See TracBrowser for help on using the repository browser.