Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve class attributes and enumerations management by autodoc.py #374

Merged
merged 1 commit into from
May 23, 2024

Conversation

nhuet
Copy link
Contributor

@nhuet nhuet commented May 23, 2024

  • "# Attributes" is now also a parsed heading, managed as "# Parameters" and to be used for class attributes.
  • Enumeration elements are now always displayed, with their docstring if it differs from the one from the enumeration class itself.
    (By default, an enumeration element inherits from the docstring of the enumeration class)

- "# Attributes" is now also a parsed heading, managed as "# Parameters"
  and to be used for class attributes.
- Enumeration elements are now always displayed, with their docstring if
  it differs from the one from the enumeration class itself.
@g-poveda g-poveda self-requested a review May 23, 2024 13:04
@g-poveda g-poveda merged commit 0fb9018 into airbus:master May 23, 2024
66 checks passed
@nhuet nhuet deleted the enumerations branch July 5, 2024 09:48
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.

2 participants