-
Notifications
You must be signed in to change notification settings - Fork 18
/
pydoc-markdown.yml
59 lines (59 loc) · 1.64 KB
/
pydoc-markdown.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
loaders:
- type: python
processors:
- type: filter
- type: smart
- type: crossref
renderer:
type: hugo
config:
title: Knackpy
theme: {clone_url: "https://github.com/alex-shpak/hugo-book.git"}
# theme: {clone_url: "https://github.com/JugglerX/hugo-whisper-theme.git"}
baseURL: "https://cityofaustin.github.io/knackpy/"
# The "book" theme only renders pages in "content/docs" into the nav.
content_directory: content/docs
default_preamble: {menu: main}
pages:
- title: Home
name: index
source: README.md
directory: '..' # Put it directly into the content directory.
- title: User Guide
weight: 20
name: user-guide
source: docs/user_guide.md
- title: Developer Guide
weight: 20
name: developer-guide
source: docs/developer_guide.md
- title: API Reference
weight: 50
source: docs/api.md
children:
- title: App
contents:
- knackpy.app.App
- knackpy.app.App.get
- knackpy.app.App.to_csv
- knackpy.app.App.info
- knackpy.app.App.download
- knackpy.app.App.upload
- knackpy.app.App.record
- title: Record
contents:
- knackpy.record.Record
- knackpy.record.Record.__init__
- knackpy.record.Record.__getitem__
- knackpy.record.Record.__setitem__
- knackpy.record.Record.format
- title: Fields
contents:
- knackpy.fields.Field
- knackpy.fields.FieldDef
- title: API
contents:
- knackpy.api.get
- knackpy.api.get_metadata
- knackpy.api.record
- knackpy.api.upload