forked from MatthewFilipovich/pycharge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
55 lines (49 loc) · 1.79 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
site_name: PyCharge Documentation
nav:
- Home: "index.md"
- Getting Started:
- "Introduction": "getting_started/introduction.md"
- "Installation": "getting_started/installation.md"
- "Stationary Charge Fields": "getting_started/stationary_charge.md"
- "Oscillating Charge Fields": "getting_started/oscillating_charge.md"
- "Dipole Simulation": "getting_started/dipoles.md"
- How-To Guides:
- "Create Custom Charge": "howto/custom_charges.md"
- "Calculate the Poynting Vector": "howto/pointing.md"
- "Simulate Moving Dipoles": "howto/moving_dipoles.md"
- "Simulate Coupled Dipoles": "howto/coupled_dipoles.md"
- "Create Animations": "howto/animations.md"
- "Executing MPI Simulations": "howto/mpi.md"
- API Reference:
- charges: api_reference/charges-reference.md
- dipole: api_reference/dipole-reference.md
- simulation: api_reference/simulation-reference.md
- dipole_analyses: api_reference/dipole_analyses-reference.md
- Background Information:
- Point Charges: "background_information/point_charges.md"
- Lorentz Oscillators: "background_information/lorentz_oscillators.md"
- Coupled Lorentz Oscillators: "background_information/coupled_LOs.md"
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
plugins:
- search
- mkdocstrings
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight
- pymdownx.superfences
- footnotes
- attr_list
extra_javascript: [
"https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML",
] # AMSmath support