-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
93 lines (87 loc) · 2.54 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
site_name: T3CO
site_description: Transportation Technology Total Cost of Ownership
repo_url: https://github.com/NREL/T3CO
edit_uri: https://github.com/NREL/T3CO/tree/main/docs
site_author: Harish Panneer Selvam
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_if_no_docstring: true
docstring_options:
ignore_init_summary: false
merge_init_into_class: false
heading_level: 2
show_root_heading: true
show_symbol_type_heading: true
show_symbol_type_toc: true
show_root_toc_entry: true
annotations_path: source
show_signature: true
separate_signature: false
show_signature_annotations: true
unwrap_annotated: true
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
use_pygments: true
auto_title: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
theme:
name: material
favicon: t3co_logo.svg
highlightjs: true
hljs_languages:
- python
- yaml
features:
- search.highlight
- content.action.view
- search.suggest
- content.code.copy
- navigation.path
- content.tooltips
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
nav:
- Home: index.md
- Installation: installation.md
- Quick Start: quick_start.md
- Overview: T3CO_Overview.md
- Inputs:
- Vehicle: vehicle_inputs_descriptions.md
- Scenario: scenario_inputs_descriptions.md
- Config: config_inputs_descriptions.md
- Results:
- Outputs: t3co_outputs_descriptions.md
- Code Reference:
- CodeFlow: CodeFlow.md
- T3CO Modules:
- Sweep: sweep.md
- Run Modules:
- Run Scenario: run_scenario.md
- Generate Inputs: generateinputs.md
- Global Variables: Global.md
- TCO Modules:
- Opportunity Costs: opportunity_cost.md
- TCO Calculations: tcocalc.md
- TCO Analysis: tco_analysis.md
- TCO Stock and Emissions: tco_stock_emissions.md
- Multi Objective Optimization Module:
- MOO: moo.md
- Objectives Modules:
- Acceleration Test: accel.md
- Gradeability Test: gradeability.md
- Fuel Economy: fueleconomy.md
- Visualization Module:
- Charts: charts.md