-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
137 lines (130 loc) · 3.35 KB
/
mkdocs.yml
File metadata and controls
137 lines (130 loc) · 3.35 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
site_name: molanalysis
site_description: Short package description.
site_url: https://skethirajan.github.io/molanalysis/
repo_url: https://github.com/skethirajan/molanalysis
repo_name: skethirajan/molanalysis
edit_uri: blob/main/docs/
copyright: Copyright © 2026 Sudheesh Kumar Ethirajan
theme:
name: material
# favicon: assets/logo.png # Add your logo
# logo: assets/logo.png
palette:
primary: orange
scheme: slate
font:
text: Roboto
code: Roboto Mono
icon:
repo: fontawesome/brands/github
features:
- content.action.edit
- content.code.copy
- content.code.select
- content.code.annotate
- content.tabs.link
- content.tooltips
- navigation.footer
- navigation.path
- navigation.tracking
- navigation.sections
- navigation.top
- search.highlight
- search.suggest
- search.share
- header.autohide
- toc.follow
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.snippets:
base_path: ["."]
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- class: mermaid
format: pymdownx.superfences.fence_code_format
name: mermaid
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: auto
height: auto
zoomable: true
draggable: true
auto_caption: false
caption_position: bottom
background: white
shadow: true
manual: false
- mkdocstrings:
default_handler: python
handlers:
python:
inventories:
- https://docs.python.org/3/objects.inv
- https://numpy.org/doc/stable/objects.inv
options:
docstring_style: numpy
docstring_section_style: list
separate_signature: true
merge_init_into_class: true
docstring_options:
ignore_init_summary: true
show_signature_annotations: true
signature_crossrefs: true
show_if_no_docstring: true
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
nav:
- Home: index.md
- Installation Guide 🔧: getting-started/installation.md
- User Guide 🧠:
- Quick Start: getting-started/quickstart.md
- Code Documentation 📖: reference/
- Developer Guide 🤝:
- Contributing: CONTRIBUTING.md
- About 📜:
- Changelog: about/changelog.md
- Contributors: about/contributors.md
- Acknowledgements: about/acknowledgements.md
- License: about/license.md
- Code of Conduct: about/conduct.md
- FAQ: about/faq.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/skethirajan/molanalysis