forked from AnswerDotAI/nbdev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.ini
63 lines (62 loc) · 1.8 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[DEFAULT]
host = github
lib_name = nbdev
repo = nbdev
description = Create delightful software with Jupyter Notebooks
copyright = 2020 onwards, Jeremy Howard
keywords = nbdev fastai jupyter notebook export
user = fastai
author = Jeremy Howard and Hamel Husain
author_email = [email protected]
branch = master
min_python = 3.7
version = 2.0.5
audience = Developers
language = English
custom_sidebar = True
license = apache2
status = 2
requirements = fastcore>=1.5.8 execnb astunparse
dev_requirements = nbdev-numpy
nbdev-stdlib
pandas
matplotlib
ipython
black
ghapi
console_scripts = nbdev_create_config=nbdev.read:nbdev_create_config
nbdev_update=nbdev.sync:nbdev_update
nbdev_export=nbdev.doclinks:nbdev_export
nbdev_fix=nbdev.merge:nbdev_fix
nbdev_trust=nbdev.clean:nbdev_trust
nbdev_clean=nbdev.clean:nbdev_clean
nbdev_install_hooks=nbdev.clean:nbdev_install_hooks
nbdev_filter=nbdev.cli:nbdev_filter
nbdev_quarto=nbdev.cli:nbdev_quarto
nbdev_ghp_deploy=nbdev.cli:nbdev_ghp_deploy
nbdev_sidebar=nbdev.cli:nbdev_sidebar
nbdev_test=nbdev.test:nbdev_test
nbdev_bump_version=nbdev.cli:nbdev_bump_version
nbdev_new=nbdev.cli:nbdev_new
nbdev_migrate_directives=nbdev.migrate:nbdev_migrate_directives
nbdev_install_quarto=nbdev.shortcuts:install_quarto
nbdev_install=nbdev.shortcuts:install
nbdev_docs=nbdev.shortcuts:docs
nbdev_preview=nbdev.shortcuts:preview
nbdev_deploy=nbdev.shortcuts:deploy
nbdev_pypi=nbdev.shortcuts:pypi
nbdev_conda=nbdev.shortcuts:conda
nbdev_release=nbdev.shortcuts:release
nbdev_prepare=nbdev.shortcuts:prepare
nbdev_help=nbdev.shortcuts:chelp
tst_flags = notest
nbs_path = nbs
doc_path = _docs
recursive = False
doc_host = https://nbdev.fast.ai
doc_baseurl = /
git_url = https://github.com/fastai/nbdev
lib_path = nbdev
title = nbdev
black_formatting = False
readme_nb = getting_started.ipynb