Skip to content

Commit b58703c

Browse files
committed
readme table of cont
1 parent 713a6c8 commit b58703c

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

README.md

100755100644
Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
1-
2-
<div align="center">
3-
4-
<h3>A collection of useful scripts, tutorials, and other Python-related things</h3>
1+
### A collection of useful scripts, tutorials, and other Python-related things
52

63
<br>
7-
<img src="./Images/python-logo-master-v3-TM-flattened.png" alt=""> </div>
4+
<img src="./Images/python-logo-master-v3-TM-flattened.png" alt="">
85

96

7+
<div style="height:100px;"></div>
108

11-
<br>
9+
- [// Python tips and tutorials](#-python-tips-and-tutorials)
10+
- [// Python and the web](#-python-and-the-web)
11+
- [// Algorithms](#-algorithms)
12+
- [// Benchmarks](#-benchmarks)
13+
- [// Other](#-other)
14+
- [// Useful scripts and snippets](#-useful-scripts-and-snippets)
15+
- [// Links](#-links)
1216

1317

14-
<br>
15-
<br>
16-
<br>
1718

19+
<div style="height:100px;"></div>
1820

1921

2022
###// Python tips and tutorials
23+
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
2124

2225
- 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)]
2326

@@ -48,6 +51,7 @@
4851

4952

5053
###// Python and the web
54+
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
5155

5256
- 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)]
5357

@@ -56,6 +60,7 @@
5660

5761
<br>
5862
###// Algorithms
63+
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
5964

6065
*The algorithms category was moved to a separate GitHub repository [rasbt/algorithms_in_ipython_notebooks](https://github.com/rasbt/algorithms_in_ipython_notebooks)*
6166

@@ -74,6 +79,7 @@
7479

7580
<br>
7681
###// Benchmarks
82+
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
7783

7884
*The benchmark category was moved to a separate GitHub repository [One-Python-benchmark-per-day](https://github.com/rasbt/One-Python-benchmark-per-day)*
7985

@@ -99,6 +105,7 @@
99105

100106

101107
###// Other
108+
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
102109

103110
- Happy Mother's [[IPython nb](http://nbviewer.ipython.org/github/rasbt/python_reference/blob/master/other/happy_mothers_day.ipynb?create=1)]
104111

@@ -109,6 +116,7 @@
109116
<br>
110117

111118
###// Useful scripts and snippets
119+
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
112120

113121
- [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
114122

@@ -122,9 +130,9 @@
122130

123131
<br>
124132

125-
<a id='links'></a>
126133

127134
###// Links
135+
[[back to top](#a-collection-of-useful-scripts-tutorials-and-other-python-related-things)]
128136

129137

130138

@@ -164,4 +172,4 @@
164172

165173
- [Numba](http://numba.pydata.org) - an just-in-time specializing compiler which compiles annotated Python and NumPy code to LLVM (through decorators)
166174

167-
- [scikit-learn](http://scikit-learn.org/stable/) - a powerful machine learning library for Python and tools for efficient data mining and analysis
175+
- [scikit-learn](http://scikit-learn.org/stable/) - a powerful machine learning library for Python and tools for efficient data mining and analysis

0 commit comments

Comments
 (0)