summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burns2010-06-20 22:42:38 -0700
committerChristopher Burns2010-06-20 22:42:38 -0700
commit6655183da4b7ff9ad3210015ccd9cb7efe21fc7e (patch)
tree4070c21120ee2cb0e67845cd43f8c3b23f9c9831
parentc05aea4b05eef34a5d116edb3d58610d15c7afd3 (diff)
downloadworkshops-more-scipy-6655183da4b7ff9ad3210015ccd9cb7efe21fc7e.tar.gz
workshops-more-scipy-6655183da4b7ff9ad3210015ccd9cb7efe21fc7e.tar.bz2
workshops-more-scipy-6655183da4b7ff9ad3210015ccd9cb7efe21fc7e.zip
Minor edits. Reorder dependency files so easier to eyeball with ls output. Fix typo for showing source in ipython.
--HG-- branch : scipy2010
-rw-r--r--day1/session1.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/day1/session1.tex b/day1/session1.tex
index f29cff1..48a4a46 100644
--- a/day1/session1.tex
+++ b/day1/session1.tex
@@ -159,11 +159,11 @@ Day 1, Session 1}
\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 @@ In []: plot?
\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}