forked from SuperDARN/pydarn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (39 loc) · 1.4 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
site_name: pyDARN Documentation
repo_url: https://github.com/superdarn/pydarn
theme: readthedocs
markdown_extensions:
- extra
- admonition
- toc
nav:
- Home: index.md
- Installation: user/install.md
- SuperDARN Data Access: user/superdarn_data.md
- Citing: user/citing.md
- Tutorials:
- Radar and Hardware Information: user/hardware.md
- Coordinates: user/coordinates.md
- Reading Files: user/io.md
- Range-Time plots: user/range_time.md
- Time-Series plots: user/time_series.md
- Summary plots: user/summary.md
- Axis: user/axis.md
- FOV plots: user/fov.md
- Fan plots: user/fan.md
- Grid plots: user/grid.md
- Convection Map plots: user/map.md
- Power plots: user/power.md
- ACF plots: user/acf.md
- Logging: user/logging.md
- pyDARN Team: dev/team.md
- Communication: dev/communication.md
- Copyright and Licensing: dev/copyright_license.md
- Workflow:
- Projects: dev/projects.md
- Issues: dev/issues.md
- Branches: dev/branching.md
- Unit Testing: dev/pytest.md
- Pull Requests: dev/PR.md
- Testing: dev/testing.md
- Code Reviews: dev/code_review.md
- Release Guidelines: dev/releases.md