Add support to overwrite docs
Description
This MR adds support to overwrite signal docs through a class attribute OVERWRITE_DOCS of type dictionary. Docs will only be overwritten if the signal is in OVERWRITE_DOCS.
class MyEpicsMotor(EpicsMotor):
OVERWRITE_DOCS =
{
"velocity": "My custom documentation"
}
Related Issues
closes #421
Definition of Done
-
Documentation is up-to-date. -> separate issue exists #382
Edited by appel_c