-
Notifications
You must be signed in to change notification settings - Fork 1
/
pydoc-markdown.yml
86 lines (83 loc) · 2.36 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
#@ def base_url():
#@ if env.READTHEDOCS:
#@ return "https://pycertifspec.readthedocs.io/en/" + env.READTHEDOCS_VERSION + "/"
#@ else:
#@ return None
#@ end
loaders:
- type: python
processors:
- type: filter
- type: smart
- type: crossref
renderer:
type: hugo
markdown:
source_linker:
type: github
repo: SEBv15/pycertifspec
config:
baseURL: #@ base_url()
title: pycertifspec
theme: {clone_url: "https://github.com/alex-shpak/hugo-book.git"}
# 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: '..'
- title: Getting Started
source: 'docs/getting-started.md'
preamble:
weight: 2
- title: API Documentation
preamble:
weight: 3
children:
- title: Client
contents:
- pycertifspec.Client.Client.*
preamble:
weight: 1
- title: Motor
contents:
- pycertifspec.Motor.Motor.*
preamble:
weight: 1
- title: Variables
contents:
- pycertifspec.Var.Var.*
- pycertifspec.ArrayVar.ArrayVar.*
preamble:
weight: 1
- title: SpecSocket
contents:
- pycertifspec.SpecSocket.*
preamble:
weight: 1
- title: bluesky
children:
- title: Motor
contents:
- pycertifspec.bluesky.Motor.Motor
- pycertifspec.bluesky.Motor.Motor.__init__
- pycertifspec.bluesky.Motor.Motor.configure
- title: Counter
contents:
- pycertifspec.bluesky.Counter.Counter.*
- title: CommandDetector
contents:
- pycertifspec.bluesky.CommandDetector.CommandDetector
- pycertifspec.bluesky.CommandDetector.CommandDetector.__init__
- pycertifspec.bluesky.CommandDetector.CommandDetector.configure
preamble:
weight: 9
- title: constants
contents:
- pycertifspec.EventTypes.EventTypes.*
- pycertifspec.DataTypes.DataTypes.*
- pycertifspec.Flags.Flags.*
preamble:
weight: 10