-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
57 lines (57 loc) · 1.55 KB
/
mkdocs.yml
File metadata and controls
57 lines (57 loc) · 1.55 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
site_name: simvue
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
palette:
- scheme: default
logo: images/logo.png
nav:
- Home:
- Welcome: index.md
- Concepts: concepts.md
- Introduction: introduction.md
- Tracking & monitoring:
- Getting started: python-client/getting-started.md
- Overview: python-client/overview.md
- Configuration: python-client/configuration.md
- Folders: python-client/folders.md
- Metrics: python-client/metrics.md
- Events: python-client/events.md
- Artifacts: python-client/artifacts.md
- Alerts: python-client/alerts.md
- Logging handler: python-client/logging-handler.md
- Obtaining data: python-client/obtaining-data.md
- Analysis:
- Retrieving runs: analysis/retrieving-runs.md
- Metadata: analysis/metadata.md
- Metrics: analysis/metrics.md
- Events: analysis/events.md
- Reference:
- The Run class: reference/run.md
- The Client class: reference/client.md
- Examples:
- Tensorflow: examples/basic-tensorflow.md
- OpenFOAM: examples/openfoam.md
- FAQ:
- General: faq/general.md
repo_url: https://github.com/simvue-io
edit_uri: ""
markdown_extensions:
- admonition
- def_list
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
- toc:
permalink: true
extra_css:
- stylesheets/extra.css