Ignore:
Timestamp:
Feb 14, 2015 12:12:40 PM (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:
898a8b9
Parents:
3e2ebbb
Message:

Level 1 sphinx-ready commit of remaining help files

File:
1 edited

Legend:

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

    r379b87a r78f02c3  
    11..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. 
    25 
    36Python Shell Tool 
    47================= 
    58 
    6 Placeholder for python shell help 
     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 TracChangeset for help on using the changeset viewer.