-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathmkdocs.yml
78 lines (72 loc) · 1.87 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
site_name: depthcharge
repo_url: https://github.com/wfondrie/depthcharge
nav:
- Getting Started:
- Introduction: "index.md"
- Installation: "getting-started/installation.md"
- Modeling Mass Spectra: "getting-started/spectra.md"
- API:
- Overview: "api/index.md"
- Tokenizers: "api/tokenizers.md"
- Datasets: "api/datasets.md"
- Encoders: "api/encoders.md"
- Transformers: "api/transformers.md"
- Primitives: "api/primitives.md"
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of Conduct: CODE_OF_CONDUCT.md
theme:
name: material
features:
- navigation.tabs
- navigation.footer
- content.code.copy
logo: static/icon.svg
favicon: static/icon.svg
font:
text: Fira Code
code: Fira Code
palette:
scheme: depthcharge
extra_css:
- stylesheets/extra.css
plugins:
- mkquartodocs
- mkdocstrings:
default_handler: python
handlers:
python:
options:
docstring_style: numpy
show_root_heading: true
show_root_full_path: false
heading_level: 2
docstring_section_style: spacy
show_source: false
merge_init_into_class: true
group_by_category: true
show_category_heading: true
docstring_options:
ignore_init_summary: true
trim_doctest_flags: true
inherited_members: true
members:
filters: ["!^_", "!^__"]
markdown_extensions:
- attr_list
#- smarty
- footnotes
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- tables
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/wfondrie
version:
provider: mike