-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
62 lines (61 loc) · 1.64 KB
/
mkdocs.yml
File metadata and controls
62 lines (61 loc) · 1.64 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
site_name: Manager Agent Gym
site_description: SDK and Simulation Framework for Manager Agents
repo_url: https://github.com/DeepFlow-research/manager_agent_gym
site_url: https://deepflow-research.github.io/manager_agent_gym
theme:
name: material
logo: logo.png
features:
- navigation.tabs
- navigation.instant
- search.highlight
- search.share
- content.code.copy
- content.image.lightbox
- content.image.lazy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- attr_list
- tables
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: true
show_root_toc_entry: false
show_signature_annotations: true
line_length: 100
filters: ["!^__"]
- gen-files:
scripts:
- docs/gen_benchmarks.py
- docs/gen_index_from_readme.py
- literate-nav
watch:
- examples/end_to_end_examples
- README.md
nav:
- Overview: index.md
- Guides:
- Quick Start: QUICK_START_GUIDE.md
- Architecture: TECHNICAL_ARCHITECTURE.md
- Library Overview: LIBRARY_DOCUMENTATION.md
- Docs How-To: dev/building-docs.md
- Benchmarks: benchmark/
- API Reference:
- Systems:
- Core Systems: api/core.md
- Execution I/O: api/execution.md
- Data Models:
- Schemas Overview: api/schemas.md
- Core Models: api/schemas_core.md
- Execution Models: api/schemas_execution.md
- Preferences Models: api/schemas_preferences.md
- Evaluation: api/evaluation.md