Skip to content

Commit 7a934e5

Browse files
committed
Added snippet. Fixes #31
1 parent 6264ad5 commit 7a934e5

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

docs/index.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# meorg_client
2-
3-
The meorg_client (hereafter referred to as the Client) is a piece of software positioned between the [benchcab](https://github.com/CABLE-LSM/benchcab) testing framework and the [ModelEvaluation.org](https://modelevaluation.org) model evaluation service. The Client replaces the formerly manual process of uploading model output from benchcab to ModelEvaluation.org through the use of a Python library and command-line interface (CLI).
1+
--8<-- "README.md"

mkdocs.yml

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,24 @@
11
site_name: meorg_client
22

3-
theme: material
3+
theme:
4+
name: material
5+
palette:
6+
- scheme: light
7+
primary: blue
8+
accent: deep orange
9+
toggle:
10+
icon: material/toggle-switch-off-outline
11+
name: Switch to dark mode
12+
- scheme: slate
13+
primary: blue
14+
accent: deep orange
15+
toggle:
16+
icon: material/toggle-switch
17+
name: Switch to light mode
418

519
plugins:
6-
- search
7-
- mkdocstrings
20+
- search
21+
- mkdocstrings
22+
23+
markdown_extensions:
24+
- pymdownx.snippets

0 commit comments

Comments
 (0)