forked from Olympus-HPC/Mneme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
58 lines (52 loc) · 1.47 KB
/
mkdocs.yml
File metadata and controls
58 lines (52 loc) · 1.47 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
site_name: Mneme
repo_url: https://github.com/Olympus-HPC/Mneme
repo_name: Olympus-HPC/Mneme
theme:
name: material
logo: assets/images/MnemeLogoNotext.svg
favicon: assets/images/MnemeLogoNotext.svg
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- content.code.copy
- search.highlight
nav:
- Home: index.md
- Getting Started: usage/getting-started.md
- Usage:
- Getting Started: usage/getting-started.md
- CLI: usage/cli.md
- Artifacts: usage/artifacts.md
- Tune: usage/tune.md
- Install: usage/install.md
- Record: usage/record.md
- Replay: usage/replay.md
- Concepts:
- Overview: concepts/overview.md
- Execution Phases: concepts/mneme-phases.md
- Static & Dynamic Hashes: concepts/static-dynamic.md
- Artifacts: concepts/artifacts.md
- Why LLVM IR as a boundary : concepts/llvm-boundary.md
- Replay Configuration: concepts/replay-configuration.md
- Tune: concepts/tune.md
- Develop:
- Python: dev/python.md
- C++: dev/cpp.md
- Examples: examples.md
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: "numpy"
show_source: true
markdown_extensions:
- admonition
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.details
- pymdownx.highlight
copyright: Copyright © 2024 - 2025 Lawrence Livermore National Security, LLC and mneme project contributors.