diff -r 88a01948450d -r d33698326409 additional_ipython/quickref.tex --- 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|} -