-
Notifications
You must be signed in to change notification settings - Fork 8
/
mkdocs.yml
61 lines (53 loc) · 1.46 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
53
54
55
56
57
58
59
60
61
site_name: echoes
extra_css:
- custom.css
repo_url: https://github.com/fabridamicelli/echoes
site_url: https://fabridamicelli.github.io/echoes/
site_description: Pythonic Echo State Networks
site_author: Fabrizio Damicelli
nav:
- Home: index.md
- What are Echo State Networks?: tutorial/index.md
- Examples:
- ESNRegressor (sin-cos): examples/plot_regressor_sincos/index.md
- ESNGenerator (Mackey-Glass): examples/plot_generator_mackeyglass17/index.md
- Plot Reservoir Activity: examples/plot_reservoir_activity/index.md
- API:
- ESNRegressor: api/ESNRegressor.md
- ESNGenerator: api/ESNGenerator.md
- plotting: api/plotting.md
- utils: api/utils.md
theme:
name: material
custom_dir: theme/
feature:
tabs: true
palette:
primary: indigo
accent: orange
font:
text: Roboto
code: Roboto Mono
markdown_extensions:
- toc:
permalink: true
- codehilite
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: true
watch:
- echoes
copyright: Copyright © 2020 Maintained by <a href="https://twitter.com/fabridamicelli">Fabrizio</a>.
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/fabridamicelli
- icon: fontawesome/brands/twitter
link: https://twitter.com/fabridamicelli
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/fabridamicelli