-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
68 lines (61 loc) · 2.41 KB
/
_config.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
# Book settings
title: Orbital Mechanics & Astrodynamics
author: Bryan Weber
exclude_patterns:
- homework
- raw_svg
- drawing-scripts
- docker
- assets
- blender
- chapter-4
- .venv
- .pytest_cache
- INSTALL.md
latex:
latex_engine: xelatex
execute:
execute_notebooks: "auto"
sphinx:
extra_extensions:
- myst_nb_bokeh
- sphinx_design
config:
language: en
html_show_copyright: false
html_extra_path: ["assets"]
html_theme_options:
navigation_with_keys: false
logo:
image_light: "_static/hohmann-light.svg"
image_dark: "_static/hohmann-dark.svg"
extra_footer: |
<p xmlns:dct="http://purl.org/dc/terms/" xmlns:cc="http://creativecommons.org/ns#" class="license-text"><a rel="cc:attributionURL" property="dct:title" href="https://orbital-mechanics.space">Orbital Mechanics & Astrodynamics</a> by <span property="cc:attributionName">Bryan Weber</span> is licensed under <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0">CC BY-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" /><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" /><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" /></a></p>
use_edit_page_button: true
use_repository_button: true
use_issues_button: true
repository_url: https://github.com/bryanwweber/orbital-mechanics-notes
repository_branch: main
path_to_docs: ""
mathjax3_config:
tex:
macros:
vector: ["\\boldsymbol{#1}", 1]
uvec: ["\\boldsymbol{\\hat{#1}}", 1]
mag: ["\\lVert#1\\rVert", 1]
cross: "\\times"
unit: ["#1~\\mathrm{#2}", 2]
pf: ["{#1}_{\\omega}", 1] # This is for the perifocal frame
mat: ["\\left[\\mathbf{#1}\\right]", 1] # A matrix
COG: "\\mathrm{COG}" # Center of gravity
KE: "\\mathrm{KE}" # Kinetic energy
PE: "V" # Potential energy
parse:
myst_enable_extensions:
- colon_fence
- dollarmath
html:
baseurl: "https://orbital-mechanics.space"
favicon: "_static/favicon-16x16.png"
bibtex_bibfiles:
- references.bib