This directory contains the documentation for GeoBench, a tool for benchmarking geospatial software and processing workflows.
The documentation is built using MkDocs with the ReadTheDocs theme.
To build the documentation locally, you'll need:
pip install mkdocs mkdocs-material pymdown-extensionsTo start a development server and preview the documentation:
cd geobench-docs
mkdocs serveThis will start a local server at http://127.0.0.1:8000/ where you can preview the documentation as you edit it.
To build the static site:
cd geobench-docs
mkdocs buildThis will create a site directory containing the HTML files.
docs/index.md: Home pagedocs/installation.md: Installation instructionsdocs/getting-started.md: Quick start guidedocs/creating-scenarios.md: How to create benchmark scenariosdocs/execution-types.md: Different modes of executiondocs/configuration-options.md: Available settings and optionsdocs/analyzing-results.md: Understanding benchmark outputs
- Fork the repository
- Make your changes to the documentation
- Submit a pull request
Please ensure your documentation changes are clear, concise, and accurate.
The documentation is automatically built and deployed to ReadTheDocs when changes are pushed to the repository.