WAuth Documentation¶
Professional Sphinx-based documentation for the WAuth library.
Structure¶
File |
Description |
|---|---|
Sphinx configuration (Furo theme, autodoc, napoleon) |
|
Main documentation entry point with grid navigation |
|
Installation and first-use guide |
|
Complete API reference (autodoc-generated) |
|
Step-by-step usage guides |
|
Frequently asked questions |
|
Bibliography and external resources |
Building Documentation¶
# Build HTML documentation
make html
# Build and serve locally (opens browser)
make serve
# Then visit http://localhost:8000
# Clean documentation artifacts
make doc-clean
Configuration¶
Theme: Furo (modern, responsive)
Extensions: autodoc, napoleon (Google Style), sphinx_copybutton, myst_parser, sphinx_design, sphinx_sitemap
Author: William Rodríguez — LinkedIn
Language: English (technical)
Output¶
Built documentation is available at docs/_build/html/index.html.