-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
97 lines (91 loc) · 3.5 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
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
site_name: Everest-models
repo_url: https://github.com/equinor/everest-models
site_description: Forward models and workflows to be used with Ert and Everest
site_author: Equinor and TNO
edit_uri: edit/main/docs
repo_name: equinor/everest-models
nav:
- Home: index.md
- tutorials.md
- How-To Guides:
- contribute/contribute.md
- Add Template: https://fmu-docs.equinor.com/docs/everest/tutorial/everest_templating.html#pipelining-forward-models
- Well Order Optimization: https://fmu-docs.equinor.com/docs/everest/tutorial/well_order_optimisation.html#forward-models
- Well Rate Optimization: https://fmu-docs.equinor.com/docs/everest/tutorial/well_rate_optimisation.html#forward-models
- Well Selection Optimization: https://fmu-docs.equinor.com/docs/everest/tutorial/well_selection.html#forward-models
- Tokens: tokens/how_to_guide.md
- Reference:
- Jobs:
- Add Templates: reference/add_templates/reference.md
- Drill Date Planner: reference/drill_date_planner/reference.md
- Drill Planner: reference/drill_planner/reference.md
- Compute Economics: reference/compute_economics/reference.md
- Extract Summary Date: reference/extract_summary_data/reference.md
- Interpret Well Drill: reference/interpret_well_drill/reference.md
- Net Present Value: reference/npv/reference.md
- Recovery Factor: reference/rf/reference.md
- Schmerge: reference/schmerge/reference.md
- Select Wells: reference/select_wells/reference.md
- Stea: reference/stea/reference.md
- Strip Dates: reference/strip_dates/reference.md
- Well Constraints: reference/well_constraints/reference.md
- Well Filter: reference/well_filter/reference.md
- Well Swapping: reference/well_swapping/reference.md
- Well Trajectory: reference/well_trajectory/reference.md
- Shared Functions:
- Validators: reference/shared/validators.md
- Models: reference/shared/models.md
- Arguments: reference/shared/arguments.md
- reference/hook.md
- Explanation:
- Project Structure: explanations/project_structure.md
- Operations Rework: explanations/operations_rework.md
plugins:
- search
- mkdocstrings:
theme:
name: material
font:
code: Fira Code
features:
- tabs: true
- navigation.footer
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: red
toggle:
icon: material/weather-night
name: Switch to light mode
icon:
repo: fontawesome/brands/github
markdown_extensions:
- toc:
permalink: true
- pymdownx.details
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- mdx_include:
base_path: docs
- codehilite
- admonition
extra:
social:
- icon: fontawesome/brands/slack
link: https://join.slack.com/share/enQtNTE1MTAwNTI0NDg5Ny03ZmNmNzVmODQ2MGEzNjdmMDI5YTM5OWYyZWVlMjQ4OGU3NDgyNmFmZDNlZTZiZmYzMTg1MzA3OGI3NmZjMGE4
- icon: fontawesome/brands/github
link: https://github.com/equinor/everest-models/issues
name: Issue Tracker
extra_javascript:
- javascripts/mathjax.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js