aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/contributing.md
diff options
context:
space:
mode:
authorTom Christie2014-10-31 15:19:15 +0000
committerTom Christie2014-10-31 15:19:15 +0000
commit159c3de9fc25c63e6e0ca1fe6b0cea26ea38a070 (patch)
tree31bba829b2e2cad5917607b22cd4bbc4cb80548e /docs/topics/contributing.md
parent45b5f23f3142c1b63258c8ad092887538eee5517 (diff)
parent4ad4fca6cec66b8f088921404e6896ee0b324a03 (diff)
downloaddjango-rest-framework-159c3de9fc25c63e6e0ca1fe6b0cea26ea38a070.tar.bz2
Merge master
Diffstat (limited to 'docs/topics/contributing.md')
-rw-r--r--docs/topics/contributing.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/topics/contributing.md b/docs/topics/contributing.md
index 50b8ded1..96d9a98c 100644
--- a/docs/topics/contributing.md
+++ b/docs/topics/contributing.md
@@ -210,7 +210,9 @@ We recommend the [`django-reusable-app`][django-reusable-app] template as a good
## Linking to your package
-Once your package is decently documented and available on PyPI open a pull request or issue, and we'll add a link to it from the main REST framework documentation.
+Once your package is decently documented and available on PyPI open a pull request or issue, and we'll add a link to it from the main REST framework documentation. You can add your package under **Third party packages** of the API Guide section that best applies, like [Authentication][authentication] or [Permissions][permissions]. You can also link your package under the [Third Party Resources][third-party-resources] section.
+
+We also suggest adding it to the [REST Framework][rest-framework-grid] grid on Django Packages.
[cite]: http://www.w3.org/People/Berners-Lee/FAQ.html
[code-of-conduct]: https://www.djangoproject.com/conduct/
@@ -225,3 +227,7 @@ Once your package is decently documented and available on PyPI open a pull reque
[docs]: https://github.com/tomchristie/django-rest-framework/tree/master/docs
[mou]: http://mouapp.com/
[django-reusable-app]: https://github.com/dabapps/django-reusable-app
+[authentication]: ../api-guide/authentication.md
+[permissions]: ../api-guide/permissions.md
+[third-party-resources]: third-party-resources.md
+[rest-framework-grid]: https://www.djangopackages.com/grids/g/django-rest-framework/