Skip to content

Conversation

@hf-krechan
Copy link
Collaborator

@hf-krechan hf-krechan commented Jan 23, 2024

Sphinx does not recognise comments for the documentation if the variable name and the value are in different lines.

NOT GOOD

    SINGULAER_GENUTZTE_BETRIEBSMITTEL = (
        "SINGULAER_GENUTZTE_BETRIEBSMITTEL"  #: singulär genutzte Betriebsmittel (z. B. Trafomiete, Leitungen)
    )

BETTER

    #: singulär genutzte Betriebsmittel (z. B. Trafomiete, Leitungen)
    SINGULAER_GENUTZTE_BETRIEBSMITTEL = "SINGULAER_GENUTZTE_BETRIEBSMITTEL"

@hf-krechan hf-krechan requested a review from hf-kklein January 23, 2024 15:48
Copy link
Contributor

@hf-kklein hf-kklein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants