Minor edits to remove errors.
--- a/day1/cheatsheet1.tex Wed Nov 25 12:11:03 2009 +0530
+++ b/day1/cheatsheet1.tex Tue Dec 08 12:40:07 2009 +0530
@@ -79,7 +79,7 @@
\subsection{legends}
\typ{In []: legend('sin(x)',loc=center)} \\
Placec a legend on the current plot at location *loc*.\\
-Apart from \kwrd{center}, some other \kwrd{loc} which can be specified are:
+Apart from \typ{center}, some other \typ{loc} which can be specified are:
\begin{lstlisting}
'best'
'right'
@@ -143,9 +143,9 @@
\section{References}
\begin{itemize}
- \item For documentation on IPython refer: \\ \url{http://ipython.scipy.org/moin/Documentation}
- \item Plotting(matplotlib) related documentation are available at:\\ \url{http://matplotlib.sourceforge.net/contents.html}
- \item Explore examples and plots based on matplotlib at \\ \url{http://matplotlib.sourceforge.net/examples/index.html}
+ \item For documentation on IPython refer: \\ http://ipython.scipy.org/moin/Documentation
+ \item Plotting(matplotlib) related documentation are available at:\\ http://matplotlib.sourceforge.net/contents.html
+ \item Explore examples and plots based on matplotlib at \\ http://matplotlib.sourceforge.net/examples/index.html
\end{itemize}
\end{document}
--- a/day1/cheatsheet4.tex Wed Nov 25 12:11:03 2009 +0530
+++ b/day1/cheatsheet4.tex Tue Dec 08 12:40:07 2009 +0530
@@ -52,7 +52,7 @@
In []: C[1,2]
Out[]: 1
\end{lstlisting}
-Two indexes seperated by \typ{','} specifies [row, column]. So \kwrd{C[1,2]} gets third element of second row(indices starts from 0).
+Two indexes seperated by \typ{','} specifies [row, column]. So \typ{C[1,2]} gets third element of second row(indices starts from 0).
\newpage
\begin{lstlisting}
In []: C[1]
--- a/day1/cheatsheet6.tex Wed Nov 25 12:11:03 2009 +0530
+++ b/day1/cheatsheet6.tex Tue Dec 08 12:40:07 2009 +0530
@@ -129,7 +129,7 @@
Note: To solve a system of ODEs, we need to change the function to return the right hand side of all the equations and the system and the pass the required number of initial conditions to the \typ{odeint} function.
\section{Links and References}
\begin{itemize}
-\item Documentation for Numpy and Scipy is available at: \url{http://docs.scipy.org/doc/}
- \item For "recipes" or worked examples of commonly-done tasks in SciPy explore: \url{http://www.scipy.org/Cookbook/}
+\item Documentation for Numpy and Scipy is available at:\\ http://docs.scipy.org/doc/
+ \item For "recipes" or worked examples of commonly-done tasks in SciPy explore: \\ http://www.scipy.org/Cookbook/
\end{itemize}
\end{document}