-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
83 lines (75 loc) · 1.81 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
site_name: AFTpy Python Package
site_url: https://bibhuraushan.github.io/aftpy
site_author: Bibhuti Kumar Jha
# Repository
repo_name: bibhuraushan/aftpy
repo_url: https://github.com/bibhuraushan/aftpy
theme:
name: "material"
logo: aftpy_logo.png
palette:
- scheme: default
primary: teal
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: teal
toggle:
icon: material/brightness-4
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.path
- navigation.tracking
- navigation.footer
- navigation.indexes
- toc.follow
- content.code.copy
- content.code.annotate
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/bibhuraushan/aftpy
annotate:
json: [ .s2 ]
plugins:
- mkdocstrings:
handlers:
python:
options:
allow_inspection: false
docstring_style: numpy
docstring_section_style: table
show_source: false
members_order: source
show_symbol_type_toc: true
merge_init_into_class: true
filters:
- "!^_"
- "!^__"
nav:
- Home: index.md
- AFT:
- aft/index.md
- About: aft/about.md
- AFTpy:
- aftpy/index.md
- AFTMap: aftpy/aftmap.md
- AFTmaps: aftpy/aftmaps.md
- GetAFTData: aftpy/getaftdata.md
- Getting Started:
- How to install: install.md
- Example Codes : example.md
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
copyright: Copyright © 2023 Bibhuti Kumar Jha