Documentation Templates
This directory contains templates and guidelines for creating consistent documentation across the edge-ai project.
Available Templates
Documentation Template
- File:
[template-name].template - Purpose: Template for creating standardized documentation headers and structure
- Usage: Copy and customize for new documentation files
The template provides:
- Standardized header comment formats for Shell/YML and Python
- Parameter documentation structure
- Function/purpose descriptions
- Usage examples
- Dependency listings
- Exit codes and error handling documentation
- Related links and references
How to Use Templates
- Copy the template file to your target location
- Replace
[template-name]with your actual template name - Fill in the specific details for your use case
- Follow the established patterns for consistency
Related Documentation
For more comprehensive documentation templates and guidelines, see:
- Project Planning Templates - Project planning and capability documentation templates
- Build CI/CD Templates - Build and deployment template documentation
- Contributing Guidelines - Documentation development standards
Contributing
When adding new templates:
- Follow the existing naming conventions
- Include comprehensive documentation
- Provide clear usage examples
- Update this README to reference new templates