We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2c765 commit c08ca5aCopy full SHA for c08ca5a
settings.ini
@@ -2,7 +2,7 @@
2
# All sections below are required unless otherwise specified
3
# see https://github.com/fastai/nbdev/blob/master/settings.ini for examples
4
5
-# Python Library
+### Python Library ###
6
lib_name = {lib_name}
7
min_python = 3.9
8
version = 0.0.1
@@ -13,19 +13,19 @@ version = 0.0.1
13
# dev_requirements =
14
# console_scripts =
15
16
-# nbdev specific
+### nbdev ###
17
nbs_path = .
18
doc_path = _docs
19
recursive = False
20
tst_flags = notest
21
22
-# Documentation
+### Documentation ###
23
host = github
24
repo = {repo}
25
branch = {branch}
26
custom_sidebar = False
27
28
-# pypi specific
+### PyPI ###
29
audience = Developers
30
author = {author}
31
author_email = {author_email}
0 commit comments