diff options
author | Shantanu | 2009-11-20 00:34:18 +0530 |
---|---|---|
committer | Shantanu | 2009-11-20 00:34:18 +0530 |
commit | 54a6e30517c128c5d8e10e87d8d5d2877fe0145e (patch) | |
tree | e9a86c0cac245a0bc535a922114c559356237a34 /day1 | |
parent | 67677e1a69087ca9ca1c4291e92bcac7e0666024 (diff) | |
download | workshops-more-scipy-54a6e30517c128c5d8e10e87d8d5d2877fe0145e.tar.gz workshops-more-scipy-54a6e30517c128c5d8e10e87d8d5d2877fe0145e.tar.bz2 workshops-more-scipy-54a6e30517c128c5d8e10e87d8d5d2877fe0145e.zip |
Modified cheat sheet of session 1 day 2.
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} |