-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
29 lines (29 loc) · 1.09 KB
/
mkdocs.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
site_name: Dr. Inventor Text Mining Framework Documentation
repo_url: https://github.com/fra82/driframeworkclient
repo_name: GitHub
theme: readthedocs
site_description: Documentation for Dr. Inventor Text Mining Framework
docs_dir: doc
include_search: true
nav:
- Home: 'index.md'
- About:
- 'Introduction': 'Introduction.md'
- 'References': 'References.md'
- 'Version': 'Version.md'
- Architecture:
- 'Overview': 'ArchitectureOverview.md'
- 'Converting PDF to text': 'PDFtoText.md'
- 'Analyzing citations': 'Citation.md'
- 'Identifying the rhetorical role of sentences': 'RhetSentence.md'
- 'Annotating papers by Babelnet': 'BabelnetAnn.md'
- 'Generating Subject-Verb-Object graphs': 'SVOgraph.md'
- 'Summarizing papers': 'Summa.md'
- User manual:
- 'Installation': 'Installation.md'
- 'Initialization': 'Initialize.md'
- 'Import scientific publications': 'ImportDoc.md'
- 'Process scientific publications': 'ProcessDoc.md'
- 'The Scientific Publication Data Model': 'ScuPubDataModel.md'
- 'Store processing results': 'StoreDoc.md'
- 'FAQ': 'FAQ.md'