Start documentation

This commit is contained in:
Andras Schmelczer 2022-07-08 20:29:22 +02:00
parent c06862ab76
commit 46ffe7a70e
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
6 changed files with 241 additions and 16 deletions

View file

@ -1,37 +0,0 @@
site_name: GreatAI documentation
repo_url: https://github.com/schmelczer/great-ai
edit_uri: edit/main/docs/
theme:
name: "material"
custom_dir: docs/overrides
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- git-revision-date-localized:
- mkdocstrings
- search
- mkdocs-jupyter:
include_source: true
# allow_errors: false
# execute: false
# execute_ignore: "my-secret-files/*.ipynb"
# theme: dark
nav:
- Home: index.md
- tutorials.md
- How-To Guides: how-to-guides.md
- reference.md
- explanation.md
- Notebook page: simple-mag/train.ipynb