-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
36 lines (36 loc) · 913 Bytes
/
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
site_name: PlotLib
site_url: 'http://plot.zefiros.eu'
repo_url: null
site_description: A C++ plotting library
theme: united
copyright: Copyright © 2017 Zefiros Software.
google_analytics: null
theme_dir: docs/style
pages:
- index.md
- Statistic:
- Auto Correlation: stat/autocorrelation.md
- Cross Correlation: stat/crosscorrelation.md
- Misc:
- misc/misc.md
- Angle Spectrum: misc/anglespectrum.md
- Annotate: misc/annotate.md
- Arrow: misc/arrow.md
- Properties:
- Line2d: properties/line2d.md
- Patch: properties/patch.md
extra_css:
- style/docs.css
extra_javascript:
- style/mathjax-loader.js
- >-
https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- toc:
permalink: true
separator: _
- admonition
- sane_lists
- pymdownx.arithmatex
- pymdownx.magiclink
- markdown_checklist.extension