summaryrefslogtreecommitdiffstats
path: root/doc/sphinx/SCons.Node.rst
Commit message (Collapse)AuthorAgeFilesLines
* API Docs build adjustment.Mats Wichmann2024-05-161-9/+9
| | | | | | | | | | | | | | | For a "package" which has a main piece and submodules, the main part is now processed before, rather than after, the submodules. Usally there's introductory material (e.g. in the main module's docstring) and it's more useful for this to appear at the top of a page rather than down after all the submodules. Made some docstring tweaks in two modules where the result didn't look very good - Debug and PathList. For PathList, Sphinx doesn't process both a class docstring and its __init__ method's docstring - you get one of the other, so joined those together. Signed-off-by: Mats Wichmann <mats@linux.com>
* [WIP] Add Sphinx build of API docs [ci skip]Mats Wichmann2020-05-301-0/+38
First cut includes a Makefile as generated by Sphinx plumbling, needs to be wired into sconscripts instead. A few regular scons files are updated to address build errors/warnings. Signed-off-by: Mats Wichmann <mats@linux.com>