Commit 66d3f95
docs(nwis): resolve duplicate object description for NWIS_Metadata properties
site_info and variable_info are @Property members (documented by autodoc from their own docstrings) but were ALSO listed in the class-docstring Attributes section, which napoleon renders as attribute directives -> two object descriptions for the same name -> "duplicate object description" warning. Drop them from Attributes (keeping the genuinely-plain url/query_time/header/comments) and fold the "when populated" context into the site_info property docstring. Resolves both warnings at the root rather than masking with :no-index:.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9b0b941 commit 66d3f95
1 file changed
Lines changed: 11 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1125 | 1125 | | |
1126 | 1126 | | |
1127 | 1127 | | |
1128 | | - | |
1129 | | - | |
1130 | | - | |
1131 | | - | |
1132 | | - | |
1133 | | - | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
1134 | 1133 | | |
1135 | 1134 | | |
1136 | 1135 | | |
| |||
1164 | 1163 | | |
1165 | 1164 | | |
1166 | 1165 | | |
1167 | | - | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
1168 | 1172 | | |
1169 | 1173 | | |
1170 | 1174 | | |
| |||
0 commit comments