sphinx-doc / sphinxcontrib-django

This is a sphinx extension which improves the documentation of Django apps.
https://pypi.org/project/sphinxcontrib-django/
Apache License 2.0
45 stars 25 forks source link

Skip documented fields on models #16

Closed rixx closed 5 years ago

rixx commented 5 years ago

Resolves #14

codecov-io commented 5 years ago

Codecov Report

Merging #16 into master will increase coverage by 1.27%. The diff coverage is 64.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   56.56%   57.84%   +1.27%     
==========================================
  Files           6        6              
  Lines         198      204       +6     
==========================================
+ Hits          112      118       +6     
  Misses         86       86
Impacted Files Coverage Δ
sphinxcontrib_django/docstrings.py 42.28% <64.28%> (+2.42%) :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 5236f40...d2339ce. Read the comment docs.

vdboor commented 5 years ago

Thanks, good point!

vdboor commented 5 years ago

FYI, I've merged this code locally with rebasing. the web editor for resolving conflicts isn't doing what I wanted :-)