forked from IvanoLauriola/MKLpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
62 lines (52 loc) · 1.54 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
62
site_name: MKLpy
repo_url: https://github.com/IvanoLauriola/MKLpy
repo_name: "GitHub"
site_description: "Code documenation for MKLpy"
site_author: "Lauriola Ivano"
markdown_extensions:
- admonition
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.arithmatex
- codehilite:
linenums: true
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML
extra_css:
- stylesheets/extra.css
#material journal readthedocs
theme:
name: material
palette:
primary: 'blue'
accent: 'indigo'
titles_only: true
#features:
# - tabs
nav:
- Home: index.md
- About: about.md
#- FAQ: faq.md
- TUTORIALS:
- Get started: examples/examples_loading.md
- Kernels computation: examples/examples_kernels.md
- Evaluating a kernel : examples/examples_evaluation.md
- Efficient generators: examples/examples_generators.md
- Training : examples/examples_training.md
- Model selection : examples/examples_modelselection.md
- API reference:
- Algorithms:
- MKL: API/MKL.md
- AverageMKL: API/AverageMKL.md
- EasyMKL: API/EasyMKL.md
- PWMK: API/PWMK.md
- FHeuristic: API/FHeuristic.md
- CKA: API/CKA.md
- GRAM: API/GRAM.md
- R-MKL: API/RMKL.md
- MEMO: API/MEMO.md
#- Callbacks: API/callbacks.md
- Contributing: developers/contributing.md
- PROJECTS:
- KerNET: projects/proj_kernet.md
#- Extreme Spectrum Machine: examples/proj_esm.md