-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
235 lines (230 loc) · 9.73 KB
/
Copy pathmkdocs.yml
File metadata and controls
235 lines (230 loc) · 9.73 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
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
site_name: Nextmv Python SDKs
site_description: Documentation for the Nextmv Python SDKs
repo_url: https://github.com/nextmv-io/nextmv-py
repo_name: nextmv-io/nextmv-py
site_author: Nextmv
nav:
- Home: index.md
- nextmv:
- 👋 Overview & installation: nextmv/index.md
- ✏️ Modeling:
- Overview: nextmv/modeling/index.md
- Options: nextmv/modeling/options.md
- Input: nextmv/modeling/input.md
- Logging: nextmv/modeling/logging.md
- Output: nextmv/modeling/output.md
- Model: nextmv/modeling/model.md
- Reference:
- base_model.py: nextmv/modeling/reference/base_model.md
- input.py: nextmv/modeling/reference/input.md
- logger.py: nextmv/modeling/reference/logger.md
- manifest.py: nextmv/modeling/reference/manifest.md
- model.py: nextmv/modeling/reference/model.md
- options.py: nextmv/modeling/reference/options.md
- output.py: nextmv/modeling/reference/output.md
- polling.py: nextmv/modeling/reference/polling.md
- run.py: nextmv/modeling/reference/run.md
- safe.py: nextmv/modeling/reference/safe.md
- status.py: nextmv/modeling/reference/status.md
- 💻 Local:
- Overview: nextmv/local/index.md
- Get started - new model: nextmv/local/get-started-new-model.md
- Get started - existing model: nextmv/local/get-started-existing-model.md
- Run an app: nextmv/local/runs.md
- Sync to Cloud: nextmv/local/sync.md
- Visualize run assets: nextmv/local/visuals.md
- Reference:
- application.py: nextmv/local/reference/application.md
- executor.py: nextmv/local/reference/executor.md
- geojson_handler.py: nextmv/local/reference/geojson_handler.md
- local.py: nextmv/local/reference/local.md
- plotly_handler.py: nextmv/local/reference/plotly_handler.md
- runner.py: nextmv/local/reference/runner.md
- ☁️ Cloud:
- Overview: nextmv/cloud/index.md
- Managing an app: nextmv/cloud/manage.md
- Push to an app: nextmv/cloud/push.md
- Run an app: nextmv/cloud/runs.md
- Versions: nextmv/cloud/versions.md
- Instances: nextmv/cloud/instances.md
- Track runs: nextmv/cloud/external-runs.md
- Secrets: nextmv/cloud/secrets.md
- Managed Inputs: nextmv/cloud/managed-inputs.md
- Large payloads: nextmv/cloud/large-payloads.md
- Queuing & prioritization: nextmv/cloud/queuing.md
- Execution classes: nextmv/cloud/execution-classes.md
- Integrations: nextmv/cloud/integrations.md
- Scenario tests: nextmv/cloud/scenario-tests.md
- Batch experiments: nextmv/cloud/batch-experiments.md
- Acceptance tests: nextmv/cloud/acceptance-tests.md
- Input sets: nextmv/cloud/input-sets.md
- Reference:
- acceptance_test.py: nextmv/cloud/reference/acceptance_test.md
- account.py: nextmv/cloud/reference/account.md
- application: nextmv/cloud/reference/application.md
- batch_experiment.py: nextmv/cloud/reference/batch_experiment.md
- client.py: nextmv/cloud/reference/client.md
- community.py: nextmv/cloud/reference/community.md
- ensemble.py: nextmv/cloud/reference/ensemble.md
- input_set.py: nextmv/cloud/reference/input_set.md
- instance.py: nextmv/cloud/reference/instance.md
- integration.py: nextmv/cloud/reference/integration.md
- scenario.py: nextmv/cloud/reference/scenario.md
- secrets.py: nextmv/cloud/reference/secrets.md
- shadow.py: nextmv/cloud/reference/shadow.md
- switchback.py: nextmv/cloud/reference/switchback.md
- url.py: nextmv/cloud/reference/url.md
- version.py: nextmv/cloud/reference/version.md
- nextmv-gurobipy:
- 👋 Overview & installation: nextmv-gurobipy/index.md
- 📓 Tutorials:
- Options: nextmv-gurobipy/tutorials/options.md
- Model: nextmv-gurobipy/tutorials/model.md
- Statistics: nextmv-gurobipy/tutorials/statistics.md
- Solution: nextmv-gurobipy/tutorials/solution.md
- ⚙️ Reference:
- model.py: nextmv-gurobipy/reference/model.md
- options.py: nextmv-gurobipy/reference/options.md
- solution.py: nextmv-gurobipy/reference/solution.md
- statistics.py: nextmv-gurobipy/reference/statistics.md
- nextmv-scikit-learn:
- 👋 Overview & installation: nextmv-scikit-learn/index.md
- 📓 Tutorials:
- Options: nextmv-scikit-learn/tutorials/options.md
- Model: nextmv-scikit-learn/tutorials/model.md
- Statistics: nextmv-scikit-learn/tutorials/statistics.md
- Solution: nextmv-scikit-learn/tutorials/solution.md
- ⚙️ Reference:
- dummy:
- model.py: nextmv-scikit-learn/reference/dummy/model.md
- options.py: nextmv-scikit-learn/reference/dummy/options.md
- solution.py: nextmv-scikit-learn/reference/dummy/solution.md
- statistics.py: nextmv-scikit-learn/reference/dummy/statistics.md
- ensemble:
- model.py: nextmv-scikit-learn/reference/ensemble/model.md
- options.py: nextmv-scikit-learn/reference/ensemble/options.md
- solution.py: nextmv-scikit-learn/reference/ensemble/solution.md
- statistics.py: nextmv-scikit-learn/reference/ensemble/statistics.md
- linear_model:
- model.py: nextmv-scikit-learn/reference/linear_model/model.md
- options.py: nextmv-scikit-learn/reference/linear_model/options.md
- solution.py: nextmv-scikit-learn/reference/linear_model/solution.md
- statistics.py: nextmv-scikit-learn/reference/linear_model/statistics.md
- neural_network:
- model.py: nextmv-scikit-learn/reference/neural_network/model.md
- options.py: nextmv-scikit-learn/reference/neural_network/options.md
- solution.py: nextmv-scikit-learn/reference/neural_network/solution.md
- statistics.py: nextmv-scikit-learn/reference/neural_network/statistics.md
- tree:
- model.py: nextmv-scikit-learn/reference/tree/model.md
- options.py: nextmv-scikit-learn/reference/tree/options.md
- solution.py: nextmv-scikit-learn/reference/tree/solution.md
- statistics.py: nextmv-scikit-learn/reference/tree/statistics.md
- ndarray.py: nextmv-scikit-learn/reference/ndarray.md
theme:
name: material
logo: images/logo-180.png
favicon: images/nextmv-favicon.svg
font:
text: L10-Web
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.path
- navigation.collapse
- navigation.sections
- navigation.top
- navigation.footer
- content.code.copy
- content.code.annotate
- search.highlight
- search.share
- toc.follow
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: cyan
accent: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
primary: cyan
accent: indigo
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to system preference
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
backlinks: tree
show_source: true
heading_level: 2
parameter_headings: true
show_root_heading: true
show_root_toc_entry: false
show_root_full_path: false
show_root_members_full_path: false
show_object_full_path: false
group_by_category: false
show_category_heading: true
show_symbol_type_heading: true
show_symbol_type_toc: true
inherited_members: true
members_order: alphabetical
show_submodules: true
show_labels: true
docstring_style: numpy
docstring_section_style: spacy
docstring_options:
ignore_init_summary: false
merge_init_into_class: true
relative_crossrefs: true
show_if_no_docstring: true
show_docstring_attributes: true
show_docstring_functions: true
show_docstring_classes: true
show_docstring_modules: true
show_docstring_description: true
show_docstring_examples: true
show_docstring_other_parameters: true
show_docstring_parameters: true
show_docstring_raises: true
show_docstring_receives: true
show_docstring_returns: true
show_docstring_warns: true
show_docstring_yields: true
show_signature: true
separate_signature: true
show_signature_annotations: true
signature_crossrefs: true
filters:
- "!^_"
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
toc_depth: 4
- attr_list
- def_list
- tables
extra:
generator: false