-
Notifications
You must be signed in to change notification settings - Fork 4
/
pydoc-markdown.yml
54 lines (53 loc) · 1.22 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
loaders:
- type: python
processors:
- type: filter
- type: smart
- type: crossref
renderer:
type: mkdocs
output_directory: docs/build/
markdown:
data_code_block: true
data_expression_maxlength: 88
signature_with_def: true
source_linker:
type: github
repo: thepetabyteproject/burstfit
pages:
- title: Home
name: index
source: README.md
- title: bustfit
contents:
- "burstfit.fit.*"
- title: burstfit.io
contents:
- "burstfit.io.*"
- title: burstfit.data
contents:
- "burstfit.data.*"
- title: burstfit.model
contents:
- "burstfit.model.*"
- title: burstfit.mcmc
contents:
- "burstfit.mcmc.*"
- title: burstfit.curvefit
contents:
- "burstfit.curvefit.*"
- title: burstfit.utils.astro
contents:
- "burstfit.utils.astro.*"
- title: burstfit.utils.functions
contents:
- "burstfit.utils.functions.*"
- title: burstfit.utils.math
contents:
- "burstfit.utils.math.*"
- title: burstfit.utils.misc
contents:
- "burstfit.utils.misc.*"
- title: burstfit.utils.plotter
contents:
- "burstfit.utils.plotter.*"