Skip to content

Fix duplicate docstring warnings in antenna_gain.py#64

Merged
skyelaird merged 1 commit intomainfrom
claude/fix-antenna-docstring-duplicates-01QBXG3kqDFnfWSFgUmhta34
Nov 15, 2025
Merged

Fix duplicate docstring warnings in antenna_gain.py#64
skyelaird merged 1 commit intomainfrom
claude/fix-antenna-docstring-duplicates-01QBXG3kqDFnfWSFgUmhta34

Conversation

@skyelaird
Copy link
Copy Markdown
Owner

Remove duplicate property documentation from class-level Attributes sections. Properties are already documented via @Property decorators with detailed docstrings.

This resolves warnings for:

  • AntennaModel.frequency, azimuth, low_frequency, high_frequency
  • AntennaFarm.current_antenna

Fixes documentation build warnings where Sphinx was documenting these properties twice: once from the Attributes section and once from the property decorators.

Remove duplicate property documentation from class-level Attributes sections.
Properties are already documented via @Property decorators with detailed docstrings.

This resolves warnings for:
- AntennaModel.frequency, azimuth, low_frequency, high_frequency
- AntennaFarm.current_antenna

Fixes documentation build warnings where Sphinx was documenting these
properties twice: once from the Attributes section and once from the
property decorators.
@skyelaird skyelaird merged commit 731b0e5 into main Nov 15, 2025
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