-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (29 loc) · 985 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (29 loc) · 985 Bytes
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
site_name: Dynamic Vine Copulas
site_description: Vine copula modeling and temporal dependence diagnostics
repo_name: dynamic-vine-copulas
theme:
name: readthedocs
nav:
- Home: index.md
- Setup: setup.md
- Structure: structure.md
- Schematics: schematics.md
- User Guide:
- Fitting: user-guide/fitting.md
- Evaluation: user-guide/evaluation.md
- Time-Dependent Models: user-guide/time-dependent.md
- Experiments: user-guide/experiments.md
- How To:
- Experiment Runner: howto/runner.md
- Reference:
- Core API: reference/core-api.md
- Time API: reference/time-api.md
- Experiments API: reference/experiments-api.md
- Research Notes:
- Overview: research/overview.md
- Metrics: research/metrics.md
- Analysis Protocol: research/analysis_protocol.md
- Comparable Methods: research/comparable_methods.md
- Release:
- Release Plan: release-plan.md
- Data Release Plan: data-release.md