summaryrefslogtreecommitdiff
path: root/doc/api/dts/framework.remote_session.interactive_shell.rst
AgeCommit message (Collapse)Author
2024-09-19dts: add API doc sourcesJuraj Linkeš
These sources could be generated with the sphinx-apidoc utility, but that doesn't give us enough flexibility, such as sorting the order of modules or changing the headers of the modules. The sources included in this patch were in fact generated by said utility, but modified to improve the look of the documentation. The improvements are mainly in toctree definitions and the titles of the modules/packages. These were made with specific Sphinx config options in mind. Signed-off-by: Juraj Linkeš <[email protected]> Reviewed-by: Luca Vizzarro <[email protected]> Reviewed-by: Jeremy Spewock <[email protected]> Tested-by: Luca Vizzarro <[email protected]>