source: sasview/src/sas/perspectives/calculator/media/python_shell_help.rst @ 36c5910

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 36c5910 was 920928f, checked in by smk78, 9 years ago

Fixed rst errors. Sphinx docs now build in a useable form. Require
checking against existing html.

  • Property mode set to 100644
File size: 975 bytes
RevLine 
[920928f]1.. python_shell_help.rst
[379b87a]2
[78f02c3]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
[379b87a]6Python Shell Tool
7=================
8
[78f02c3]9Description
10-----------
11
12This is a Python shell (PyCrust) provided with WxPython. An editing notebook
13will show up when a Python file is loaded from the 'New' or 'Open' menu.
14
15The 'Run' menu is added for the editor to be able to compile and run the Python
16code.
17
18For the details about the Python, visit the website
19http://docs.python.org/tutorial/
20
21The numpy, scipy, matplotlib, etc, libraries are shipped with SasView. However,
22some functionalities of those packages may or may not work.
23
24PyCrust includes its own Help menu in the shell window.
25
26Note: Help() and Credits() do not work on Macs.
27
28.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
29
30Example
31-------
32
33An example from the matplotlib gallery:
34
35.. image:: pycrust_example.bmp
Note: See TracBrowser for help on using the repository browser.