additional_ipython/quickref.tex
changeset 522 d33698326409
parent 521 88a01948450d
child 523 54bdda4aefa5
--- a/additional_ipython/quickref.tex	Wed Nov 17 23:24:57 2010 +0530
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-accessing history:\\
-{\ex \lstinline|    \%hist|}
-
-accessing particular line of history:\\
-{\ex \lstinline|    \%hist line_number|}
-
-accessing particular range of history:\\
-{\ex \lstinline|    \%hist start_line stop_line|}
-
-saving history to a file:\\
-{\ex \lstinline|    \%save file_path line_numbers|}
-
-running a script:\\
-{\ex \lstinline|    \%run -i file_path|}
-