forked from AnswerDotAI/nbdev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.ini
74 lines (73 loc) · 2.41 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
63
64
65
66
67
68
69
70
71
72
73
[DEFAULT]
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.3.32
audience = Developers
language = English
custom_sidebar = True
license = apache2
status = 5
requirements = fastcore>=1.5.27 execnb>=0.1.4 astunparse ghapi>=1.0.3 watchdog asttokens setuptools
pip_requirements = PyYAML
conda_requirements = pyyaml
conda_user = fastai
dev_requirements = ipywidgets nbdev-numpy nbdev-stdlib pandas matplotlib black svg.py nbclassic pysymbol_llm llms-txt
console_scripts = nbdev_create_config=nbdev.config:nbdev_create_config
nbdev_update=nbdev.sync:nbdev_update
nbdev_update_license=nbdev.cli:nbdev_update_license
nbdev_export=nbdev.doclinks:nbdev_export
nbdev_fix=nbdev.merge:nbdev_fix
nbdev_merge=nbdev.merge:nbdev_merge
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_sidebar=nbdev.quarto:nbdev_sidebar
nbdev_test=nbdev.test:nbdev_test
nbdev_new=nbdev.cli:nbdev_new
nbdev_migrate=nbdev.migrate:nbdev_migrate
nbdev_install_quarto=nbdev.quarto:install_quarto
nbdev_install=nbdev.quarto:install
nbdev_docs=nbdev.quarto:nbdev_docs
nbdev_preview=nbdev.quarto:nbdev_preview
nbdev_prepare=nbdev.quarto:prepare
nbdev_readme=nbdev.quarto:nbdev_readme
nbdev_release_gh=nbdev.release:release_gh
nbdev_release_git=nbdev.release:release_git
nbdev_changelog=nbdev.release:changelog
nbdev_pypi=nbdev.release:release_pypi
nbdev_conda=nbdev.release:release_conda
nbdev_release_both=nbdev.release:release_both
nbdev_bump_version=nbdev.release:nbdev_bump_version
nbdev_requirements=nbdev.release:write_requirements
nbdev_proc_nbs=nbdev.quarto:nbdev_proc_nbs
nbdev_help=nbdev.cli:chelp
nb_export=nbdev.cli:nb_export_cli
watch_export=nbdev.cli:watch_export
tst_flags = notest
nbs_path = nbs
doc_path = _docs
recursive = True
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
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = False
clear_all = False
cell_number = False
put_version_in_init = True
skip_procs =