Minor edits. Reorder dependency files so easier to eyeball with ls output. Fix typo for showing source in ipython. scipy2010
authorChristopher Burns <chris.d.burns@gmail.com>
Sun, 20 Jun 2010 22:42:38 -0700
branchscipy2010
changeset 413 984d8a3394cc
parent 412 ca04d463c573
child 414 68ef3dced7a0
Minor edits. Reorder dependency files so easier to eyeball with ls output. Fix typo for showing source in ipython.
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}