# HG changeset patch # User Christopher Burns # Date 1277098958 25200 # Node ID 984d8a3394cc35d2fca6a7ea5e4140d6fbaed6cc # Parent ca04d463c573efcabf51f6c2df15f3336c10fabf Minor edits. Reorder dependency files so easier to eyeball with ls output. Fix typo for showing source in ipython. diff -r ca04d463c573 -r 984d8a3394cc day1/session1.tex --- a/day1/session1.tex Mon Jun 21 00:49:03 2010 -0400 +++ b/day1/session1.tex Sun Jun 20 22:42:38 2010 -0700 @@ -159,11 +159,11 @@ \item Editor - we recommend \alert{scite} \item Data files: \begin{itemize} - \item \typ{sslc1.txt} + \item \typ{anag.txt} + \item \typ{holmes.txt} \item \typ{pendulum.txt} \item \typ{pos.txt} - \item \typ{holmes.txt} - \item \typ{anag.txt} + \item \typ{sslc1.txt} \end{itemize} \item Python scripts: \begin{itemize} @@ -531,9 +531,9 @@ \vspace*{0.5in} \item Try: \begin{lstlisting} -In []: plot? +In []: plot?? \end{lstlisting} - to see source code + to see the source code for \typ{plot} \end{itemize}