Flash Sparse Attention¶
This site is built with MkDocs and mkdocstrings.
It combines the existing hand-written project documentation with an auto-generated API reference extracted from Python docstrings.
Local Preview¶
Install the documentation dependencies:
Start the local documentation server:
Build the static site:
Documentation Layout¶
- The existing conceptual and usage documentation stays under
docs/. - The API page uses
mkdocstringsto render Python module docstrings directly from the codebase. - The recommended public API entrypoints are the Triton-facing exports from
flash_sparse_attnandflash_sparse_attn.ops.triton.interface.