diff options
Diffstat (limited to 'day1')
-rwxr-xr-x | day1/cheatsheet6.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/day1/cheatsheet6.tex b/day1/cheatsheet6.tex index 5a9f652..69fcc8b 100755 --- a/day1/cheatsheet6.tex +++ b/day1/cheatsheet6.tex @@ -115,4 +115,9 @@ Out[]: -0.66623943249251527 In []: plot(t, y) \end{lstlisting} +\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/} +\end{itemize} \end{document} |