-
Notifications
You must be signed in to change notification settings - Fork 20
/
mkdocs.yml
54 lines (53 loc) · 1.45 KB
/
mkdocs.yml
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
site_name: alps-uenv
nav:
- Home: index.md
- 'uenv':
- 'uenv': uenv-overview.md
- 'cp2k': uenv-cp2k.md
- 'editors': uenv-editors.md
- 'gromacs': uenv-gromacs.md
- 'lammps': uenv-lammps.md
- 'linaro-forge': uenv-linaro-forge.md
- 'namd': uenv-namd.md
- 'prgenv-gnu': uenv-prgenv-gnu.md
- 'quantumespresso': uenv-qe.md
- 'vasp': uenv-vasp.md
- 'developers':
- 'developers': developers-overview.md
- 'recipe writing best practices': pkg-application-tutorial.md
- 'how to write reframe tests': pkg-reframe.md
- 'writing uenv documentation': pkg-writing-docs.md
- 'tutorials':
- 'tutorials': tutorial-overview.md
- 'uenv and Spack': tutorial-spack.md
- 'CSCS user day 2024': tutorial-userday-2024.md
theme:
name: material
features:
- content.code.copy
- navigation.tabs
palette:
primary: deep orange
accent: deep orange
markdown_extensions:
- admonition
- def_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- stylesheets/extra.css
repo_url: https://github.com/eth-cscs/alps-uenv