39 lines
649 B
ReStructuredText
39 lines
649 B
ReStructuredText
Developer Guide
|
|
==============
|
|
|
|
This section provides comprehensive documentation for developers who want to contribute to or extend the AI-Writer platform.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Developer Documentation:
|
|
|
|
setup
|
|
architecture
|
|
coding_standards
|
|
testing
|
|
extending
|
|
|
|
Development Environment Setup
|
|
---------------------------
|
|
|
|
.. include:: setup.rst
|
|
|
|
Architecture Overview
|
|
-------------------
|
|
|
|
.. include:: architecture.rst
|
|
|
|
Coding Standards
|
|
--------------
|
|
|
|
.. include:: coding_standards.rst
|
|
|
|
Testing Guidelines
|
|
----------------
|
|
|
|
.. include:: testing.rst
|
|
|
|
Extending AI-Writer
|
|
-----------------
|
|
|
|
.. include:: extending.rst |