-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
49 lines (46 loc) · 1.61 KB
/
mkdocs.yml
File metadata and controls
49 lines (46 loc) · 1.61 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
site_name: DFODE-kit Documentation
site_url: https://deepflame-ai.github.io/DFODE-kit/
site_description: Documentation for DFODE-kit, an agent-friendly toolkit for combustion chemistry integration with deep learning.
repo_name: deepflame-ai/DFODE-kit
repo_url: https://github.com/deepflame-ai/DFODE-kit
edit_uri: edit/main/docs/
theme:
name: material
features:
- navigation.sections
- navigation.expand
- navigation.top
- content.code.copy
- search.suggest
- search.highlight
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- CLI: cli.md
- Canonical Case Initialization: init.md
- Runtime Configuration and Case Execution: run-case.md
- Data Augmentation: augment.md
- Data Preparation and Training Workflow: data-workflow.md
- Architecture: architecture.md
- Tutorials and Workflow: tutorials.md
- Shared Operational Docs:
- Overview: agents/README.md
- Verification: agents/verification.md
- Worktrees: agents/worktrees.md
- Roadmap: agents/roadmap.md
- Docs Topology: agents/topology.md
- CI Harness Plan: agents/ci-tests-plan.md
- CLI Usability Plan: agents/cli-usability-plan.md
- Data I/O Contract Plan: agents/data-io-contract-plan.md
- Train Config Plan: agents/train-config-plan.md
- Package Topology Spec: agents/package-topology-spec.md
- Package Topology Migration Plan: agents/package-topology-migration-plan.md