This directory contains the documentation for DataFusion Distributed, built using Sphinx.
Install the required dependencies:
pip install -r requirements.txtmake htmlThe generated documentation will be available in build/html/index.html.
make cleansource/- Documentation source files (reStructuredText and Markdown)user-guide/- User-facing documentationarchitecture/- Architecture documentationcontributor-guide/- Contributor documentation_static/- Static files (images, CSS, etc.)_templates/- Custom templates
When adding new documentation:
- Create new
.mdor.rstfiles in the appropriate subdirectory - Add references to new files in the relevant
index.rstorindex.md - Build and preview your changes locally
- Ensure all links and references work correctly