-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmkdocs.yml
More file actions
70 lines (65 loc) · 2.21 KB
/
mkdocs.yml
File metadata and controls
70 lines (65 loc) · 2.21 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
site_name: Pytzer
site_author: M.P. Humphreys
site_description: "Pytzer: the Pitzer model for chemical activities in aqueous solutions in Python"
copyright: Copyright © 2019-2024 M.P. Humphreys (GNU GPLv3).
repo_url: https://github.com/mvdh7/pytzer
repo_name: mvdh7/pytzer
theme:
name: material
language: en
palette:
scheme: default
primary: pink
accent: teal
font:
text: Roboto Slab
code: Roboto Mono
features:
- navigation.instant
- navigation.expand
- navigation.top
icon:
repo: fontawesome/brands/github-alt
plugins:
- search
nav:
- Overview: index.md
- Model parameters: libraries.md
- The Pitzer model: model.md
- Solving equilibria: equilibrate.md
- References: refs.md
- Version history: versions.md
# - Quick-start guide: quick-start.md
# - Example workflows: workflows.md
# - Conventions: name-conventions.md
# - Main Pytzer modules:
# - .get – import and export data: modules/io.md
# - .model – the Pitzer model: modules/model.md
# - .equilibrate - equilibrium solvers: modules/equilibrate.md
# - Behind the scenes:
# - .libraries – parameter libraries: modules/libraries.md
# - .parameters – interaction parameter functions: modules/parameters.md
# - .tables - parameter tables: modules/tables.md
# - .debyehueckel – Debye-Hückel limiting slopes: modules/debyehueckel.md
# - .unsymmetrical – unsymmetrical mixing terms: modules/unsymmetrical.md
# - .properties – solute properties: modules/properties.md
# - .constants – physical constants: modules/constants.md
# - .teos10 - TEOS-10 properties: modules/teos10.md
# - .matrix - matrix model: modules/matrix.md
# - .dissociation - thermodynamic equilibrium constants: modules/dissociation.md
# - .potentials - standard chemical potentials: module/potentials.md
# - .meta - package metadata: modules/meta.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- footnotes
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/config.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css