mirror of
https://github.com/emendir/EndraApp.git
synced 2026-01-03 11:27:49 -05:00
617 B
617 B
Docs Tools
a set of tools for generating and processing documentation
Docs Processing Commands
Get an overview of available docs processing tools:
make help
Documentation Components
Markdown Docs
This project's /docs folder contains hand-written documentation in markdown format.
API-Reference
The /docs/API-Reference is an HTML website generated from the source code's docstrings using sphinx.
make api
Full Docs HTML Website
A website can be generated at /docs/html including both the API-Reference and the hand-written documentation.
make all