This template provides a standardized structure and starting point for backend documentation. It is intended to provide a uniform experience for users while allowing for backends to customize their documentation as needed.
The template includes the following files:
backend-overview.md - Main backend overview and introductionbackend-quantization.md - Quantization support and API documentationbackend-partitioner.md - Partitioner API referenceop-support.csv - Operator support data in CSV formatbackend-troubleshooting.md - Common issues and troubleshooting guidebackend-op-support.rst - Operator support documentation (RST format)backend-arch-internals.md - Architecture and internals documentationtutorials/backend-tutorials.md - Tutorial sub-sectiontutorials/backend-guides.md - Guides sub-sectionTo use this template for a new backend:
template directory contents to your backend's documentation directorybackend-overview.md → mybackend-overview.md)You may need to:
Try to keep the landing page (backend-overview.md) simple and straigtforward. Use the child pages and sections to provide more detailed information.