-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
107 lines (106 loc) · 3.7 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
site_name: 'Basic Singularity/Apptainer'
repo_url: https://github.com/pmitev/UPPMAX-Singularity-workshop
edit_uri: edit/main/docs/
nav:
- Home: index.md
- How to install: installation.md
- First steps:
- 1.Running containrs from online repositories: remote_repositories.md
- 2.Running Singularity container: running_singularity.md
- 3.Building a container: build_container.md
- 4.Something easy - exercise: exercise_00.md
- 5.Build own container - exercise: own_container.md
- 6.Inspect containers: inspect.md
- Additional:
- Building remotely: remote_builder.md
- Building with --fakeroot: fakeroot.md
- Building with Seqera containers: seqera-containers.md
- Building interactively (sandbox): sandbox.md
- NVIDIA Deep Learning Frameworks: PyTorch_NVIDIA.md
- Upload to Sylabs container library: exercise_02.md
- Goods and bads: goods_bads.md
- Reproducibility: reproducibility.md
- Ubuntu template: ubuntu_template.md
- Case Studies:
- Other projects: CaseStudies/other_projects.md
- Portable BioTools: CaseStudies/portable_biotools.md
- Rstudio server - Rocker project: CaseStudies/r-rocker-project.md
- R.ROSETTA - R, wine, 32 bit: CaseStudies/R.ROSETTA.md
- SLURM in container: CaseStudies/SLURM_in_container.md
- Offline conda installer: CaseStudies/conda-offline.md
- ORFfinder on Rackham: CaseStudies/ORFfinder.md
- arcasHLA in Singularity: CaseStudies/arcasHLA.md
- VESPA (conda, python2): CaseStudies/VESPA.md
- gapseq enviroment: CaseStudies/gapseq.md
- Jamovi Server: CaseStudies/jamovi.md
- GitHub2Docker2Singularity: CaseStudies/github2docker2singularity.md
- VSCode in Singularity: CaseStudies/VScode.md
- MariaDB Server: CaseStudies/mariadb.md
- FUSE overlayfs: CaseStudies/fuse-overlayfs.md
- QEMU-utils: CaseStudies/qemu-utils.md
- Advanced:
- Singularity and MPI: mpi_applications.md
- Gromacs in a container: mpi_gromacs.md
- Singularity MPI@Kebnekaise: openmpi-benchmark.md
- Convert Docker image to Singularity container: docker2singularity.md
- Building from Singularity image: localimage.md
- Multi-Stage Builds: multi-stage_builds.md
- Indirect calls: indirect-call.md
- UPPMAX in a can: uppmax_in_a_can.md
- Practical information: practical_information.md
- About: about.md
theme:
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
name: material
custom_dir: overrides
features:
- search.highlight
- content.code.annotate
- content.code.copy
markdown_extensions:
- admonition
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.snippets
- pymdownx.tabbed
- pymdownx.smartsymbols
- footnotes
- attr_list
- def_list
- meta
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
use_pygments: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
site_url: https://pmitev.github.io/UPPMAX-Singularity-workshop/