| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This is using the relatively new `sphinx-click` plugin and will
automatically update the documentation based on whatever changes
in the frontend.
|
| |
|
|
|
|
|
|
| |
* Remove obnoxious entry in sidebar
* Remove search page access from bottom of
main page, search is available in sidebar
|
|
|
|
|
| |
* Dont show module paths on function/class docs
* Sort the module index ignoring the buildstream prefix
|
|
|
|
|
|
|
|
|
|
|
| |
- Enable sphinx.ext.napoleon extension
Allows generation of docs from nicer looking docstrings
- autodoc_member_order = 'bysource'
Ensure class/module documentation orders the docs in the same
order documentation was encountered in the source code
|
|
|