API is automatically generated by apidoc, however, that left a number of classes' init not to be documented.
Notably, remoteappmanager.db.orm.AppAccounting and remoteappmanager.db.csv_db.CSVAccounting are referred to by deployment and configuration in the documentation. User needs to know how to initialise them.
The __init__ documentation were manually added in this PR: #147
but then automatically removed by apidoc again in this PR: #189
API is automatically generated by apidoc, however, that left a number of classes' init not to be documented.
Notably,
remoteappmanager.db.orm.AppAccountingandremoteappmanager.db.csv_db.CSVAccountingare referred to by deployment and configuration in the documentation. User needs to know how to initialise them.The
__init__documentation were manually added in this PR: #147but then automatically removed by
apidocagain in this PR: #189