diff options
author | Jovina | 2011-05-23 16:04:02 +0530 |
---|---|---|
committer | Jovina | 2011-05-23 16:04:02 +0530 |
commit | 78240c712955fc62fce85c2af51104e6176c96e0 (patch) | |
tree | 83a93d2087be807d6b97fd5c9ef3af5678383829 | |
parent | d3b14f3adda43847a11d26e6cda2cd65a291cc58 (diff) | |
parent | 6d35ad9126a3bf0a9d584674628b3677c0da1e51 (diff) | |
download | st-scripts-78240c712955fc62fce85c2af51104e6176c96e0.tar.gz st-scripts-78240c712955fc62fce85c2af51104e6176c96e0.tar.bz2 st-scripts-78240c712955fc62fce85c2af51104e6176c96e0.zip |
Merge branch 'master' of https://github.com/FOSSEE/st-scripts
-rw-r--r-- | additional_features_of_ipython/script.rst | 18 | ||||
-rw-r--r-- | multiple_plots/script.rst | 5 | ||||
-rwxr-xr-x | two_column.py | 1 |
3 files changed, 13 insertions, 11 deletions
diff --git a/additional_features_of_ipython/script.rst b/additional_features_of_ipython/script.rst index f178e88..08bf80d 100644 --- a/additional_features_of_ipython/script.rst +++ b/additional_features_of_ipython/script.rst @@ -26,13 +26,13 @@ Script .. L1 -{{{ Show the first slide containing title, name of the production -team along with the logo of MHRD }}} +{{{ Show the first slide containing title, name of the production team +along with the logo of MHRD }}} .. R1 -Hello friends and welcome to the tutorial on -"Additional Features of IPython". +Hello friends and welcome to the tutorial on "Additional Features of +IPython". .. L2 @@ -373,7 +373,7 @@ Here are some self assessment questions for you to solve 2. How do you save the lines 2 3 4 5 7 9 10 11 - - ``%save filepath 2-5 7 9-11`` + - ``%save filepath 2-5 7 9-11`` - ``%save filepath 2-11`` - ``%save filepath`` - ``%save 2-5 7 9 10 11`` @@ -381,10 +381,10 @@ Here are some self assessment questions for you to solve 3. What will the command ``%hist 5 10`` display. - - The recently typed commands from 5 to 10 inclusive of the - history command - - The recently typed commands from 5 to 10 excluding the - history command + - The recently typed commands from 5 to 10 inclusive of the history + command + - The recently typed commands from 5 to 10 excluding the history + command .. L28 diff --git a/multiple_plots/script.rst b/multiple_plots/script.rst index 2ebb45a..34a0b9c 100644 --- a/multiple_plots/script.rst +++ b/multiple_plots/script.rst @@ -42,8 +42,9 @@ At the end of this tutorial, you will be able to, .. R3 -Before beginning this tutorial,we would suggest you to complete the -tutorial on "Using plot interactively" , "Embellishing a plot" and "Saving plots". +Before beginning this tutorial,we would suggest you to complete the +tutorial on "Using plot interactively", "Embellishing a plot" and +"Saving plots". To begin with let us start ipython with pylab, by typing ipython -pylab on the terminal. diff --git a/two_column.py b/two_column.py index 702e009..4134b2e 100755 --- a/two_column.py +++ b/two_column.py @@ -25,6 +25,7 @@ def parse_script(script): else: pass txt += line + content[where] = txt # Saving the content of the last cell. def write_two_col(content, two_col): """ Write the content to a file, in two column format.""" |