-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yaml
54 lines (48 loc) · 1.56 KB
/
mkdocs.yaml
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
site_name: "Liquids Reflectometer"
repo_name: "LiquidsReflectometer"
repo_url: "https://github.com/neutrons/LiquidsReflectometer"
theme:
name: "readthedocs"
docs_dir: docs/
# logo: ""
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [reduction/lr_reduction]
import:
- https://docs.python.org/3/objects.inv
- https://mkdocstrings.github.io/objects.inv
- https://mkdocstrings.github.io/griffe/objects.inv
options:
# See: https://mkdocstrings.github.io/usage/handlers/?h=docstring_style#selection-options
docstring_style: numpy
docstring_options:
docstring_section_style: table
ignore_init_summary: yes
merge_init_into_class: yes
# separate_signature: yes
show_signature: no
show_source: no
show_root_full_path: no
show_root_toc_entry: False
filters:
- "!^_[^_]"
# - '^_[^_]'
extra:
social:
- icon: "fontawesome/solid/house"
link: "https://neutrons.ornl.gov"
- icon: "fontawesome/brands/github-alt"
link: "https://github.com/neutrons/LiquidsReflectometer"
markdown_extensions:
- pymdownx.arithmatex:
generic: true
extra_javascript:
- katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
extra_css:
- https://unpkg.com/katex@0/dist/katex.min.css
# copyright: "Copyright © 2020 - 2023 [Glass](glass-ships.com)"