-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpydoc-markdown.yml
148 lines (117 loc) · 3.18 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
loaders:
- type: python
search_path: [yfs]
processors:
- type: filter
- type: google
- type: crossref
renderer:
type: mkdocs
markdown:
signature_with_decorators: False
signature_in_header: False
signature_with_def: True
descriptive_class_title: False
descriptive_module_title: True
add_method_class_prefix: False
add_member_class_prefix: False
classdef_code_block: False
classdef_render_init_signature_if_needed: True
signature_code_block: True
render_module_header: False
insert_header_anchors: True
code_lang: True
html_headers: False
code_headers: True
docstrings_as_blockquote: True
output_directory: "docs"
site_name: YFS
clean_render: True
pages:
- title: Home
name: index
source: README.md
- title: Changelog
name: changelog
source: CHANGELOG.md
- title: Examples
name: examples
children:
- title: "Fuzzy Search Examples"
source: ./docs/markdown/lookup_examples.md
- title: "Statistics Page Examples"
source: ./docs/markdown/statistics_examples.md
- title: "Summary Page Examples"
source: ./docs/markdown/summary_examples.md
- title: "Extra Watchlist Example"
source: ./docs/markdown/watchlist_example.md
- title: API Documentation
name: api
children:
- title: "Asset Types Module"
contents:
- asset_types.*
- title: "Cleaner Module"
contents:
- cleaner.*
- title: "Exchanges Module"
contents:
- exchanges.*
- title: "Lookup Module"
contents:
- lookup.*
- title: "Options Module"
contents:
- options.*
- title: "Paths Module"
contents:
- paths.*
- title: "Quote Module"
contents:
- quote.*
- title: "Requestor Module"
contents:
- requestor.*
- title: "Statistics Module"
contents:
- statistics.*
- title: "Summary Module"
contents:
- summary.*
mkdocs_config:
repo_url: https://github.com/dgnsrekt/yfs
theme:
name: material
palette:
primary: deep purple
accent: indigo
scheme: slate
icon:
repo: fontawesome/brands/github-alt
custom_dir: overrides
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- admonition
- attr_list
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.betterem:
smart_enable: all
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/dgnsrekt
name: dgnsrekt on twitter
- icon: fontawesome/brands/github
link: https://github.com/dgnsrekt
name: dgnsrekt on twitter
- icon: fontawesome/brands/telegram
link: https://t.me/dgnsrekt
name: dgnsrekt on twitter
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]