Skip to content

Commit 06bef43

Browse files
Modify README.md
1 parent da3d1a4 commit 06bef43

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# 📊 Python Data Science Snippets
22

3+
[![Downloads](https://img.shields.io/packagecontrol/dt/Python%20Data%20Science%20Snippets)](https://packagecontrol.io/packages/Python%20Data%20Science%20Snippets)
4+
[![Tag](https://img.shields.io/github/v/tag/futureprogrammer360/Python-Data-Science-Snippets?sort=semver)](https://github.com/futureprogrammer360/Python-Data-Science-Snippets/tags)
5+
[![Repo size](https://img.shields.io/github/repo-size/futureprogrammer360/Python-Data-Science-Snippets)](https://github.com/futureprogrammer360/Python-Data-Science-Snippets)
6+
[![License](https://img.shields.io/github/license/futureprogrammer360/Python-Data-Science-Snippets?style=flat-square)](https://github.com/futureprogrammer360/Python-Data-Science-Snippets/blob/master/LICENSE)
7+
38
[Python Data Science Snippets](https://github.com/futureprogrammer360/Python-Data-Science-Snippets) is a collection of [Sublime Text](https://www.sublimetext.com/) snippets for data science and machine learning in Python.
49

510
## 💻 Installation
@@ -100,4 +105,4 @@ Import snippets start with `i` followed by the package's import alias.
100105
| `device` | `torch.device (cuda/cpu)` |
101106
| `module` | `torch.nn.Module` |
102107

103-
The snippet files are in the `snippets` folder of [this GitHub repository](https://github.com/futureprogrammer360/Python-Data-Science-Snippets).
108+
The snippet files are in the [`snippets`](https://github.com/futureprogrammer360/Python-Data-Science-Snippets/tree/master/snippets) folder of [this GitHub repository](https://github.com/futureprogrammer360/Python-Data-Science-Snippets).

0 commit comments

Comments
 (0)