This repository was archived by the owner on Mar 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpydocmd.yml
58 lines (54 loc) · 1.46 KB
/
pydocmd.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
site_name: "" # Irrelevant to us.
generate:
- applications.md:
- bocadillo.applications:
- bocadillo.applications.App+
- config.md:
- bocadillo.config:
- bocadillo.config.LazySettings+
- compat.md:
- bocadillo.compat+
- error_handlers.md:
- bocadillo.error_handlers+
- errors.md:
- bocadillo.errors++
- hooks.md:
- bocadillo.hooks:
- bocadillo.hooks.before
- bocadillo.hooks.after
- middleware.md:
- bocadillo.middleware:
- bocadillo.middleware.Middleware+
- bocadillo.middleware.ExceptionMiddleware
- bocadillo.middleware.ServerErrorMiddleware
- bocadillo.middleware.RequestResponseMiddleware
- plugins.md:
- bocadillo.plugins+
- routing.md:
- bocadillo.routing++
- request.md:
- bocadillo.request:
- bocadillo.request.Request+
- response.md:
- bocadillo.response:
- bocadillo.response.Response+
- staticfiles.md:
- bocadillo.staticfiles+
- sse.md:
- bocadillo.sse+
- templates.md:
- bocadillo.templates:
- bocadillo.templates.Templates+
- testing.md:
- bocadillo.testing+
- utils.md:
- bocadillo.utils+
- views.md:
- bocadillo.views++
- websockets.md:
- bocadillo.websockets++
# Required by Pydoc-Markdown, but irrelevant to us.
pages: []
gens_dir: ./docs/api
# Render headers are Markdown tags rather than HTML <hX>
headers: markdown