summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Added "Invoking BuildStream" user facing documentationTristan Van Berkom2017-05-031-0/+1
| | | | | | This is using the relatively new `sphinx-click` plugin and will automatically update the documentation based on whatever changes in the frontend.
* Updated documentation copyright to 2017Tristan Van Berkom2017-03-101-1/+1
|
* Documentation skeleton touchupsTristan Van Berkom2016-11-151-0/+5
| | | | | | * Remove obnoxious entry in sidebar * Remove search page access from bottom of main page, search is available in sidebar
* documentation config changesTristan Van Berkom2016-11-141-2/+2
| | | | | * Dont show module paths on function/class docs * Sort the module index ignoring the buildstream prefix
* Docs configuration changesTristan Van Berkom2016-11-141-0/+3
| | | | | | | | | | | - 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
* Adding sphinx doc stuffTristan Van Berkom2016-11-081-0/+341