Changeset 77a9ddc in sasview


Ignore:
Timestamp:
Feb 19, 2015 4:25:37 AM (9 years ago)
Author:
smk78
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
60e1a73
Parents:
cbae5a2
Message:

Proof read.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/perspectives/calculator/media/python_shell_help.rst

    r920928f r77a9ddc  
    1010----------- 
    1111 
    12 This is a Python shell (PyCrust) provided with WxPython. An editing notebook  
    13 will show up when a Python file is loaded from the 'New' or 'Open' menu.  
     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.  
    1415 
    15 The 'Run' menu is added for the editor to be able to compile and run the Python  
    16 code. 
     16*Run* enables the editor to compile and run the Python code. 
    1717 
    18 For the details about the Python, visit the website  
    19 http://docs.python.org/tutorial/ 
     18For the details about the Python, visit the website http://docs.python.org/tutorial/ 
    2019 
    21 The numpy, scipy, matplotlib, etc, libraries are shipped with SasView. However,  
    22 some functionalities of those packages may or may not work. 
     20The NumPy, SciPy, and Matplotlib, etc, libraries are shipped with SasView.  
     21However, some functionality may not work. 
    2322 
    24 PyCrust includes its own Help menu in the shell window. 
     23PyCrust has its own Help. 
    2524 
    26 Note: Help() and Credits() do not work on Macs. 
     25*NOTE! Help() and Credits() do not work on Macs.* 
    2726 
    2827.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 
     
    3130------- 
    3231 
    33 An example from the matplotlib gallery: 
     32An example calling the Matplotlib plotting gallery: 
    3433 
    35 .. image:: pycrust_example.bmp 
     34.. image:: pycrust_example.png 
     35 
     36.. ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ 
     37 
     38.. note::  This help document was last changed by Steve King, 19Feb2015 
Note: See TracChangeset for help on using the changeset viewer.