forked from NiklasRosenstein/python-github-bot-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpydoc-markdown.yml
More file actions
38 lines (38 loc) · 1.35 KB
/
pydoc-markdown.yml
File metadata and controls
38 lines (38 loc) · 1.35 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
loaders:
- type: python
processors:
- type: filter
- type: smart
- type: crossref
renderer:
type: mkdocs
pages:
- title: Home
name: index
source: README.md
- title: API Documentation
children:
- title: github_bot_api.app
contents: [ github_bot_api.app, github_bot_api.app.* ]
- title: github_bot_api.event
contents: [ github_bot_api.event, github_bot_api.event.* ]
- title: github_bot_api.flask
contents: [ github_bot_api.flask, github_bot_api.flask.* ]
- title: github_bot_api.signature
contents: [ github_bot_api.signature, github_bot_api.signature.* ]
- title: github_bot_api.token
contents: [ github_bot_api.token, github_bot_api.token.* ]
- title: github_bot_api.utils.mime
contents: [ github_bot_api.utils.mime, github_bot_api.utils.mime.* ]
- title: github_bot_api.utils.types
contents: [ github_bot_api.utils.types, github_bot_api.utils.types.* ]
- title: github_bot_api.webhook
contents: [ github_bot_api.webhook, github_bot_api.webhook.* ]
markdown:
source_linker:
type: github
repo: NiklasRosenstein/python-github-bot-api
mkdocs_config:
site_name: python-github-bot-api
theme: readthedocs
repo_url: https://github.com/NiklasRosenstein/python-github-bot-api