forked from perssongroup/handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (36 loc) · 1.31 KB
/
mkdocs.yml
File metadata and controls
40 lines (36 loc) · 1.31 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
site_name: Persson Group Handbook
theme: yeti
nav:
- Getting Started:
- Before you Arrive: 'getting_started/before.md'
- After you Arrive: 'getting_started/after.md'
- Getting a Computer : 'getting_started/buy_computer.md'
- Workspace Set-Up: 'getting_started/workspace.md'
- Getting Settled: 'getting_started/settling.md'
- Group Policies:
- Leave Time: 'policies/leave_time.md'
- Purchasing: 'policies/purchasing.md'
- Conference Travel: 'policies/conference_travel.md'
- Computing:
- Computer Setup: 'computing/new_computer.md'
- Software: 'computing/software.md'
- High Performance Computing: 'computing/hpc.md'
- Atomate Setup: 'computing/atomate.md'
- Ab Initio: 'computing/ab_initio.md'
- Molecular Dynamics: 'computing/md.md'
- About:
- About: 'about/about.md'
- Meetings: 'about/meetings.md'
- Group Roster: 'about/roster.md'
- Group Jobs: 'about/group_jobs.md'
- Group Resources: 'about/group_resources.md'
# Acknowlegements to be removed once we verify that the handbook
# sufficiently differs than the jain book,
- Acknowlegements: 'about/acknowlegements.md'
markdown_extensions:
- markdown_fenced_code_tabs:
single_block_as_tab: False
active_class: 'active'
template: 'default'
extra_css:
- 'css/code-tabs.css'