-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmkdocs.yml
52 lines (45 loc) · 1.36 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
site_name: colearn
site_url: https://docs.fetch.ai/
site_description: Everything you need to know about Collective Learning.
repo_url: https://github.com/fetchai/colearn/
site_author: [email protected]
theme:
name: 'material'
feature:
tabs: true
strict: true
nav:
- Colearn: 'index.md'
- Collective Learning Protocol: 'about.md'
- Getting Started:
- Installation: 'installation.md'
- Keras: 'intro_tutorial_keras.md'
- PyTorch: 'intro_tutorial_pytorch.md'
- The MachineLearningInterface: 'intro_tutorial_mli.md'
- Differential Privacy: 'differential_privacy.md'
- gRPC server: 'grpc_tutorial.md'
- Examples:
- Demo: 'demo.md'
- Standalone examples: 'examples.md'
- gRPC example: 'grpc_examples.md'
extra_css:
- css/my-styles.css
plugins:
- search
- macros # use variables, e.g. {{ repo_root }}
markdown_extensions:
- toc: # table of contents
permalink: true
- markdown_include.include:
base_path: docs
- admonition # provides notes, syntax is !!!\n\tnote
- codehilite # code highlighting
- extra
- pymdownx.superfences: # "fenced" code blocks
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format ''
- pymdownx.tabbed # provides tabs
extra:
repo_root: https://github.com/fetchai/colearn/tree/master/