sphinx-automodapi icon indicating copy to clipboard operation
sphinx-automodapi copied to clipboard

Support for non-default dataclass fields

Open waszil opened this issue 5 years ago • 3 comments

Hi, this PR tries to fix this issue: https://github.com/astropy/sphinx-automodapi/issues/115. Used sphinx version: 3.2.1 Python version: 3.8.5

Fix #115

waszil avatar Sep 23 '20 14:09 waszil

This is small change, any reason why this is not merged?

simaoafonso-pwt avatar Oct 13 '21 12:10 simaoafonso-pwt

This looks all fine, but needs a rebase and some minor renames/etc. I'll go ahead and do it, and see how CI reacts.

bsipocz avatar Apr 13 '23 23:04 bsipocz

Codecov Report

Merging #116 (91f6fc5) into main (8b2dbcf) will decrease coverage by 0.45%. The diff coverage is 68.96%.

@@            Coverage Diff             @@
##             main     #116      +/-   ##
==========================================
- Coverage   89.83%   89.38%   -0.45%     
==========================================
  Files          27       27              
  Lines        1141     1168      +27     
==========================================
+ Hits         1025     1044      +19     
- Misses        116      124       +8     
Impacted Files Coverage Δ
sphinx_automodapi/automodsumm.py 84.02% <20.00%> (-1.70%) :arrow_down:
sphinx_automodapi/autodoc_enhancements.py 96.55% <88.88%> (-3.45%) :arrow_down:
...hinx_automodapi/tests/test_autodoc_enhancements.py 96.66% <100.00%> (+1.66%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Apr 13 '23 23:04 codecov[bot]