Minor edits. Reorder dependency files so easier to eyeball with ls output. Fix typo for showing source in ipython.
--- 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}