-
Notifications
You must be signed in to change notification settings - Fork 13
/
pydoc-markdown.yml
100 lines (82 loc) · 2.17 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
loaders:
- type: python
search_path: [nitter_scraper]
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: True
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
# source_linker:
# type: github
# repo: dgnsrekt/nitter_scraper/nitter_scraper
output_directory: "docs"
site_name: nitter_scraper
clean_render: True
pages:
- title: Getting Started
name: index
source: README.md
- title: Examples
name: examples
source: examples/EXAMPLES.md
- title: API Documentation
name: api
children:
- title: "Schema Module"
contents:
- schema.*
- title: "Tweets Module"
contents:
- tweets.*
- title: "Nitter Module"
contents:
- nitter.*
- title: "Profile Module"
contents:
- profile.*
- title: "Paths Module"
contents:
- paths.*
mkdocs_config:
repo_url: https://github.com/dgnsrekt/nitter_scraper
theme:
name: material
palette:
primary: black
accent: indigo
scheme: slate
icon:
repo: fontawesome/brands/github-alt
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
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:dgnsrekt@pm.me