This commit is contained in:
Jeremy Howard 2020-04-14 16:27:04 -07:00
parent 2e431d1ef7
commit fa2fc30e6a
3 changed files with 1748 additions and 1277 deletions

File diff suppressed because one or more lines are too long

View File

@ -2543,7 +2543,20 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.7.4" "version": "3.7.5"
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": false,
"sideBar": true,
"skip_h1_title": true,
"title_cell": "Table of Contents",
"title_sidebar": "Contents",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
} }
}, },
"nbformat": 4, "nbformat": 4,

View File

@ -21,4 +21,5 @@ lib_path = fastbook
title = fastbook title = fastbook
doc_host = https://fastai.github.io doc_host = https://fastai.github.io
doc_baseurl = /fastbook/ doc_baseurl = /fastbook/
host = github