-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmkdocs.yml
99 lines (96 loc) · 3.64 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
site_name: US ATLAS Analysis Facilities
docs_dir: tier3docs
site_dir: site
#hola
markdown_extensions:
- abbr
- attr_list
- def_list
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- md_in_html
- tables
- pymdownx.critic:
mode: accept
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
plugins:
- include-markdown
- search:
min_search_length: 2
- table-reader
#- jekyll-image-size
#- include-kramdown*/
nav:
- 'Getting Started':
- 'Introduction': README.md
- 'Getting Help': GettingHelp.md
- 'User Onboarding':
- 'About the Facilities': UserOnboarding/facility.md
- 'Applying for User Accounts': UserOnboarding/account.md
#- 'Editor':
# - 'test-sheet': test-sheet.md
- 'Quickstart Guides':
- 'BNL': sshlogin/ssh2BNL.md
- 'UChicago': sshlogin/README.md
- 'SLAC': sshlogin/ssh2SLAC.md
- 'Machine Learning Containers':
- 'Introduction': ML-Containers/info.md
- 'Contents': ML-Containers/contents.md
- 'Implementing': ML-Containers/implement.md
- 'Containers for ATLAS Analysis Users':
- 'OS Containers': ATLAS-Containers/OS-Containers.md
- 'ATLAS Release Containers': ATLAS-Containers/Release-Containers.md
- 'Data Store, Accessing and Sharing':
- 'Data Storage at BNL': doma/storage/BNL/storage-at-bnl.md
- 'Data Sharing': doma/DataSharing/README.md
- 'Data Storage at UChicago': doma/storage/UChicago/uc_storage.md
- 'Data Sharing at UChicago': doma/DataSharing/uchicago/README.md
- 'Jupyter at Analysis Facilities':
- 'Introduction': jupyter/JupyterAtTier3s.md
- 'Jupyter at BNL': jupyter/BNLjupyter.md
- 'Jupyter at UChicago with Coffea': jupyter/JupyterCoffeaCUChicago.md
- 'JupyterLab at UChicago': jupyter/JupyterLabUChicago.md
- 'Jupyter at SLAC': jupyter/SLACjupyter.md
- 'Extend ATLAS JupyterLab at SLAC': jupyter/SLACJupyterExtraFuncs.md
- 'How to get information about an xAOD in python': jupyter/examples/xAODcheck.md
- 'Read xAODs using PyROOT': https://github.com/usatlas/tier3docs/blob/master/jupyter/examples/pyROOT_example.ipynb
- 'Info about uproot and xAOD': jupyter/examples/convert_specific_variables.py.txt
- 'Data Analysis Tutorial (2019-08)':
- 'Introduction': Tutorial-2019Aug/README.md
- 'Tutorial of Analysis Examples at BNL': Tutorial-2019Aug/BNL/README.md
- 'Tutorial of Analysis Examples at SLAC': Tutorial-2019Aug/SLAC/README.md
- 'Tutorial of Analysis Examples on the Grid': Tutorial-2019Aug/Grid/README.md
- 'Singularity':
- 'Using Singularity Containers': Containers/UsingSingularity/README.md
- 'VSCode':
- 'Detailed guide on using Visual Studio Code': VSCode/README.md
- 'FAQs/Tips':
- 'FAQs and some tips': faqs-tips/faq-tips.md
- 'Glossary': faqs-tips/glossary.md
#markdown_extensions:
# - admonition
# - pymdownx.details
# - pymdownx.superfences
# - markdown.extensions.pymdownx.details not available in readthedocs
# - markdown.extensions.pymdownx.superfences not available in readthedocs
theme:
name: readthedocs
html_theme_options: "html_logo: images/lgbt_atlas.png"
features:
- content.code.annotate
- content.tooltips
# more options: https://www.mkdocs.org/user-guide/choosing-your-theme/#readthedocs