-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmkdocs.yml
More file actions
84 lines (78 loc) · 1.82 KB
/
Copy pathmkdocs.yml
File metadata and controls
84 lines (78 loc) · 1.82 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
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
# Project information
site_name: 'Help'
site_description: 'User documentation of SWAN'
site_url: 'https://swan.docs.cern.ch/'
site_dir: 'public'
# Repository
repo_url: 'https://github.com/swan-cern/help'
# Theme configuration
theme:
name: 'swan'
features:
- navigation.footer
- content.action.edit
- content.code.copy
plugins:
- material/search:
# Extensions
markdown_extensions:
- admonition
- pymdownx.highlight:
guess_lang: false
- pymdownx.superfences
- toc:
permalink: true
# Navigation menu
nav:
- Introduction:
- intro/what_is.md
- intro/jupyter.md
- intro/cernbox.md
- intro/cvmfs.md
- Create and manage a SWAN session:
- session/select.md
- session/switch.md
- session/terminate.md
- session/url_args.md
- session/custom_envs.md
- Working with SWAN:
- swan/create_proj.md
- swan/create_notebook.md
- swan/create_folder.md
- swan/open_terminal.md
- Share your work:
- share/how_to.md
- share/modify.md
- share/being_shared.md
- share/shared_with_me.md
- CERNBox:
- cernbox/browse.md
- cernbox/sync_files.md
- Rucio integration:
- rucio/intro.md
- rucio/setup.md
- rucio/authentication.md
- rucio/usage.md
- Plotting:
- plotting/matplotlib.md
- Spark integration:
- spark/local.md
- spark/clusters.md
- spark/monitoring.md
- HTCondor integration:
- condor/intro.md
- condor/configure_session.md
- condor/create_cluster.md
- condor/create_client.md
- condor/execute_and_monitor.md
- condor/inspect_results.md
- condor/resume_work.md
- condor/move_to_batch.md
- vscode.md
- Advanced setup:
- advanced/install_packages.md
- advanced/enable_extensions.md
- alma9.md
- ats.md
- issues.md
- logos.md