-
Notifications
You must be signed in to change notification settings - Fork 299
autogenerate API documentation #479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
7b29f36
initial integration of JSONAPIDjangoFilter
n2ygk dc5ca38
documentation, isort, flake8
n2ygk 6b0dc8c
Forgot to add django_filters to installed_apps
n2ygk d4fbf24
backwards compatibility for py27 + django-filter
n2ygk d86d217
handle optional django-filter package
n2ygk 83c4cc0
fix travis to match new TOXENVs due to django-filter
n2ygk f5792c1
fixed a typo
n2ygk cbc9d55
add a warning if django-filter is missing and JSONAPIDjangoFilter is ...
n2ygk 2f6ba1d
JSONAPIQueryValidationFilter implementation
n2ygk 4f2b75b
improve filter_regex
n2ygk 48b4c51
Merge branch 'JSONAPIDjangoFilter' into JSONAPIQueryValidationFilter
n2ygk 2742d60
rename tests from filter to param
n2ygk 6a8d7ae
easy changes recommended by @sliverc review
n2ygk db9e1f9
resolve @sliverc review method of using optional django-filter.
n2ygk 68f5e02
Merge branch 'JSONAPIDjangoFilter' into JSONAPIQueryValidationFilter
n2ygk 9eec004
initial attempt at sphinx-apidoc
n2ygk 1475643
each module on a separate page and force overwrite of autogenerated a...
n2ygk eb486cd
move documentation from api.md into appropriate module docstrings
n2ygk a475425
minor reStructuredText tweaks to docstrings for sphinx-apidoc
n2ygk 211577c
docs/apidoc needs to be in the repo
n2ygk 6378985
rst tweaks for sphinx
n2ygk f0bdbd4
Merge branch 'master' into JSONAPIQueryValidationFilter
n2ygk 64d4af0
remove JSONAPI prefix per #471
n2ygk 23616a2
inadvertently removed when merging master
n2ygk 2c476d9
add QueryValidation filter to NonPaginatedEntryViewset to avoid break...
n2ygk 9b5ab9d
flake8
n2ygk dbd3d32
100% test coverage for QueryParamaterValidationFilter
n2ygk 11aaf06
move QueryValidationFilter earlier and document how to extend query_r...
n2ygk 57e95cc
QueryValidationFilter to README
n2ygk a22ca21
py2.7 fix for a non-ASCII quotation mark
n2ygk 0252096
ugh I added back this junk file by mistake again
n2ygk e43e641
Merge branch 'JSONAPIQueryValidationFilter' into sphinx-apidoc
n2ygk 642b2e0
merge in QueryValidationFilter
n2ygk 7880bdb
run sphinx-autodoc as part of the RTD sphinx-build
n2ygk b8b5a78
change member order to bysource
n2ygk b6eb33c
don't inherit missing docstrings
n2ygk 6c653fb
reST touchups
n2ygk 9e715fa
Change "invalid filter" to "invalid query parameter" for malformed fi...
n2ygk af10543
renamed to QueryParameterValidationFilter to be clear that this is qu...
n2ygk c928d72
clearer language
n2ygk 6e008ad
flake8 line length after renaming the class
n2ygk 08518ac
Merge branch 'JSONAPIQueryValidationFilter' into sphinx-apidoc
n2ygk fc7d4f2
changelog
n2ygk 8ad9bf5
Merge branch 'master' into sphinx-apidoc
n2ygk 1427b5a
refactor filters subpackage into a single module to be consistent wit...
n2ygk 0ac6c25
`autodoc_inherit_docstrings = False` fixes unwanted inherited docstri...
n2ygk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
py2.7 fix for a non-ASCII quotation mark
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.