forked from usatlas/AFdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
51 lines (50 loc) · 2.26 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
site_name: US ATLAS Analysis Facilities
docs_dir: tier3docs
site_dir: site
markdown_extensions:
- attr_list
- md_in_html
plugins:
- include-markdown
- search:
min_search_length: 2
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
- 'Quickstart Guides':
- 'BNL': sshlogin/ssh2BNL.md
- 'UChicago': sshlogin/ssh2UChicago.md
- 'SLAC': sshlogin/ssh2SLAC.md
- 'Data Store, Accessing and Sharing':
- 'Data Storage at BNL': doma/storage/BNL/storage-at-bnl.md
- 'Data Sharing': doma/DataSharing/README.md
- 'Jupyter at Analysis Facilities':
- 'Introduction': jupyter/JupyterAtTier3s.md
- 'Jupyter at BNL': jupyter/BNLjupyter.md
- 'Jupyter at UChicago with Coffea': jupyter/JupyterUChicago.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
- 'Containers':
- 'Using Singularity Containers': Containers/UsingSingularity/README.md
- 'FAQs/Tips':
- 'FAQs and some tips': faqs-tips/faq-tips.md
markdown_extensions:
- markdown.extensions.admonition
# - 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"
# more options: https://www.mkdocs.org/user-guide/choosing-your-theme/#readthedocs