You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,13 @@
17
17
Checkout the [Releases](https://github.com/lsgrep/mldocs/releases), download the latest `mldocs.alfredworkflow`,
18
18
then double click it(You have to have Alfred + Powerpack License).
19
19
20
+
## Conventions
21
+
For convenience, a few prefixes are automatically expanded(see [PR](https://github.com/lsgrep/mldocs/compare/expand-conventions?expand=1) for more).
22
+
-`np` => `numpy`
23
+
-`pd` => `pandas`
24
+
-`plt` => `pyplot`
25
+
-`sns` => `seaborn`
26
+
20
27
## How does it work
21
28
-`mldocs` fetches the doc data from Github(`data/ml.json`), then caches the data for a few days
22
29
- The first query will be slow then it will be pretty fast afterwards
0 commit comments