forked from juftin/camply
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
83 lines (82 loc) · 2.45 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
# schema: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: camply
theme:
favicon: _static/camply.png
logo: _static/camply.png
name: material
features:
- navigation.tracking
- content.code.annotate
- content.code.copy
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
accent: purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/weather-night
name: Switch to light mode
repo_url: https://github.com/juftin/camply
repo_name: camply
edit_uri: blob/main/docs/
site_author: juftin
remote_branch: gh-pages
copyright: Copyright © 2020 Justin Flannery
extra_css: [extra.css]
nav:
- camply ⛺: index.md
- Installation ☀️: installation.md
- Providers 🏕: providers.md
- Usage 📝: command_line_usage.md
- How To Run Camply 🏃: how_to_run.md
- Finding Campsites on Recreation.gov 🌲: recreationdotgov.md
- Object Oriented Usage 🐍: python.md
- Command Line Interface ⌨️: cli.md
- API Documentation 🤖: reference/
- Dependencies ♻️: dependencies.md
- Contributing 🤝: contributing.md
- GitHub 🛠: https://github.com/juftin/camply
- Changelog 📝: https://github.com/juftin/camply/releases
extra:
generator: false
markdown_extensions:
- toc:
permalink: "#"
- pymdownx.snippets:
- pymdownx.magiclink:
- attr_list:
- mkdocs-click:
- md_in_html:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite:
- pymdownx.superfences:
- markdown.extensions.attr_list:
- pymdownx.keys:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
- admonition:
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index:
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://numpy.org/doc/stable/objects.inv
- https://pandas.pydata.org/docs/objects.inv
options:
docstring_style: numpy