Chilipp / autodocsumm

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

allow specifying the member-order #38

Closed Chilipp closed 3 years ago

Chilipp commented 3 years ago

hey @btjanaka,

my apologies for coming back to you so late and thanks for submitting your issue! Your request should be fixed with this PR.

closes #34

btjanaka commented 3 years ago

Hi @Chilipp , thanks for the reply! I'll try out the fix shortly.

btjanaka commented 3 years ago

Looks like the fix works! Thanks a bunch.

If this is merged, how soon can I expect to see it on PyPI? (sorry if I sound a bit pushy :grimacing:)

Chilipp commented 3 years ago

thanks for the confirmation @btjanaka! I'd like to merge the remaining open PRs and make a new release. So it should be available tomorrow

codecov[bot] commented 3 years ago

Codecov Report

Merging #38 (7b619e4) into master (cac91e8) will increase coverage by 0.26%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   85.18%   85.45%   +0.26%     
==========================================
  Files           1        1              
  Lines         270      275       +5     
==========================================
+ Hits          230      235       +5     
  Misses         40       40              
Impacted Files Coverage Δ
autodocsumm/__init__.py 85.45% <100.00%> (+0.26%) :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 cac91e8...7b619e4. Read the comment docs.

Chilipp commented 3 years ago

done @btjanaka: https://pypi.org/project/autodocsumm/0.2.2/ and https://github.com/Chilipp/autodocsumm/releases/tag/v0.2.2

conda-forge will come soon.