Chilipp / autodocsumm

Extending your autodoc API docs with a summary
Apache License 2.0
48 stars 14 forks source link

GH-43: Add support for autosummary-nosignatures option. #46

Closed dgilland closed 3 years ago

dgilland commented 3 years ago

Implements #43.

codecov[bot] commented 3 years ago

Codecov Report

Merging #46 (6f91d4a) into master (e3a5be9) will increase coverage by 0.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #46      +/-   ##
==========================================
+ Coverage   86.95%   87.14%   +0.18%     
==========================================
  Files           1        1              
  Lines         276      280       +4     
==========================================
+ Hits          240      244       +4     
  Misses         36       36              
Impacted Files Coverage Δ
autodocsumm/__init__.py 87.14% <100.00%> (+0.18%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e3a5be9...6f91d4a. Read the comment docs.

Chilipp commented 3 years ago

absolutely awesome! thanks a lot @dgilland! I'll create a new release to implement it