Minor docs fixes
This commit is contained in:
parent
0dd5b6e8f4
commit
adcd300fa4
5 changed files with 29 additions and 28 deletions
50
mkdocs.yaml
50
mkdocs.yaml
|
|
@ -6,7 +6,7 @@ repo_url: https://github.com/schmelczer/great-ai
|
|||
repo_name: schmelczer/great-ai
|
||||
edit_uri: edit/main/docs/
|
||||
|
||||
copyright: GNU General Public License v3
|
||||
copyright: GNU General Public License v3
|
||||
|
||||
extra:
|
||||
generator: false
|
||||
|
|
@ -22,7 +22,7 @@ extra:
|
|||
name: great-ai on DockerHub
|
||||
- icon: fontawesome/brands/python
|
||||
link: https://pypi.org/project/great-ai
|
||||
name: great-ai on PyPI
|
||||
name: great-ai on PyPI
|
||||
|
||||
theme:
|
||||
name: "material"
|
||||
|
|
@ -48,8 +48,8 @@ theme:
|
|||
name: Switch to light mode
|
||||
|
||||
watch:
|
||||
- docs
|
||||
- mkdocs.yaml
|
||||
- docs
|
||||
- mkdocs.yaml
|
||||
|
||||
plugins:
|
||||
- git-revision-date-localized:
|
||||
|
|
@ -89,27 +89,27 @@ markdown_extensions:
|
|||
|
||||
nav:
|
||||
- Overview: index.md
|
||||
- Tutorial:
|
||||
- Tutorial overview: tutorial/index.md
|
||||
- tutorial/train.ipynb
|
||||
- tutorial/deploy.ipynb
|
||||
- Tutorial:
|
||||
- Tutorial overview: tutorial/index.md
|
||||
- tutorial/train.ipynb
|
||||
- tutorial/deploy.ipynb
|
||||
- User Guides:
|
||||
- how-to-guides/install.md
|
||||
- how-to-guides/create-service.md
|
||||
- how-to-guides/configure-service.md
|
||||
- how-to-guides/use-service.md
|
||||
- how-to-guides/handle-training-data.md
|
||||
- how-to-guides/large_file.md
|
||||
- how-to-guides/call-remote.md
|
||||
- how-to-guides/install.md
|
||||
- how-to-guides/create-service.md
|
||||
- how-to-guides/configure-service.md
|
||||
- how-to-guides/use-service.md
|
||||
- how-to-guides/handle-training-data.md
|
||||
- how-to-guides/large-file.md
|
||||
- how-to-guides/call-remote.md
|
||||
- Reference:
|
||||
- reference/index.md
|
||||
- reference/utilities.md
|
||||
- reference/large-file.md
|
||||
- reference/views.md
|
||||
- Examples:
|
||||
- Explainable Naive Bayes:
|
||||
- examples/simple/data.ipynb
|
||||
- examples/simple/train.ipynb
|
||||
- examples/simple/deploy.ipynb
|
||||
- Explainable SciBERT: examples/scibert.md
|
||||
- reference/index.md
|
||||
- reference/utilities.md
|
||||
- reference/large-file.md
|
||||
- reference/views.md
|
||||
- Examples:
|
||||
- Explainable Naive Bayes:
|
||||
- examples/simple/data.ipynb
|
||||
- examples/simple/train.ipynb
|
||||
- examples/simple/deploy.ipynb
|
||||
- Explainable SciBERT: examples/scibert.md
|
||||
- explanation.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue