From b58703cfb5f035adcbc88dae0a80cc234047192c Mon Sep 17 00:00:00 2001 From: rasbt Date: Wed, 9 Jul 2014 11:42:48 -0400 Subject: [PATCH] readme table of cont --- README.md | 36 ++++++++++++++++++++++-------------- 1 file changed, 22 insertions(+), 14 deletions(-) mode change 100755 => 100644 README.md diff --git a/README.md b/README.md old mode 100755 new mode 100644 index 969f614..15dad33 --- a/README.md +++ b/README.md @@ -1,23 +1,26 @@ - -
- -

A collection of useful scripts, tutorials, and other Python-related things

+### A collection of useful scripts, tutorials, and other Python-related things
-
+ + + +
+ +- [// Python tips and tutorials](#-python-tips-and-tutorials) +- [// Python and the web](#-python-and-the-web) +- [// Algorithms](#-algorithms) +- [// Benchmarks](#-benchmarks) +- [// Other](#-other) +- [// Useful scripts and snippets](#-useful-scripts-and-snippets) +- [// Links](#-links) -
- - -
-
-
- +
###// Python tips and tutorials +[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] - A collection of not so obvious Python stuff you should know! [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/not_so_obvious_python_stuff.ipynb?create=1)] @@ -48,6 +51,7 @@ ###// Python and the web +[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] - Creating internal links in IPython Notebooks and Markdown docs [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/tutorials/table_of_contents_ipython.ipynb)] @@ -56,6 +60,7 @@
###// Algorithms +[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] *The algorithms category was moved to a separate GitHub repository [rasbt/algorithms_in_ipython_notebooks](https://github.com/rasbt/algorithms_in_ipython_notebooks)* @@ -74,6 +79,7 @@
###// Benchmarks +[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] *The benchmark category was moved to a separate GitHub repository [One-Python-benchmark-per-day](https://github.com/rasbt/One-Python-benchmark-per-day)* @@ -99,6 +105,7 @@ ###// Other +[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] - Happy Mother's [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/other/happy_mothers_day.ipynb?create=1)] @@ -109,6 +116,7 @@
###// Useful scripts and snippets +[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] - [IPython magic function %watermark](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/ipython_magic/watermark.ipynb) - for printing date- and time-stamps and various system info @@ -122,9 +130,9 @@
- ###// Links +[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)] @@ -164,4 +172,4 @@ - [Numba](http://numba.pydata.org) - an 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 \ No newline at end of file +- [scikit-learn](http://scikit-learn.org/stable/) - a powerful machine learning library for Python and tools for efficient data mining and analysis