-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
56 lines (48 loc) · 1.52 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
site_name: dynFC
theme:
name: "material"
icon:
repo: fontawesome/brands/github
logo: https://github.com/CoDe-Neuro/dynfc/blob/main/dynFC_logo.png?raw=true
favicon: https://github.com/CoDe-Neuro/dynfc/blob/main/dynFC_logo.png?raw=true
palette:
primary: cyan
repo_url: https://github.com/CoDe-Neuro/dynfc
repo_name: CoDe-Neuro/dynfc
plugins:
- search
- mkdocstrings
markdown_extensions:
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/config.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: index.md
- Installation: installation.md
- Correlation Methods:
- cofluct: cofluct-reference.md
- cc: cc-reference.md
- corr_slide: corr_slide-reference.md
- Signal Filtering:
- butter_design: butter_design-reference.md
- butter_bandpass_filter: butter_bandpass_filter-reference.md
- Phase-Locking:
- doHilbert: doHilbert-reference.md
- doKuramoto: doKuramoto-reference.md
- dPL: dPL-reference.md
- phDiff: phDiff-reference.md
- doEuclid: doEuclid-reference.md
- run_multiPatKOP: run_multiPatKOP-reference.md
- run_multiPatLEiDA: run_multiPatLEiDA-reference.md
- get_LEiDA: get_LEiDA-reference.md
- getEntropy: getEntropy-reference.md
- License: license.md
copyright: Copyright © 2021 Lucas G. S. França and Dafnis Batallé
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/CoDe-Neuro
name: CoDe-Neuro on GitHub