diff options
| author | Tom Christie | 2013-07-04 20:31:26 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-07-04 20:31:26 +0100 |
| commit | 9e4e2c60f75f596d3f9e32deaab23bf98fc8ef0f (patch) | |
| tree | f594816d59322fd4f2dd7f1a4ad79cb4333bf2f6 /docs/index.md | |
| parent | 379ad8a82485e61b180ee823ba49799d39446aeb (diff) | |
| parent | a890116ab31e57af3bd1382c1f17259fa368f988 (diff) | |
| download | django-rest-framework-9e4e2c60f75f596d3f9e32deaab23bf98fc8ef0f.tar.bz2 | |
Merge branch 'master' into 2.4.0
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md index de4b01c6..99cd6b88 100644 --- a/docs/index.md +++ b/docs/index.md @@ -170,6 +170,7 @@ The API guide is your complete reference manual to all the functionality provide General guides to using REST framework. +* [Documenting your API][documenting-your-api] * [AJAX, CSRF & CORS][ajax-csrf-cors] * [Browser enhancements][browser-enhancements] * [The Browsable API][browsableapi] @@ -289,6 +290,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [status]: api-guide/status-codes.md [settings]: api-guide/settings.md +[documenting-your-api]: topics/documenting-your-api.md [ajax-csrf-cors]: topics/ajax-csrf-cors.md [browser-enhancements]: topics/browser-enhancements.md [browsableapi]: topics/browsable-api.md |
