Skip to content

Commit ac4ed00

Browse files
committed
tidy up
1 parent aee9ebf commit ac4ed00

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

docs/.nav.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ sort:
55
sections: last
66
ignore_case: true
77
nav:
8-
- PyPSA-PIK: index.md
9-
- Getting started: installation
10-
- Configuration: configuration.md
11-
- Tutorials: tutorials
12-
- Reference: reference
8+
PyPSA-PIK: index.md
9+
Getting started: installation
10+
Configuration: configuration.md
11+
Tutorials: tutorials
12+
Reference: reference
1313

docs/assets/img/logo_small.png

4.07 KB
Loading

docs/installation/quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
4. **Fetch data**
4747
herefore have to run data fetches
4848
5. **Install a Solver**: e.g. [gurobi](https://www.gurobi.com/) [HiGHS](https://highs.dev/) or cplex. The current default configuration uses gurobi.
49-
6. **[Run locally](#local_exec)**
49+
6. **[Run locally](../../Tutorials/running/#local_exec)**
5050

5151

5252
## Testing the installation

mkdocs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ plugins:
5454
paths: ["./workflow/scripts"]
5555
- search
5656
- awesome-nav:
57-
keep_order: true
5857
collapse_single_pages: false
59-
auto_nav: false
60-
ignore_h1_titles: true
6158
nav:
6259
- .nav.yaml
6360

0 commit comments

Comments
 (0)