forked from uwescience/hackweek-preliminary-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 11
/
mkdocs.yml
62 lines (56 loc) · 1.8 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
site_name: Waterhackweek Learning Resources
repo_url: https://github.com/waterhackweek/learning-resources
nav:
- Overview:
- Introduction: index.md
- Code of Conduct: canaryopera/codeofconduct.md
- Diversity Statement: diversityMethods.md
- Need to talk to someone: canaryopera/need_to_talk_to_someone.md
- Logistics:
- Overview and Schedule: logistics/overview.md
# - Getting Help: logistics/getting_help.md
- Pre-event Preparation:
- Git: prep/git.md
- GitHub: prep/github.md
- Jupyter and JupyterHub: prep/jupyterhub.md
# - Scientific Python Ecosystem: prep/pythonecosystem.md
# - Python and conda
# - HydroShare: hydroshare.md
# - Binder: binder.md
# - Conda: conda.md
# - Conda, Python, R: prep/conda.md
# - Python Requirements: preweek/python.md
- Tutorials:
# - Getting Started: tutorials/getting_started.md
- Numpy: numpy.md
- Pandas: pandas.md
- GEE Access and Javascript Tips: gee_javascript.md
- Projects:
- Roles and Responsibilities: project.md
- Reference:
- Vocabulary and Acronyms: VocabAcronyms2020.md
- Scientific Methods: reproducibility101.md
- How to Contribute: howtocontribute.md
theme:
name: readthedocs
collapse_by_default: false
highlightjs: true
plugins:
- search
- markdownextradata
markdown_extensions:
- admonition
extra_css:
- extra.css
extra:
hackweek:
name: Waterhackweek
prefix: whw
currentprefix: whw20
web_url: https://waterhackweek.github.io
slack_url: https://waterhackweek.slack.com
github_org_url: https://github.com/waterhackweek
jupyterhub_url: https://jupyterhub.cuahsi.org
cyberseminar_url: https://www.cuahsi.org/education/cyberseminars/waterhackweek-cyberseminar-series
admin_contact: Owen Freed
email: waterhackweek@uw.edu