-
Notifications
You must be signed in to change notification settings - Fork 3
/
pydoc-markdown.yml
46 lines (46 loc) · 1.21 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
loaders:
- type: python
search_path: [
../../src/database_management/,
../../src/face_recog/haar_and_lbph/,
../../src/face_recog/openface/,
../../src/face_recog/,
../../src/web_application/,
../../src/web_application/app/,
../../src/eduVid/question_answering,
../../src/eduVid/handle_presentation(unused)
]
modules:
- base_database
- picture_database
- video_database
- qa_algo_core
processors:
- type: filter
exclude_private: true
documented_only: false
- type: smart
- type: crossref
renderer:
type: mkdocs
output_directory: ..
content_directory_name: 'API documentation'
clean_render: true
pages:
- title: Home
name: README
source: README.md
- title: 'Database management'
contents:
- 'base_database.BaseDatabase.*'
- 'picture_database.PictureDatabase.*'
- 'video_database.VideoDatabase.*'
- title: 'eduVid'
contents:
- 'qa_algo_core.HelperFN.*'
- 'qa_algo_core.SpeechRecog.*'
- 'qa_algo_core.QAAlgo.*'
mkdocs_config:
site_name: big-brother
theme: readthedocs
repo_url: https://github.com/Programmierpraktikum-MVA/big-brother