-
Notifications
You must be signed in to change notification settings - Fork 25
/
mkdocs.yml
27 lines (24 loc) · 1.16 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
site_name: Kamodo Analysis Suite
nav:
- Quick Start: notebooks/QuickStart.ipynb
- Introduction: notebooks/Introduction.ipynb
- Data Functionalizion: notebooks/DataFunctionalization.ipynb
- Functionalizing HAPI: notebooks/FunctionalizeHAPI.ipynb
- Choosing Models and Variables: notebooks/ChoosingModelsAndVariables.ipynb
- Functionalizing a Modeled Dataset: notebooks/FunctionalizingModeledDatasets.ipynb
- Satellite Trajectories: notebooks/SatelliteTrajectories.ipynb
- Coordinate Conversions: notebooks/CoordinateConversions.ipynb
- Performing a Flythrough in a Notebook: notebooks/FlythroughNotebook.ipynb
- Performing a Flythrough from the Command Line: notebooks/FlythroughCommandLine.ipynb
- Constellation Mission Planning Tool: notebooks/ConstellationMissionPlanningToolIntro.ipynb
- Advanced Plotting Routines: notebooks/AdvancedPlottingRoutines.ipynb
- Contribution Guidelines: ContributionGuidelines.md
- How to Write a Model Reader: notebooks/HowtoWriteaModelReader.md
theme: readthedocs
use_directory_urls: False
plugins:
- mkdocs-jupyter:
include_source: True
kernel_name: python3
execute: False
ignore_h1_titles: False