-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
43 lines (40 loc) · 958 Bytes
/
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
site_name: PyPUMS
theme: readthedocs
nav:
- PyPUMS: index.md
- User guide:
- Installation: user-guide/installation.md
- Usage: user-guide/usage.md
- API reference:
- Surveys (ACS): reference/surveys.md
- CLI: reference/cli.md
- About:
- Authors: about/authors.md
- Contributing: about/contributing.md
- Changelog: about/history.md
plugins:
- search
- autorefs
- mkdocstrings:
default_handler: python
handlers:
python:
rendering:
show_source: false
show_root_heading: true
markdown_extensions:
- smarty
- toc:
permalink: True
- sane_lists
- admonition
- codehilite
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format ''
- pymdownx.tabbed:
alternate_style: true
- mdx_include
- mkdocs-typer