-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
48 lines (46 loc) · 1.08 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
site_name: Od-Metrics
theme:
name: "material"
palette:
scheme: slate
primary: amber
logo: assets/images/logo_small.svg
favicon: assets/images/logo_small_orange.svg
features:
- content.code.copy
- content.code.select
- navigation.sections
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
plugins:
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
- search
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- mdx_math
- toc:
toc_depth: 3
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
extra_css:
- assets/stylesheets/custom.css
repo_name: OD-Metrics
repo_url: https://github.com/EMalagoli92/OD-metrics
nav:
- Get Started: index.md
- Usage: usage.md
- API Reference: api_reference.md