forked from EESSI/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
143 lines (143 loc) · 5.46 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
site_name: "European Environment for Scientific Software Installations (EESSI)"
site_url: https://eessi.github.io/docs/
extra:
analytics:
provider: google
property: UA-169665333-1
theme:
name: material
features:
- instant
- content.code.annotate
logo: img/logos/EESSI.png
favicon: img/logos/EESSI.png
repo_name: EESSI @ GitHub
repo_url: https://github.com/EESSI
edit_uri: docs/edit/main/docs
nav:
- Home: index.md
- Design:
- Project overview: overview.md
- Filesystem layer: filesystem_layer.md
- Compatibility layer: compatibility_layer.md
- Software layer: software_layer.md
- Supported CPU targets: software_layer/cpu_targets.md
- Available software and repositories:
- Software: available_software/overview.md
- Repositories:
- Production: repositories/software.eessi.io.md
- RISC-V: repositories/riscv.eessi.io.md
- Pilot: repositories/pilot.md
- Installation and configuration:
- Is EESSI already installed?: getting_access/is_eessi_accessible.md
- Native: getting_access/native_installation.md
- Container: getting_access/eessi_container.md
- Windows and macOS:
- Windows with WSL: getting_access/eessi_wsl.md
- macOS with Lima: getting_access/eessi_limactl.md
- Configuring EESSI:
- How to configure EESSI: site_specific_config/host_injections.md
- GPU support: site_specific_config/gpu.md
- Custom LMOD hooks: site_specific_config/lmod_hooks.md
- Basic usage:
- Set up environment: using_eessi/setting_up_environment.md
- Basic commands: using_eessi/basic_commands.md
- Demos: using_eessi/eessi_demos.md
- EESSI in CI: using_eessi/eessi_in_ci.md
- Advanced usage:
- Setting up your Stratum: filesystem_layer/stratum1.md
- Building software with EESSI: using_eessi/building_on_eessi.md
- Test suite:
- Overview: test-suite/index.md
- Installation & configuration: test-suite/installation-configuration.md
- ReFrame configuration file: test-suite/ReFrame-configuration-file.md
- Usage: test-suite/usage.md
- Available tests: test-suite/available-tests.md
- Writing tests: test-suite/writing-portable-tests.md
- Release notes: test-suite/release-notes.md
- Known issues and workarounds:
- v2023.06: known_issues/eessi-2023.06.md
- Adding software to EESSI:
- Overview: adding_software/overview.md
- For contributors:
- Contribution policy: adding_software/contribution_policy.md
- Open PR: adding_software/opening_pr.md
- Debugging: adding_software/debugging_failed_builds.md
- For maintainers:
- BTD bot: bot.md
- Building software: adding_software/building_software.md
- Deploying software: adding_software/deploying_software.md
- Build nodes: software_layer/build_nodes.md
- Community and support:
- Getting support: support.md
- Meetings: meetings.md
- Talks: talks.md
# - Community meeting (Sept'22): meetings/2022-09-amsterdam.md
- Contact info: contact.md
- Systems where EESSI is available: systems.md
- Blog: blog/index.md
plugins:
- blog:
blog_toc: true
# show revision date at bottom of each page
- git-revision-date-localized
# necessary for search to work
- search
# Enable macros so we can use global variables
- macros
- redirects:
redirect_maps:
adding_software.md: adding_software/overview.md
contributing_sw/building_software.md: adding_software/building_software.md
contributing_sw/contribution_policy.md: adding_software/contribution_policy.md
contributing_sw/debugging_failed_builds.md: adding_software/debugging_failed_builds.md
contributing_sw/deploying_software.md: adding_software/deploying_software.md
contributing_sw/opening_pr.md: adding_software/opening_pr.md
contributing_sw/overview.md: adding_software/overview.md
software_layer/adding_software.md: adding_software/overview.md
pilot.md: repositories/pilot.md
markdown_extensions:
# enable adding HTML attributes and CSS classes
- attr_list
# notes, warnings, hints, ...
- admonition
# support for using MarkDown in HTML
- md_in_html
# code blocks with syntax highlighting, graphs
- pymdownx.superfences
# line numbers
- pymdownx.highlight:
anchor_linenums: true
# syntax highlighting for inline code
- pymdownx.inlinehilite
# embed content from arbitrary files
- pymdownx.snippets
# tabbed contents
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
# clickable details
- pymdownx.details
- toc:
permalink: true
# emojis
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
# add links in bottom right
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/eessi_hpc
# this gets auto-updated via update_generated_time.sh script run in update_available_software.yml action
generated_time: "Sat, 05 Oct 2024 at 01:44:07 UTC"
extra_javascript:
# mermaid diagram
- https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs
# javascript which generates overview of available software
- https://code.jquery.com/jquery-3.7.0.min.js
- https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js
- available_software/javascripts/populate_overview.js
extra_css:
# CSS for popultate_overview
- https://cdn.datatables.net/1.13.6/css/jquery.dataTables.min.css