-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathmkdocs.yml
55 lines (47 loc) · 1.35 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
site_name: LFADS Run Manager
site_description: Documentation of LFADS Run Manager for Matlab
site_author: Daniel J. O'Shea
repo_name: 'lfads/lfads-run-manager'
repo_url: 'https://github.com/lfads/lfads-run-manager'
strict: true
theme:
name: material
custom_dir: docs/theme/
feature:
tabs: true
palette:
primary: 'red'
accent: 'red'
extra:
social:
- type: 'github'
link: 'https://github.com/lfads'
- type: 'twitter'
link: 'https://twitter.com/djoshea'
markdown_extensions:
- admonition
- codehilite
- markdown.extensions.def_list
- pymdownx.inlinehilite
- pymdownx.superfences
- smarty
- toc:
permalink: true
nav:
- LFADS Run Manager:
- Overview: index.md
- Installation: install.md
- Matlab Classes and Packages: matlab.md
- Key Concepts: concepts.md
- Interfacing with your Datasets : interfacing.md
- Training LFADS:
- Setting up a single-session run: single-session.md
- Running LFADS: running.md
- Hyperparameters: hyperparameters.md
- Multisession Stitched Models: multisession.md
- Analyzing LFADS:
- Analyzing LFADS Posterior Means: analysis.md
- Loading the Model Trained Parameters: trained-params.md
- More details:
- File Organization: files.md
copyright: 'Copyright © 2017 — <a href="http://djoshea.com">Daniel J. O'Shea</a>'