Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
fastai
GitHub Repository: fastai/fastbook
Path: blob/master/settings.ini
492 views
1
[DEFAULT]
2
lib_name = fastbook
3
user = fastai
4
description = fastbook
5
keywords = jupyter notebook asciidoc
6
author = Jeremy Howard and Sylvain Gugger
7
author_email = info@fast.ai
8
copyright = fast.ai
9
branch = master
10
version = 0.0.1
11
min_python = 3.6
12
audience = Developers
13
language = English
14
custom_sidebar = False
15
license = custom
16
status = 2
17
nbs_path = .
18
doc_path = docs
19
git_url = https://github.com/fastai/fastbook/tree/master/
20
lib_path = fastbook
21
title = fastbook
22
doc_host = https://fastai.github.io
23
doc_baseurl = /fastbook/
24
host = github
25
26
27