forked from flagos-ai/FlagGems
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (36 loc) · 984 Bytes
/
mkdocs.yml
File metadata and controls
40 lines (36 loc) · 984 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
30
31
32
33
34
35
36
37
38
39
40
plugins:
- awesome-pages
- include-markdown
site_name: FlagGems
theme:
name: material
language: en
features:
- content.code.copy
- navigation.sections
markdown_extensions:
- codehilite:
guess_lang: false
- pymdownx.highlight
- pymdownx.superfences
docs_dir: docs
nav:
- Introduction: index.md
- Features: features.md
- Getting Started: getting-started.md
- Installation: installation.md
- Using FlagGems:
- A Quick Introduction: usage.md
- How to use FlagGems: how_to_use_flaggems.md
- Pointwise Dynamic: pointwise_dynamic.md
- Testing:
- Python Tests: pytest_in_flaggems.md
- C++ Tests: ctest_in_flaggems.md
- Performance: performance_and_benchmark.md
- Add A C++ wrapper: add_a_cpp_wrapper.md
- References:
- Changelog: CHANGELOG.md
- Operator List: operators.md
- Experimental Operators: experimental_ops.md
- The LibCache DB backend: libcache_db_backend.md
- Countributing: contribution.md