forked from SuperDARN/pyDARNio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
22 lines (21 loc) · 679 Bytes
/
mkdocs.yml
File metadata and controls
22 lines (21 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: pyDARNio Documentation
repo_url: https://github.com/superdarn/pyDARNio
theme: readthedocs
markdown_extensions:
- extra
- admonition
- toc
nav:
- Home: index.md
- About: about.md
- Installation: user/install.md
- SuperDARN Data Access: user/superdarn_data.md
- Citing: user/citing.md
- Tutorials:
- IO:
- Read SuperDARN files: user/SDarnRead.md
- Write SuperDARN files: user/SDarnWrite.md
- Read/Write Borealis files: user/BorealisIO.md
- Convert:
- Borealis to SuperDARN: user/Borealis2SuperDARN.md
- Radar and Hardware Information: user/hardware.md