diff options
author | Jovina | 2011-05-18 17:58:52 +0530 |
---|---|---|
committer | Jovina | 2011-05-18 17:58:52 +0530 |
commit | 7b76610f424859f9a53cb6662ce0dd9e5a4b4a28 (patch) | |
tree | 236c59e8c5539ce3a9d10af852e35f05e4f07fbe /getting_started_with_ipython | |
parent | 6b8c5af7587ea9f95ac0c80222039a9fb418ee6a (diff) | |
download | st-scripts-7b76610f424859f9a53cb6662ce0dd9e5a4b4a28.tar.gz st-scripts-7b76610f424859f9a53cb6662ce0dd9e5a4b4a28.tar.bz2 st-scripts-7b76610f424859f9a53cb6662ce0dd9e5a4b4a28.zip |
Minor changes to first 3 scripts
Diffstat (limited to 'getting_started_with_ipython')
-rw-r--r-- | getting_started_with_ipython/script.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/getting_started_with_ipython/script.rst b/getting_started_with_ipython/script.rst index 058a879..bc9d238 100644 --- a/getting_started_with_ipython/script.rst +++ b/getting_started_with_ipython/script.rst @@ -228,6 +228,7 @@ resume the video. .. R17 +Switch to the terminal for solution. ``ab`` tab completes to ``abs`` and ``a<tab>`` gives us a list of all the commands starting with a. @@ -302,6 +303,7 @@ Look-up the documentation of ``round`` and see how to use it. .. R22 +Switch to the terminal for solution. And you can look up the documentation of the function round by typing round question mark in the ipython interpreter. |