-
Notifications
You must be signed in to change notification settings - Fork 24
/
mkdocs.yml
43 lines (37 loc) · 1.04 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
site_name: Neuropixel Utilities
site_description: Documentation for neuropixel-utils
site_author: Daniel J. O'Shea
repo_name: 'djoshea/neuropixel-utils'
repo_url: 'https://github.com/djoshea/neuropixel-utils'
theme:
icon:
logo: fontawesome/solid/brain
name: material
feature:
- navigation.tabs: false
palette:
primary: 'blue'
accent: 'blue'
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/djoshea
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/djoshea'
markdown_extensions:
- admonition
- codehilite
- markdown.extensions.def_list
- pymdownx.inlinehilite
- pymdownx.superfences
- smarty
- toc:
permalink: true
nav:
- Overview: index.md
- Neuropixel.ImecDataset: imec_dataset.md
- Running Kilosort: kilosort.md
- Analysis of Kilosort Results: analysis.md
- Extracting Waveforms: waveforms.md
- Acknowledgements and Support: acknowledgements.md
copyright: 'Copyright © 2020 — <a href="http://djoshea.com">Daniel J. O'Shea</a>'