diff options
author | Prabhu Ramachandran | 2017-11-11 19:35:37 +0530 |
---|---|---|
committer | Prabhu Ramachandran | 2017-11-11 19:35:37 +0530 |
commit | 69728d2fefda84c104a06c3282082421accd7775 (patch) | |
tree | 0a382ca8306b41b03aded546b8b40263922c42f3 /scipy | |
parent | fa31458a9dd9cb5a57a99ac3a68b07f848d49b44 (diff) | |
download | python-workshops-69728d2fefda84c104a06c3282082421accd7775.tar.gz python-workshops-69728d2fefda84c104a06c3282082421accd7775.tar.bz2 python-workshops-69728d2fefda84c104a06c3282082421accd7775.zip |
Fix links to documentation: fixes #1.
Diffstat (limited to 'scipy')
-rw-r--r-- | scipy/basic/basic_scipy.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scipy/basic/basic_scipy.tex b/scipy/basic/basic_scipy.tex index 4c65d24..dca675d 100644 --- a/scipy/basic/basic_scipy.tex +++ b/scipy/basic/basic_scipy.tex @@ -499,9 +499,9 @@ Only scratched the surface here \dots \begin{frame} \frametitle{Further reading} \begin{itemize} - \item \url{ipython.github.com/ipython-doc} - \item \url{matplotlib.sf.net/contents.html} - \item \url{scipy.org/Tentative_NumPy_Tutorial} + \item \url{ipython.readthedocs.io} + \item \url{matplotlib.org/contents.html} + \item \url{docs.scipy.org/doc/numpy/user/quickstart.html} \item \url{docs.scipy.org/doc/scipy/reference/tutorial} \end{itemize} \end{frame} |