https://github.com/kermitt2/grobid
Raw File
Tip revision: ef050f905fd22d3a6f33b88b576d2771d4124e83 authored by Patrice Lopez on 08 August 2017, 13:33:24 UTC
Merge pull request #218 from aoboturov/partial-merge-pr-216
Tip revision: ef050f9
mkdocs.yml
site_name: GROBID Documentation
repo_url: https://github.com/kermitt2/grobid/
repo_name: GitHub
theme: readthedocs
site_description: Documentation for GROBID
docs_dir: doc
include_search: true
pages:
- ['index.md', 'Home']
- ['Introduction.md', 'About', 'Introduction']
- ['References.md', 'About', 'References']
- ['License.md', 'About', 'License']
- ['Install-Grobid.md', 'User manual', 'Install GROBID']
- ['Grobid-service.md', 'User manual', 'GROBID service']
- ['Grobid-batch.md', 'User manual', 'GROBID batch mode']
- ['Troubleshooting.md', 'User manual', 'Troubleshooting and known issues']
- ['Grobid-docker.md', 'User manual', 'GROBID with containers']
- ['Grobid-java-library.md', 'User manual', 'Java library']
- ['TEI-encoding-of-results.md', 'User manual', 'TEI encoding of results']
- ['Coordinates-in-PDF.md', 'User manual', 'Coordinates of structures in the PDF']
- ['Training-the-models-of-Grobid.md', 'User manual', 'Training the GROBID models']
- ['End-to-end-evaluation.md', 'User manual', 'End-to-end evaluation']
- ['Recompiling-and-integrating-CRF-libraries.md', 'Developer notes', 'Recompiling CRF libraries']
back to top