-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
38 lines (32 loc) · 931 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
37
38
site_name: MSA (Multi-perturbation Shapley value Analysis)
repo_url: https://github.com/kuffmode/msa
site_description: A compact and general-purpose Python package for Multiperturbation Shapley value Analysis (MSA).
site_author: Kayson Fakhar
copyright: MIT License Copyright (c) 2021 <a href="https://kaysonfakhar.com/">Kayson</a>
theme:
name: material
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition # alerts
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
use_directory_urls: false
plugins:
- search
- mkdocs-jupyter
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: true
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/kuffmode
- icon: fontawesome/brands/twitter
link: https://twitter.com/kaysonfakhar