Skip to content
Snippets Groups Projects
Commit 6234c76e authored by Jen Looper's avatar Jen Looper
Browse files

docsify to pdf

parent fc952e5a
No related branches found
No related tags found
No related merge requests found
- Introduction
- [Introduction to machine learning](../1-Introduction/1-intro-to-ML/README.md)
- [History of machine learning](../1-Introduction/2-history-of-ML/README.md)
- [ML and Fairness](../1-Introduction/3-fairness/README.md)
\ No newline at end of file
module.exports = {
contents: ['docs/_sidebar.md'], // array of "table of contents" files path
pathToPublic: 'pdf/readme.pdf', // path where pdf will stored
pdfOptions: '<options for puppeteer.pdf()>', // reference: https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pagepdfoptions
removeTemp: true, // remove generated .md and .html or not
emulateMedia: 'screen', // mediaType, emulating by puppeteer for rendering pdf, 'print' by default (reference: https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pageemulatemediamediatype)
};
This diff is collapsed.
{
"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"
}
}
File added
All the curriculum's sketchnotes can be downloaded here. All the curriculum's sketchnotes can be downloaded here.
Credits: Credits: Tomomi Imura
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment