-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
52 lines (48 loc) · 1.6 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
site_name: PVTpy
theme:
name: material
palette:
scheme: preference
primary: blue grey
accent: deep purple
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.expand
- search.suggest
- search.highlight
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Tutorial:
- PVT Tables: examples/1-pvt/1a-PVT_Tables.ipynb
- Correlations:
- Oil Correlations: examples/1-pvt/1b_oil_correlations.ipynb
- Water Correlations: examples/1-pvt/1c_water_correlations.ipynb
- Gas Correlations: examples/1-pvt/1d_gas_correlations.ipynb
- Fluids:
- Oil: examples/2-Fluids/2a_Oil.ipynb
- Gas: examples/2-Fluids/2b_Gas.ipynb
- Water: examples/2-Fluids/2c_Water.ipynb
- Compositional:
- Chromatography: examples/3-chromatography/3b-Chromatography.ipynb
- Separator test: examples/3-chromatography/3c-Separators.ipynb
- Equations of State:
- Pure Components:
- Van Der Walls: examples/4-Eos/1-van_der_walls.ipynb
- Redlich Kwong: examples/4-Eos/2-redlich_kwong.ipynb
- Soave Redlich Kwong: examples/4-Eos/3-soave_redlich_kwong.ipynb
- Mixtures:
- Redlich Kwong: examples/4-Eos/2a-redlich_kwong_mixtures.ipynb
- Soave Redlich Kwong: examples/4-Eos/3a-soave_redlich_kwong_mixtures.ipynb
- Peng Robinson: examples/4-Eos/4a-peng_robinson_mixtures.ipynb
- Release Notes: release_notes.md
repo_url: https://github.com/scuervo91/pvtpy
repo_name: scuervo91/pvtpy
plugins:
- search
- mkdocs-jupyter
markdown_extensions:
- admonition