-
- Downloads
docsify to pdf
Showing
- docs/_sidebar.md 4 additions, 0 deletionsdocs/_sidebar.md
- docsifytopdf.js 7 additions, 0 deletionsdocsifytopdf.js
- package-lock.json 2251 additions, 0 deletionspackage-lock.json
- package.json 29 additions, 0 deletionspackage.json
- pdf/readme.pdf 0 additions, 0 deletionspdf/readme.pdf
- sketchnotes/README.md 1 addition, 1 deletionsketchnotes/README.md
docs/_sidebar.md
0 → 100644
docsifytopdf.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "ml-for-beginners", | |||
"version": "1.0.0", | |||
"description": "Machine Learning for Beginners - A Curriculum", | |||
"main": "index.js", | |||
"scripts": { | |||
"convert": "node_modules/.bin/docsify-to-pdf" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/microsoft/ML-For-Beginners.git" | |||
}, | |||
"keywords": [ | |||
"machine", | |||
"learning", | |||
"ml", | |||
"ai", | |||
"curriculum" | |||
], | |||
"author": "Jen Looper and team", | |||
"license": "MIT", | |||
"bugs": { | |||
"url": "https://github.com/microsoft/ML-For-Beginners/issues" | |||
}, | |||
"homepage": "https://github.com/microsoft/ML-For-Beginners#readme", | |||
"devDependencies": { | |||
"docsify-to-pdf": "0.0.5" | |||
} | |||
} |
pdf/readme.pdf
0 → 100644
File added
Please register or sign in to comment