forked from kermitt2/grobid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (37 loc) · 1.42 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
30
31
32
33
34
35
36
37
site_name: GROBID Documentation
repo_url: https://github.com/kermitt2/grobid/
repo_name: GitHub
theme: readthedocs
site_description: Documentation for GROBID
docs_dir: doc
plugins:
- search
theme:
name: mkdocs
pages:
- Home: 'index.md'
- About:
- 'Introduction': 'Introduction.md'
- 'References': 'References.md'
- 'Licence': 'License.md'
- User manual:
- 'Install GROBID': 'Install-Grobid.md'
- 'GROBID service': 'Grobid-service.md'
- 'GROBID batch mode': 'Grobid-batch.md'
- 'Troubleshooting and known issues': 'Troubleshooting.md'
- 'GROBID with containers': 'Grobid-docker.md'
- 'Java library': 'Grobid-java-library.md'
- 'TEI encoding of results': 'TEI-encoding-of-results.md'
- 'Coordinates of structures in the PDF': 'Coordinates-in-PDF.md'
- 'Training the GROBID models': 'Training-the-models-of-Grobid.md'
- 'End-to-end evaluation': 'End-to-end-evaluation.md'
- 'Benchmarking': 'Benchmarking.md'
- Annotation guidelines:
- 'General principles': 'training/General-principles.md'
- 'Segmentation model': 'training/segmentation.md'
- 'Fulltext model': 'training/fulltext.md'
- 'Bibliographical references': 'training/Bibliographical-references.md'
- 'Affiliation-address model': 'training/affiliation-address.md'
- 'Date model': 'training/date.md'
- Developer notes:
- 'Recompiling CRF libraries': 'Recompiling-and-integrating-CRF-libraries.md'