DavidT3 / DAXA

Democratising Archival X-ray Astronomy (DAXA) is an easy-to-use Python module for downloading multi-mission X-ray telescope data and processing it into usable archives. Users can acquire entire archives, or filter observations based on ID/positions/time. Supports XMM; partial support eROSITA, Chandra, NuSTAR, Swift, Suzaku, ASCA, ROSAT, INTEGRAL
BSD 3-Clause "New" or "Revised" License
12 stars 0 forks source link

Property setters are not included in sphinx autodoc #151

Open DavidT3 opened 1 year ago

DavidT3 commented 1 year ago

The docstrings of property setters are ignored by sphinx autodoc, only possible 'solution' I've found is:

https://stackoverflow.com/questions/71713284/types-of-setter-arguments-not-showing-in-sphinx-documentation

DavidT3 commented 6 months ago

Only getters are documented - so probably should include the docstring info for setting in the getters