fix links in readme

This commit is contained in:
rasbt 2016-04-10 18:53:57 -04:00
parent 4797e5d327
commit 6432318c5a

View File

@ -36,7 +36,6 @@
- Installing Scientific Packages for Python3 on MacOS 10.9 Mavericks [[Markdown](./tutorials/installing_scientific_packages.md)]
- Sorting CSV files using the Python csv module [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/sorting_csvs.ipynb)]
- Using Cython with and without IPython magic [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/running_cython.ipynb)]
@ -162,6 +161,12 @@
<br>
###// Other
- [Python book reviews](./other/python_book_reviews.md)
- [Happy Mother's Day Plot](./other/happy_mothers_day.ipynb)
<br>
###// Links
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
@ -220,5 +225,3 @@
- [Numba](http://numba.pydata.org) - A just-in-time specializing compiler which compiles annotated Python and NumPy code to LLVM (through decorators)
- [scikit-learn](http://scikit-learn.org/stable/) - A powerful machine learning library for Python and tools for efficient data mining and analysis.