-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.ini
More file actions
41 lines (40 loc) · 1.42 KB
/
settings.ini
File metadata and controls
41 lines (40 loc) · 1.42 KB
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
[DEFAULT]
# All sections below are required unless otherwise specified
# lib_name = your_project_name
user = ncoop57
# description = A description of your project
# keywords = some keywords
author = Nathan Cooper
author_email = nacooper01@email.wm.edu
copyright = Nathan Cooper
branch = master
version = 0.0.1
min_python = 3.6
audience = Researchers
language = English
# Set to True if you want to create a more fancy sidebar.json than the default
custom_sidebar = False
# Add licenses and see current list in `setup.py`
license = apache2
# From 1-7: Planning Pre-Alpha Alpha Beta Production Mature Inactive
status = 2
# Change to, e.g. "nbs", to put your notebooks in nbs dir instead of repo root
nbs_path = nbs
doc_path = docs
# Optional. Same format as setuptools console_scripts
# console_scripts =
# Optional. Same format as setuptools requirements
# requirements =
# Anything shown as '%(...)s' is substituted with that setting automatically
doc_host = https://%(user)s.github.io
doc_baseurl = /%(lib_name)s/
git_url = https://github.com/%(user)s/%(lib_name)s/tree/%(branch)s/
lib_path = %(lib_name)s
title = %(lib_name)s
#Optional advanced parameters
#Test flags: indtroduce here the test flags you want to use separated by |
#test =
#Custom sidebar: customize sidebar.json yourself for advanced sidebars (False/True)
#custom_sidebar =
#Cell spacing: if you want cell blocks in code separated by more than one new line
#cell_spacing =