-
Notifications
You must be signed in to change notification settings - Fork 2
/
pydoc-markdown.yml
159 lines (154 loc) · 4.79 KB
/
pydoc-markdown.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
##
## Copyright (c) 2024 Hannah contributors.
##
## This file is part of hannah.
## See https://github.com/ekut-es/hannah for further info.
##
## Licensed under the Apache License, Version 2.0 (the "License");
## you may not use this file except in compliance with the License.
## You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
##
loaders:
- type: python
search_path: ["."]
processors:
- type: filter
- type: smart
- type: crossref
hooks:
pre-render:
- mkdir -p build/docs/content
- cp -r doc/assets build/docs/content
renderer:
type: mkdocs
pages:
- title: Home
name: index
source: README.md
- title: Fallacies and Pitfalls
name: fallacies
source: doc/fallacies.md
- title: Publications
name: publications
source: doc/publications.md
- title: Experiment Management
name: experiments
source: doc/experiments.md
- title: Configuration
name: configuration
children:
- title: Overview
name: configuration/overview
source: doc/configuration/configuration.md
- title: Multi-GPU support
name: configuration/multi_gpu
source: doc/configuration/multi_gpu.md
- title: Compression
children:
- title: Quantization
name: compression/quantization
source: doc/compression/quantization.md
- title: Pruning
name: compression/pruning
source: doc/compression/pruning.md
- title: Clustering
name: compression/clustering
source: doc/compression/clustering.md
- title: Tensor Decompositions
name: compression/decomposition
source: doc/compression/decomposition.md
- title: Knowledge Distillation
name: compression/knowledge_distillation
source: doc/compression/knowledge_distillation.md
- title: Optimization
children:
- title: Hyperparameter Optimization
name: optimization/hyperparameter
source: doc/optimization/hyperparameters.md
- title: Neural Architecture Search
children:
- title: NAS (Legacy)
name: nas/legacy
source: doc/nas/legacy.md
- title: Usage
name: nas/usage
source: doc/nas/usage.md
- title: Search Spaces
name: nas/search_spaces
source: doc/nas/search_spaces.md
- title: Parametrization
name: nas/parametrization
source: doc/nas/parametrization.md
- title: Search
name: nas/search
source: doc/nas/search.md
- title: Evaluating Results
name: nas/eval
source: doc/nas/eval.md
- title: Optimization Metrics
name: nas/metrics
source: doc/nas/metrics.md
- title: Deployment
children:
- title: Overview
name: deployment/overview
source: doc/deployment/overview.md
- title: Torch Mobile
name: deployment/torchmobile
source: doc/deployment/torchmobile.md
- title: T-Rax Ultratrail
name: deployment/trax-Ultratrail
source: doc/deployment/ultratrail.md
- title: TVM
name: deployment/tvm
source: doc/deployment/tvm.md
- title: TensorRT
name: deployment/tensorrt
source: doc/deployment/tensorrt.md
- title: "Evaluation"
children:
- title: "Evaluation"
name: eval
source: doc/eval.md
- title: "applications"
children:
- title: Seizure Detection
name: applications/seizure_detection
source: doc/applications/seizure_detection.md
- title: Viterbi Decoding
name: applications/viterbi_decoding
source: doc/applications/viterbi_decoding.md
- title: Development
children:
- title: Overview
name: devel/overview
source: doc/devel/overview.md
- title: Debugging
name: devel/debugging
source: doc/devel/debugging.md
- title: Profiling
name: devel/profiling
source: doc/devel/profiling.md
- title: API Documentation
name: devel/api
contents:
- 'hannah.*'
mkdocs_config:
site_name: HANNAH
theme: readthedocs
markdown_extensions:
- def_list
- admonition
- codehilite
- pymdownx.arithmatex:
generic: true
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js