-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
114 lines (103 loc) · 2.52 KB
/
_quarto.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
project:
type: website
output-dir: _site
website:
title: "fave-docs"
favicon: assets/logo.png
image: assets/logo.png
page-navigation: true
navbar:
left:
- href: template.qmd
text: Home
- href: reference/
text: Package reference
right:
- icon: github
href: https://github.com/Forced-Alignment-and-Vowel-Extraction/docs_framework
sidebar:
- id: get-started
logo: assets/logo.png
title: Get Started
style: floating
align: left
contents:
- template.qmd
- auto: usage
# - usage/getting_started.qmd
# - usage/all_arguments.qmd
# - usage/pythonic_use.ipynb
metadata-files:
- reference/_sidebar.yml
format:
html:
theme:
light: [flatly, styles/light.scss]
dark: [darkly, styles/dark.scss]
css: styles/styles.css
toc: true
toc-depth: 4
highlight-style: github
filters:
- interlinks
resources:
- objects.inv
interlinks:
fast: true
sources:
numpy:
url: https://numpy.org/doc/stable/
python:
url: https://docs.python.org/3/
quartodoc:
style: pkgdown
dir: reference
package: new_fave
sidebar: "reference/_sidebar.yml"
parser: google
render_interlinks: true
# sections:
# - title: Processing Patterns
# desc: Different patterns for processing data
# contents:
# - fave_audio_textgrid
# - fave_corpus
# - fave_subcorpora
# - title: Writers
# contents:
# - write_data
# - title: Built-in resources
# contents:
# - utils.local_resources.local_resources
# - title: Speaker files
# contents:
# - speaker.speaker.Speaker
# - title: Optimization
# desc: Functions for optimizing formant measurements
# contents:
# - optimize.optimize
# - title: Vowel Measurements
# desc: Vowel Measurements
# options:
# dynamic: true
# contents:
# - name: VowelMeasurement
# members:
# - to_tracks_df
# - to_param_df
# - to_point_df
# - name: VowelClass
# members:
# - to_tracks_df
# - to_param_df
# - to_point_df
# - name: VowelClassCollection
# members:
# - to_tracks_df
# - to_param_df
# - to_point_df
# - name: SpeakerCollection
# members:
# - to_tracks_df
# - to_param_df
# - to_point_df