forked from aquacropos/aquacrop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.ini
37 lines (35 loc) · 1.17 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
[DEFAULT]
host = github
lib_name = aquacrop
user = thomasdkelly
description = AquaCrop-OSPy crop model based on AquaCropOS
keywords = aquacrop aquacropos aquacrop-ospy python
author = Tom Kelly
author_email = thomas.kelly-2@manchester.ac.uk
copyright = Tom Kelly
branch = master
version = 0.2
min_python = 3.6
audience = Developers
language = English
custom_sidebar = False
license = apache2
status = 3
nbs_path = nbs
doc_path = docs
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
#Monospace docstings: adds <pre> tags around the doc strings, preserving newlines/indentation.
#monospace_docstrings = False
#Test flags: introduce here the test flags you want to use separated by |
#tst_flags =
#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 =
#Custom jekyll styles: if you want more jekyll styles than tip/important/warning, set them here
#jekyll_styles = note,warning,tip,important