Skip to content
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

Implementation of APIv3 #4863

Merged
merged 25 commits into from
Mar 12, 2019
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common
2 changes: 1 addition & 1 deletion docs/.rstcheck.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[rstcheck]
ignore_directives=automodule,http:get,tabs,tab,prompt
ignore_directives=automodule,http:get,tabs,tab,prompt,http:patch,http:post
ignore_roles=djangosetting,setting,featureflags,buildpyversions
ignore_messages=(Duplicate implicit target name: ".*")|(Hyperlink target ".*" is not referenced)
7 changes: 1 addition & 6 deletions docs/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,10 @@ from Read the Docs.
will be automatically redirected to HTTPS
and non-GET/HEAD requests over insecure HTTP will fail.

.. tip::

It is a good idea to put your email address, application name,
or Read the Docs username into the user agent header of your requests.
That way the Read the Docs' team can contact you in the event of issues.


.. toctree::
:maxdepth: 3

v3
v2
v1
Loading