generated from B3nto4Lunch/Ederick-s-2022-2023-APCSP-Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.ini
45 lines (44 loc) · 1.43 KB
/
settings.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[DEFAULT]
lib_name = nbdev
user = fastai
branch = master
version = 0.2.10
description = Writing a library entirely in notebooks
keywords = jupyter notebook
author = Sylvain Gugger and Jeremy Howard
author_email = [email protected]
baseurl = /Ederick-s-2022-2023-APCSP-Blog
title = nbdev
copyright = fast.ai
license = apache2
status = 2
min_python = 3.6
audience = Developers
language = English
requirements = nbformat>=4.4.0 nbconvert>=5.6.1 pyyaml fastscript packaging
console_scripts = nbdev_build_lib=nbdev.cli:nbdev_build_lib
nbdev_update_lib=nbdev.cli:nbdev_update_lib
nbdev_diff_nbs=nbdev.cli:nbdev_diff_nbs
nbdev_test_nbs=nbdev.cli:nbdev_test_nbs
nbdev_build_docs=nbdev.cli:nbdev_build_docs
nbdev_nb2md=nbdev.cli:nbdev_nb2md
nbdev_trust_nbs=nbdev.cli:nbdev_trust_nbs
nbdev_clean_nbs=nbdev.clean:nbdev_clean_nbs
nbdev_read_nbs=nbdev.cli:nbdev_read_nbs
nbdev_fix_merge=nbdev.cli:nbdev_fix_merge
nbdev_install_git_hooks=nbdev.cli:nbdev_install_git_hooks
nbdev_bump_version=nbdev.cli:nbdev_bump_version
nbdev_new=nbdev.cli:nbdev_new
nbdev_detach=nbdev.cli:nbdev_detach
nbs_path = nbs
doc_path = images/copied_from_nb
doc_host = https://nbdev.fast.ai
doc_baseurl = /Ederick-s-2022-2023-APCSP-Blog/images/copied_from_nb/
git_url = https://github.com/fastai/nbdev/tree/master/
lib_path = nbdev
tst_flags = fastai2
custom_sidebar = False
cell_spacing = 1
monospace_docstrings = False
jekyll_styles = note,warning,tip,important,youtube,twitter
host = github