-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathmkdocs.yml
More file actions
42 lines (42 loc) · 1.17 KB
/
Copy pathmkdocs.yml
File metadata and controls
42 lines (42 loc) · 1.17 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
site_name: StatsCan
theme:
name: material
plugins:
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [src]
inventories:
- https://docs.python.org/3/objects.inv
- https://pandas.pydata.org/docs/objects.inv
- https://numpy.org/doc/stable/objects.inv
options:
docstring_section_style: table
preload_modules:
- typing
- stats_can
members_order: source
docstring_style: numpy
show_root_headings: true
show_symbol_type_heading: true
heading_level: 3
show_source: true
merge_init_into_class: true
show_signature_annotations: true
signature_crossrefs: true
inheritance: true
unwrap_annotated: true
markdown_extensions:
- pymdownx.magiclink # Helps with auto-linking URLs
- pymdownx.betterem # Minor styling improvement
- markdown_include.include:
base_path: .
- admonition
- fenced_code
nav:
- Home: index.md
- API:
- scwds: api/scwds.md
- sc: api/sc.md
- schemas: api/schemas.md