-
Notifications
You must be signed in to change notification settings - Fork 453
/
mkdocs.yml
50 lines (50 loc) · 2.02 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
38
39
40
41
42
43
44
45
46
47
48
49
50
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: readthedocs
nav:
- Home: 'index.md'
- About:
- 'Introduction': 'Introduction.md'
- 'How GROBID works': 'Principles.md'
- 'References': 'References.md'
- 'Licence': 'License.md'
- User manual:
- 'Run GROBID': 'Run-Grobid.md'
- 'GROBID service': 'Grobid-service.md'
- 'Build GROBID from source': 'Install-Grobid.md'
- 'GROBID with containers': 'Grobid-docker.md'
- 'GROBID batch mode': 'Grobid-batch.md'
- 'GROBID configuration': 'Configuration.md'
- 'Troubleshooting and known issues': 'Troubleshooting.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'
- 'Adding a consolidation service': 'Consolidation.md'
- 'Training the GROBID models': 'Training-the-models-of-Grobid.md'
- 'End-to-end evaluation': 'End-to-end-evaluation.md'
- 'Frequently asked Questions': 'Frequently-asked-questions.md'
- Benchmarking:
- 'Description': 'Benchmarking.md'
- 'PubMed Central': 'Benchmarking-pmc.md'
- 'bioRxiv': 'Benchmarking-biorxiv.md'
- 'PLOS': 'Benchmarking-plos.md'
- 'eLife': 'Benchmarking-elife.md'
- Annotation guidelines:
- 'General principles': 'training/General-principles.md'
- 'Segmentation model': 'training/segmentation.md'
- 'Fulltext model': 'training/fulltext.md'
- 'Header model': 'training/header.md'
- 'Bibliographical references': 'training/Bibliographical-references.md'
- 'Affiliation-address model': 'training/affiliation-address.md'
- 'Date model': 'training/date.md'
- Developer notes:
- 'Notes for the Grobid Developers': 'Notes-grobid-developers.md'
- 'Deep Learning models': 'Deep-Learning-models.md'
- 'Recompiling CRF libraries': 'Recompiling-and-integrating-CRF-libraries.md'