-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
157 lines (149 loc) · 5.56 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
site_name: Quality Assurance
theme:
name: material
features:
- header.autohide
- navigation.expand
- navigation.indexes
- toc.follow
- navigation.top
font:
text: IBM Plex Sans
code: IBM Plex Mono
palette:
# Palette toggle for light mode
- scheme: default
primary: light blue
accent: indigo
media: "(prefers-color-scheme: light)"
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: light blue
accent: indigo
media: "(prefers-color-scheme: dark)"
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Purpose: index.md
- Meta:
- Feedback: meta/feedback.md
- Authors: meta/authors.md
- License: meta/license.md
- Process:
- Roles and responsibilities: process/roles.md
- Process diagram: process/process.md
- Requirements: process/requirements.md
- Design: process/design.md
- Development: process/development.md
- Release: process/release.md
- Guidelines:
- Software: guidelines/software.md
- Embedded Software: guidelines/embedded.md
- Testing: guidelines/testing.md
- Versioning: guidelines/versioning.md
# - Abbreviations: includes/abbr.md
# - License: license.md
# - Examples:
# - Introduction: showcase/index.md
# - Mission design:
# - Table of contents: showcase/mission_design/index.md
# - Lunar transfer [WIP]: showcase/mission_design/lunar_transfer.md
# - Orbit design from a genetic algorithm: showcase/mission_design/orbit_design_ga.md
# - Constellation analysis [WIP]: showcase/constellation_analysis/index.md
# - Spacecraft navigation:
# - Ground based navigation [WIP]: showcase/spacecraft_navigation/ground_nav.md
# - CAPS [WIP]: showcase/spacecraft_navigation/CAPS.md
# - User guide:
# - Getting started [WIP]: user_guide/start.md
# - Orbit definition and manipulation [WIP]: user_guide/orbits.md
# - Propagators and Monte Carlo runs [WIP]: user_guide/prop-mc.md
# - High fidelity models [WIP]: user_guide/hifimodels.md
# - MathSpec:
# - Introduction: MathSpec/index.md
# - Time: MathSpec/time.md
# - Celestial:
# - Coordinate frames [WIP]: MathSpec/celestial/coord_systems.md
# - Ephemeris [WIP]: MathSpec/celestial/ephemeris.md
# - Orbital elements: MathSpec/celestial/orbital_elements.md
# - Trajectory interpolation: MathSpec/celestial/interpolation.md
# - Eclipses: MathSpec/celestial/eclipse.md
# - Events [WIP]: MathSpec/celestial/events.md
# - Dynamical Models:
# - Overview: MathSpec/models/overview.md
# - Gravity: MathSpec/models/gravity.md
# - Spherical harmonics [WIP]: MathSpec/models/harmonics.md
# - Solar radiation pressure: MathSpec/models/srp.md
# - Drag [WIP]: MathSpec/models/drag.md
# - Control laws [WIP]: MathSpec/models/control_laws.md
# - Finite burns [WIP]: MathSpec/models/finite_burns.md
# - Orbit determination:
# - Overview: MathSpec/orbit_determination/overview.md
# - Kalman filter: MathSpec/orbit_determination/kalman.md
# - State noise compensation: MathSpec/orbit_determination/snc.md
# - Smoothing: MathSpec/orbit_determination/smoothing.md
# - Iteration: MathSpec/orbit_determination/iteration.md
# - Measurement generation: MathSpec/orbit_determination/measurements.md
# - Monte Carlo [WIP]:
# - Overview: MathSpec/monte_carlo/overview.md
# - Error modeling: MathSpec/monte_carlo/error_models.md
# - Optimization:
# - State transition matrix: MathSpec/optimization/stm.md
# - Targeting: MathSpec/optimization/targeting.md
# - Multiple shooting [WIP]: MathSpec/optimization/multiple_shooting.md
# - Optimizer [WIP]: MathSpec/optimization/panoc.md
# - Propagators: MathSpec/propagators.md
# - Appendices:
# - Dual numbers: MathSpec/appendix/dual_numbers.md
# - Versions: versions.md
# - Blog: blog/index.md
plugins:
- search
- git-revision-date-localized:
type: iso_date
copyright: Creative Commons License Attribution-ShareAlike 4.0 (CC BY-SA 4.0) - Christopher Rabotin et al.
repo_url: https://github.com/nyx-space/quality-assurance
repo_name: nyx-space/quality-assurance
extra:
social:
- icon: material/linkedin
link: https://www.linkedin.com/in/chrisrabotin/
name: Chris Rabotin on LinkedIn
- icon: material/twitter
link: https://twitter.com/CRabotin
name: Chris Rabotin on Twitter
- icon: material/email-outline
link: mailto:[email protected]
name: Email me
analytics:
provider: google
property: G-ECPHPS28RT
markdown_extensions:
- toc:
permalink: true
- abbr
- attr_list
- pymdownx.snippets
- admonition
- tables
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- footnotes
# - pymdownx.arithmatex:
# generic: true
# - pymdownx.details
# - pymdownx.tabbed
# - pymdownx.superfences
# extra_javascript:
# - js/config.js
# - https://polyfill.io/v3/polyfill.min.js?features=es6
# - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js