|
a |
|
b/settings.ini |
|
|
1 |
[DEFAULT] |
|
|
2 |
# All sections below are required unless otherwise specified |
|
|
3 |
host = github |
|
|
4 |
lib_name = clinical_trial_eligibility |
|
|
5 |
# For Enterprise Git add variable repo_name and company name |
|
|
6 |
# repo_name = analytics |
|
|
7 |
# company_name = nike |
|
|
8 |
|
|
|
9 |
user = pete88b |
|
|
10 |
description = Convert eligibility criteria into analysis friendly formats |
|
|
11 |
keywords = clinical trail eligibility criteria AACT |
|
|
12 |
author = Peter Butterfill |
|
|
13 |
author_email = peter.butterfill@gmail.com |
|
|
14 |
copyright = Peter Butterfill |
|
|
15 |
branch = main |
|
|
16 |
version = 0.0.1 |
|
|
17 |
min_python = 3.9 |
|
|
18 |
audience = Developers |
|
|
19 |
language = English |
|
|
20 |
# Set to True if you want to create a more fancy sidebar.json than the default |
|
|
21 |
custom_sidebar = False |
|
|
22 |
# Add licenses and see current list in `setup.py` |
|
|
23 |
license = apache2 |
|
|
24 |
# From 1-7: Planning Pre-Alpha Alpha Beta Production Mature Inactive |
|
|
25 |
status = 2 |
|
|
26 |
|
|
|
27 |
# Optional. Same format as setuptools requirements |
|
|
28 |
# requirements = |
|
|
29 |
# Optional. Same format as setuptools console_scripts |
|
|
30 |
# console_scripts = |
|
|
31 |
# Optional. Same format as setuptools dependency-links |
|
|
32 |
# dep_links = |
|
|
33 |
|
|
|
34 |
### |
|
|
35 |
# You probably won't need to change anything under here, |
|
|
36 |
# unless you have some special requirements |
|
|
37 |
### |
|
|
38 |
|
|
|
39 |
# Change to, e.g. "nbs", to put your notebooks in nbs dir instead of repo root |
|
|
40 |
nbs_path = . |
|
|
41 |
doc_path = docs |
|
|
42 |
|
|
|
43 |
# Whether to look for library notebooks recursively in the `nbs_path` dir |
|
|
44 |
recursive = False |
|
|
45 |
|
|
|
46 |
doc_host = https://pete88b.github.io |
|
|
47 |
doc_baseurl = /clinical_trial_eligibility/ |
|
|
48 |
git_url = https://github.com/pete88b/clinical_trial_eligibility/tree/main/ |
|
|
49 |
lib_path = clinical_trial_eligibility |
|
|
50 |
title = clinical_trial_eligibility |
|
|
51 |
|
|
|
52 |
#Optional advanced parameters |
|
|
53 |
#Monospace docstings: adds <pre> tags around the doc strings, preserving newlines/indentation. |
|
|
54 |
#monospace_docstrings = False |
|
|
55 |
#Test flags: introduce here the test flags you want to use separated by | |
|
|
56 |
#tst_flags = |
|
|
57 |
#Custom sidebar: customize sidebar.json yourself for advanced sidebars (False/True) |
|
|
58 |
#custom_sidebar = |
|
|
59 |
#Cell spacing: if you want cell blocks in code separated by more than one new line |
|
|
60 |
#cell_spacing = |
|
|
61 |
#Custom jekyll styles: if you want more jekyll styles than tip/important/warning, set them here |
|
|
62 |
#jekyll_styles = note,warning,tip,important |