LLM Context Files¶
This project provides machine-readable context files for LLM integration, auto-generated during the Sphinx documentation build.
Available Files¶
File |
Description |
|---|---|
Index file listing all context files |
|
django-hstore-widget package: widget API, frontend architecture |
|
django-hstore-field package: field API, installation, quick start |
|
Complete project documentation including all packages, API reference, architecture, best practices, and contributing guide |
Usage¶
Point your LLM to the context file that matches your scope. The generated files are placed at the root of the documentation output and are accessible relative to the docs root.
How It Works¶
The llms.txt files are generated automatically by a custom Sphinx extension
(llms_txt_generator) that assembles content from all documentation source
files at build time, ensuring the context files stay in sync with the
documentation.