-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
35 lines (34 loc) · 1.22 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
site_name: Astronomy Workflow
nav:
- Home: index.md
- 'Git and GitHub Basics':
- git-basics: notebooks/1.0-basics/git-basics.ipynb
- working-online: notebooks/1.0-basics/working-online.ipynb
- issues: notebooks/1.0-basics/issues.ipynb
- demo: notebooks/1.0-basics/demo.ipynb
- 'Testing':
- pytest: notebooks/2.0-testing/pytest.ipynb
- github-actions: notebooks/2.0-testing/github_actions.ipynb
- 'Useful Tools':
- building: notebooks/3.0-building/useful-tools-to-help-you.ipynb
- pyenv: notebooks/3.0-building/pyenv.ipynb
- poetry: notebooks/3.0-building/poetry.ipynb
- mkdocs: notebooks/3.0-building/mkdocs.ipynb
- black-flake8: notebooks/3.0-building/black_flake8.ipynb
- jupyter-lab: notebooks/3.0-building/jupyter-lab.ipynb
- colab: notebooks/3.0-building/google-colab.ipynb
theme:
name: "material"
repo_url: https://github.com/christinahedges/astronomy_workflow
plugins:
- search
- mkdocs-jupyter
- mkdocstrings:
default_handler: python
handlers:
python:
selection:
docstring_style: "numpy"
rendering:
show_source: false
custom_templates: templates