Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Add support to overwrite docs

appel_c requested to merge refactor/add_support_to_overwrite_docs into main

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

Merge request reports

Loading