Skip to content

Commit c08ca5a

Browse files
authored
Titles
1 parent cd2c765 commit c08ca5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

settings.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# All sections below are required unless otherwise specified
33
# see https://github.com/fastai/nbdev/blob/master/settings.ini for examples
44

5-
# Python Library
5+
### Python Library ###
66
lib_name = {lib_name}
77
min_python = 3.9
88
version = 0.0.1
@@ -13,19 +13,19 @@ version = 0.0.1
1313
# dev_requirements =
1414
# console_scripts =
1515

16-
# nbdev specific
16+
### nbdev ###
1717
nbs_path = .
1818
doc_path = _docs
1919
recursive = False
2020
tst_flags = notest
2121

22-
# Documentation
22+
### Documentation ###
2323
host = github
2424
repo = {repo}
2525
branch = {branch}
2626
custom_sidebar = False
2727

28-
# pypi specific
28+
### PyPI ###
2929
audience = Developers
3030
author = {author}
3131
author_email = {author_email}

0 commit comments

Comments
 (0)