summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burns2010-06-20 22:42:38 -0700
committerChristopher Burns2010-06-20 22:42:38 -0700
commitc42a3c992346879a54664b7e7aa6f03cb85ad4e5 (patch)
tree4070c21120ee2cb0e67845cd43f8c3b23f9c9831
parent94cac05e57096ebb81cd1a8c96f957621f04f854 (diff)
downloadworkshops-c42a3c992346879a54664b7e7aa6f03cb85ad4e5.tar.gz
workshops-c42a3c992346879a54664b7e7aa6f03cb85ad4e5.tar.bz2
workshops-c42a3c992346879a54664b7e7aa6f03cb85ad4e5.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}