-
Notifications
You must be signed in to change notification settings - Fork 127
/
mkdocs.yml
67 lines (64 loc) · 2.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
56
57
58
59
60
61
62
63
64
65
66
67
site_name: The Materials Project Workshop
site_description: Lessons for the Materials Project Workshop
copyright: Built by The Materials Project
site_url: https://workshop.materialsproject.org
repo_url: https://github.com/materialsproject/workshop
docs_dir: workshop
extra_css:
- assets/workshop.css
extra_javascript:
- assets/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
theme:
name: 'material'
palette:
primary: blue grey
logo: assets/materials_project_logo_white.svg
font:
text: Roboto
code: Roboto Mono
features:
- instant
- tabs
nav:
- Home: index.md
- Logistics: logistics/logistics.md
- People: people/people.md
- Code of Conduct: code_of_conduct.md
- Primer:
- Intro: primer/01_basic_python/0 - Introduction and Jupyter Use.ipynb
- Basic Python: primer/01_basic_python/1 - Python Primer.ipynb
- Advanced Python: primer/02_python_part2/lessons.ipynb
- Intro to MongoDB: primer/03_MongoDB_part1/lessons_filled.ipynb
- Intro to Python Environments: primer/04_Python_environments/1_pip_and_conda.ipynb
- Intro to Google Colab: primer/04_Python_environments/2_google_colab.ipynb
- Workshop:
- Day 1:
- The Materials Project Website: lessons/01_website_walkthrough/website_walkthrough.md
- Intro to Pymatgen: lessons/02_intro_pymatgen/1 - pymatgen foundations.ipynb
- Working with Surfaces and Interfaces: lessons/03_heterointerfaces/Main Lesson.ipynb
- The Materials API: lessons/04_materials_api/MAPI Lesson (filled).ipynb
- Day 2:
- Automated DFT: lessons/05_automated_dft/Lesson.ipynb
- MPContribs: lessons/07_mpcontribs/contribute.ipynb
- Exploring Synthesis: lessons/06_exploring_synthesis/Exploring Synthesis (filled).ipynb
- Machine Learning with MatMiner: lessons/08_ml_matminer/matminer-notes.ipynb
markdown_extensions:
- admonition
- codehilite
- attr_list
- pymdownx.details
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.arithmatex:
generic: true
- toc:
permalink: true
plugins:
- search:
prebuild_index: true
- mknotebooks
- minify:
minify_html: true