-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
240 lines (217 loc) · 8.6 KB
/
Copy pathmkdocs.yml
File metadata and controls
240 lines (217 loc) · 8.6 KB
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
site_name: PROTEUS
site_url: https://proteus-framework.org/PROTEUS/
repo_url: https://github.com/FormingWorlds/PROTEUS
repo_name: GitHub
copyright: '© 2023-2026 <a href="https://formingworlds.space">Forming Worlds Lab</a>'
nav:
- Home: index.md
- Get started: getting_started.md
- How-to guides:
- Install PROTEUS:
- Quick installation: How-to/installation.md
- Manual installation: How-to/manual_installation.md
- Optional modules: How-to/optionalmodules_installation.md
- Run on a local machine: How-to/local_machine_guide.md
- Getting started:
- Diagnose and update: How-to/doctor.md
- Configure PROTEUS: How-to/config.md
- Usage:
- Overview: How-to/usage.md
- Running and output: How-to/usage_running.md
- Initial thermal conditions: How-to/usage_initial_conditions.md
- Parameter grids: How-to/usage_grids.md
- Postprocessing and chemistry: How-to/usage_postprocessing.md
- Choose stellar spectrum: How-to/switch_spectrum.md
- Stabilise simulations: How-to/stabilise_run.md
- Troubleshooting: How-to/troubleshooting.md
- Advanced usage:
- Bayesian inference: How-to/inference.md
- Cluster guides:
- Run on Kapteyn: How-to/kapteyn_cluster_guide.md
- Run on Snellius: How-to/snellius_cluster_guide.md
- Run on Habrok: How-to/habrok_cluster_guide.md
- Run on Cambridge IoA: How-to/ioa_cluster_guide.md
- Development:
- Testing: How-to/testing.md
- Development standards: How-to/development_standards.md
- Updating module pins: How-to/update_module_pins.md
- Developing documentation: How-to/documentation.md
- Tutorials:
- Quick start (all-dummy): Tutorials/quick_start_dummy.md
- Earth analogue: Tutorials/earth_analogue.md
- Parameter grid sweep: Tutorials/parameter_grid.md
- Solar System CHILI intercomparison: Tutorials/chili_intercomparison.md
- Explanations:
- Scientific background:
- Model description: Explanations/model.md
- Software design:
- Code architecture: Explanations/code_architecture.md
- Coupling loop: Explanations/coupling_loop.md
- Dummy modules: Explanations/dummy_modules.md
- Test framework: Explanations/test_framework.md
- Reference:
- Configuration:
- Execution and output: Reference/config/params.md
- Planet and volatiles: Reference/config/planet.md
- Star and orbit: Reference/config/star_orbit.md
- Interior structure and energetics: Reference/config/interior.md
- Atmosphere and chemistry: Reference/config/atmosphere.md
- Escape and outgassing: Reference/config/escape_outgas.md
- Observations: Reference/config/observe.md
- Melting curves: Reference/melting_curves.md
- Module map: Reference/module_map.md
- Module versions: Reference/module_versions.md
- Output format: Reference/output.md
- Reference data: Reference/data.md
- Bibliography: Reference/bibliography.md
- API:
- Interior structure (Zalmoxis wrapper): Reference/api/interior_struct_zalmoxis.md
- Interior structure config: Reference/api/config_struct.md
- Interior energetics wrapper: Reference/api/interior_energetics_wrapper.md
- Validation:
- Overview: Validation/index.md
- Atmosphere climate:
- Transparent black-body limit (agni.py): Validation/atmos_clim/agni.md
- Interior structure:
- Liquidus-super IC anchor (zalmoxis.py): Validation/interior_struct/zalmoxis.md
- Orbit:
- Orbital evolution (orbit.py): Validation/orbit/orbit.md
- Satellite angular momentum (satellite.py): Validation/orbit/satellite.md
- Orbit module wrapper (wrapper.py): Validation/orbit/wrapper.md
- Outgas:
- H2-MgSiO3 binodal (binodal.py): Validation/outgas/binodal.md
- Rock-vapour molar masses (lavatmos.py): Validation/outgas/lavatmos.md
- Star:
- Stellar luminosity and instellation (star.py): Validation/star/star.md
- Stellar wrapper dispatch (wrapper.py): Validation/star/wrapper.md
- Community:
- Contact: Community/contact.md
- Contributing: Community/CONTRIBUTING.md
- Code of Conduct: Community/CODE_OF_CONDUCT.md
- Developers: https://proteus-framework.org/people
- Issues: https://github.com/FormingWorlds/PROTEUS/issues
- Funding: funding.md
- Source code: https://github.com/FormingWorlds/PROTEUS
- Submodules:
- PROTEUS submodules: submodules.md
- MORS: https://proteus-framework.org/MORS/
- JANUS: https://proteus-framework.org/JANUS/
- ZEPHYRUS: https://proteus-framework.org/ZEPHYRUS/
- CALLIOPE: https://proteus-framework.org/CALLIOPE/
- AGNI: https://www.h-nicholls.space/AGNI/
- Obliqua: https://proteus-framework.org/Obliqua/
- VULCAN: https://proteus-framework.org/VULCAN/
- Zalmoxis: https://proteus-framework.org/Zalmoxis/
- Aragog: https://proteus-framework.org/aragog/
- SPIDER: https://proteus-framework.org/SPIDER/
- Atmodeller: https://atmodeller.readthedocs.io/en/latest/
- FastChem: https://newstrangeworlds.github.io/FastChem/
- SOCRATES: https://github.com/FormingWorlds/SOCRATES/
- PetitRADTRANS: https://petitradtrans.readthedocs.io/en/latest/
theme:
name: material
custom_dir: docs/overrides
features:
- navigation.tabs
- navigation.footer
- navigation.tabs.sticky
- content.code.copy
- content.tabs.link
# Fonts are self-hosted via stylesheets/fonts/fonts.css
font: false
# Default assets (the header stays dark in both schemes, so one glyph serves both)
favicon: assets/favicon.svg
logo: assets/glyph_phase_dark.png
# The toggle icon shows the current mode, matching the project website
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: lucide/moon
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: lucide/sun
name: Switch to dark mode
markdown_extensions:
- admonition
- attr_list
- footnotes
- markdown_include.include:
base_path: docs
- pymdownx.extra
- pymdownx.arithmatex:
generic: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
toc_depth: 3
# footer:
extra:
generator: false
social:
- icon: material/web
link: https://proteus-framework.org/
name: PROTEUS website
- icon: material/email
link: mailto:dev@proteus-framework.org
name: Mail PROTEUS developers
- icon: fontawesome/brands/python
link: https://pypi.org/project/fwl-proteus/
name: PROTEUS on PyPI
- icon: fontawesome/brands/github
link: https://github.com/FormingWorlds/PROTEUS
name: PROTEUS on GitHub
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- javascripts/header-links.js
extra_css:
- stylesheets/extra.css
- stylesheets/layout.css
- stylesheets/widths.css
- stylesheets/footnotes.css
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]
inventories:
- https://installer.readthedocs.io/en/stable/objects.inv
- https://docs.python.org/3/objects.inv
- https://numpy.org/doc/stable/objects.inv
- https://docs.scipy.org/doc/scipy/objects.inv
- https://pandas.pydata.org/docs/objects.inv
- https://matplotlib.org/stable/objects.inv
options:
docstring_style: numpy
docstring_options:
ignore_init_summary: yes
show_submodules: no
show_source: true
show_symbol_type_heading: true
show_root_heading: true
show_root_toc_entry: true
show_docstring_attributes: true
show_root_full_path: false
docstring_section_style: table
members_order: alphabetical
merge_init_into_class: yes
filters: ["!^_"]
use_directory_urls: false
watch:
- src/
- README.md
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md