-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
88 lines (82 loc) · 2.39 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
84
85
86
87
88
site_name: BookOps-Worldcat Documentation
site_description: Documentation of BookOps-Worldcat library
site_url: https://bookops-cat.github.io/bookops-worldcat/
repo_name: bookops-worldcat
repo_url: https://github.com/BookOps-CAT/bookops-worldcat
theme:
name: 'material'
palette:
scheme: NYPL
features:
- content.tabs.link
- content.code.copy
- content.code.annotate
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- navigation.sections
- navigation.expand
nav:
- BookOps-WorldCat:
- Overview: index.md
- How To:
- Get Started: start.md
- Search WorldCat: search.md
- Manage Bibliographic Records: manage_bibs.md
- Manage Institution Holdings: manage_holdings.md
- Search and Manage Local Data: local.md
- Advanced Usage: advanced.md
- About:
- About BookOps: about.md
- Contributing: contributing.md
- Changelog: changelog.md
- API Documentation:
- bookops_worldcat:
- bookops_worldcat.authorize: api/authorize.md
- bookops_worldcat.errors: api/errors.md
- bookops_worldcat.metadata_api: api/metadata_api.md
- bookops_worldcat.query: api/query.md
- bookops_worldcat.utils: api/utils.md
- Tutorials: tutorials.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
pygments_lang_class: true
- pymdownx.extra
- pymdownx.tabbed:
alternate_style: true
- tables
- md_in_html
- attr_list
watch:
- bookops_worldcat
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
options:
show_source: true
separate_signature: true
filters: ["!^_"]
docstring_options:
ignore_init_summary: true
docstring_section_style: spacy
merge_init_into_class: true
show_signature_annotations: true
import:
- https://docs.python.org/3/objects.inv
- mike:
version_selector: true # set to false to leave out the version selector
css_dir: css # the directory to put the version selector's CSS
javascript_dir: js # the directory to put the version selector's JS
canonical_version: null # the version for <link rel="canonical">; `null`
# uses the version specified via `mike deploy`
extra:
version:
provider: mike
extra_css:
- stylesheets/extra.css