AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.39k stars 172 forks source link

Documentation Clean Up #174

Closed sdolemelipone closed 6 years ago

sdolemelipone commented 6 years ago

A clean up of the documentation we have:

  1. Moved version to a standard location to allow documentation to easily reference it.
  2. Corrected changelog formatting in sphinx.
  3. Moved documentation of extra/miscellaneous mixins into the main documentation and out of the README. We can always remove these sections completely later on if we're not going to support the mixins. (#73)
  4. Added documentation examples on rendering formsets in html templates. (#169)
  5. Added section on passing initial data into model/inline formsets (#79).
  6. Added __fields__ attribute to main documentation as well (#144).
  7. Added formset_class and all FormSetFactory attributes to the main documentation (#121).

Once this is done I think all issues mentioned can be closed.

codecov-io commented 6 years ago

Codecov Report

Merging #174 into master will decrease coverage by 0.1%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #174      +/-   ##
==========================================
- Coverage   50.98%   50.88%   -0.11%     
==========================================
  Files           6        6              
  Lines         508      509       +1     
  Branches       56       56              
==========================================
  Hits          259      259              
- Misses        233      234       +1     
  Partials       16       16
Impacted Files Coverage Δ
extra_views/__init__.py 0% <0%> (ø) :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 903251b...d28cf63. Read the comment docs.