rpkilby / django-filter

A generic system for filtering Django QuerySets based on user selections
https://django-filter.readthedocs.org
Other
0 stars 1 forks source link

Generate reference docs from docstrings. #13

Open rpkilby opened 5 years ago

rpkilby commented 5 years ago

Reference docs are currently split between the docstrings as well as the written docs. It would be useful to unify these. The reference docs can still have a hand-coded page structure, but the sections for each filter can be pulled from the docstrings.