-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
55 lines (54 loc) · 2 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
site_name: ICESat-2 Hackweek Learning Resources
nav:
- Overview: index.md
- Conduct:
- Code of Conduct: conduct/conduct.md
- Learning Community: conduct/community.md
- Logistics:
- Today's Activitites: logistics/today.md
- Hackweek Schedule: logistics/schedule.md
- Learning Technologies: logistics/technology.md
- Getting Help: logistics/getting_help.md
- Our Team: logistics/ourTeam.md
- Preliminary Steps:
- GitHub account: preliminary/github.md
- JupyterHub connection: preliminary/jupyterhub.md
- Python installation: preliminary/conda.md
- Earthdata login: preliminary/earthdata.md
- Tutorials:
- Getting Started: tutorials/getting_started.md
- Introduction to GitHub: tutorials/github.md
- Introduction to Jupyter: tutorials/jupyter.md
- Introduction to Python: tutorials/python.md
- Projects:
- Overview: projects/overview.md
- Project Roles and Responsibilities: projects/project_roles.md
- Project Initialization: projects/project_initialization.md
- Project Example Github Workflow and Data Sharing: projects/example_workflow.md
- 2019 Hackweek Projects: projects/2019_projects.md
- Reference:
- Vocabulary and Acronyms: reference/VocabAcronyms.md
- Custom Environments in JupyterHub: reference/conda-env.md
- About:
- How to Contribute: about/howtocontribute.md
theme:
name: readthedocs
collapse_by_default: false
highlightjs: true
plugins:
- search
- markdownextradata
extra:
hackweek:
name: ICESat-2 hackweek
web_url: https://icesat-2hackweek.github.io
slack_url: https://icesat2hackweek.slack.com
github_org_url: https://github.com/icesat-2hackweek
pangeo_url: http://icesat-2.hackweek.io/
email: [email protected]
admin_contact: Alex Huynh
markdown_extensions:
- admonition
repo_url: https://github.com/icesat-2hackweek/learning-resources
extra_css:
- css/extra.css