-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
189 lines (180 loc) · 5.57 KB
/
mkdocs.yml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
site_name: Temperature Response Functions
site_description: Library for applying temperature response functions in crop modeling
site_author: egiron
repo_url: https://github.com/egiron/TemperatureFunct
repo_name: egiron/TemperatureFunct
edit_uri: edit/main/docs/
nav:
- Home:
- index.md
- 'Installation': installation.md
- 'Getting Started':
- 'Loading dataset and creating a model': getting_started.md
- 'Runing models': combinations.md
- 'Validating models': evaluating.md
# - 'Examples': 'notebooks/Getting_Started.ipynb'
- 'Response Functions':
- 'Overview': tfunct.md
- 'PRFT': prft.md
- 'WEFT': weft.md
- 'TPF': tpf.md
- 'Data': data.md
- 'User Guides':
- 'Estimating Yield using PRFT': 'notebooks/Using PRFT.ipynb'
- 'Estimating Yield using WETF': 'notebooks/Using WETF.ipynb'
- 'Estimating Yield using TPF': 'notebooks/Using TPF.ipynb'
- 'Querying Temperature response functions combinations with precision using DuckDB': querying.md
- 'API reference':
- reference/index.md
- 'Model': reference/model.md
- 'Site': reference/site.md
- 'Data': reference/data.md
- 'Util': reference/util.md
# - 'Installation': installation.md
# - 'Getting Started': getting_started.md
# - 'Data': data.md
# - 'API reference': reference/index.md
markdown_extensions:
- pymdownx.caret
- pymdownx.critic
- pymdownx.magiclink
- pymdownx.smartsymbols
- pymdownx.tilde
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- admonition
- footnotes
- attr_list
- pymdownx.arithmatex:
generic: true
- toc:
permalink: "#"
# slugify: !!python/name:pymdownx.slugs.uslugify
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
theme:
icon:
repo: fontawesome/brands/git-alt
name: material #readthedocs
# logo: assets/logo_iwin2.png
# favicon: assets/images/favicon.ico
# include_homepage_in_sidebar: false
highlightjs: true
hijs_languages:
- python
features:
- navigation.instant
- header.autohide
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.sections
- navigation.top
- navigation.expand
# - navigation.path
- navigation.indexes
- navigation.tracking
#- toc.integrate
- toc.follow
# - toc.autohide
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.action.edit
- content.action.view
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
# palette:
# primary: black
# accent: cyan
# font:
# text: 'Roboto'
# code: 'Roboto Mono'
extra:
feature:
tabs: false
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/egiron
- icon: fontawesome/brands/twitter
link: https://twitter.com/egirongis
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/ernesto-giron-808b6625/
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- javascripts/katex.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
plugins:
- search:
lang: en
# - social
# - git-revision-date-localized:
# fallback_to_build_date: true
- autorefs
- mkdocs-jupyter:
include_source: True
ignore_h1_titles: True
execute: false
allow_errors: true
# ignore: ["conf.py"]
execute_ignore: ["*ignore.ipynb"]
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [../tfunct] # search packages in the src folder
#import:
# - https://docs.python-requests.org/en/master/objects.inv
options:
summary: true
members_order: source
#show_root_heading: true
show_object_full_path: false
#show_root_members_full_path: false
show_category_heading: false
show_symbol_type_toc: true
#show_if_no_docstring: false
#show_docstring_attributes: true
#show_docstring_functions: true
#show_docstring_classes: true
show_docstring_examples: true
show_docstring_parameters: true
show_docstring_other_parameters: true
show_docstring_raises: true
show_docstring_returns: true
show_docstring_warns: false
show_source: false
show_submodules: true
#show_docstring_modules: true
#show_docstring_description: false
docstring_style: google
docstring_section_style: table
docstring_options:
ignore_init_summary: true
trim_doctest_flags: false
merge_init_into_class: true
copyright: 'Copyright © 2023 <a href="https://github.com/egiron" target="_blank" rel="noopener">Ernesto Giron E.</a>'