aboutsummaryrefslogtreecommitdiffstats
path: root/topics/contributing/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'topics/contributing/index.html')
-rw-r--r--topics/contributing/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/topics/contributing/index.html b/topics/contributing/index.html
index 9e25b460..690b9dc5 100644
--- a/topics/contributing/index.html
+++ b/topics/contributing/index.html
@@ -404,22 +404,6 @@
- <li class="main">
- <a href="#third-party-packages">Third party packages</a>
- </li>
-
-
- <li>
- <a href="#getting-started">Getting started</a>
- </li>
-
- <li>
- <a href="#linking-to-your-package">Linking to your package</a>
- </li>
-
-
-
-
</ul>
@@ -568,14 +552,6 @@ More text...
---
</code></pre>
-<h1 id="third-party-packages">Third party packages</h1>
-<p>New features to REST framework are generally recommended to be implemented as third party libraries that are developed outside of the core framework. Ideally third party libraries should be properly documented and packaged, and made available on PyPI.</p>
-<h2 id="getting-started">Getting started</h2>
-<p>If you have some functionality that you would like to implement as a third party package it's worth contacting the <a href="https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework">discussion group</a> as others may be willing to get involved. We strongly encourage third party package development and will always try to prioritize time spent helping their development, documentation and packaging.</p>
-<p>We recommend the <a href="https://github.com/dabapps/django-reusable-app"><code>django-reusable-app</code></a> template as a good resource for getting up and running with implementing a third party Django package.</p>
-<h2 id="linking-to-your-package">Linking to your package</h2>
-<p>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 <strong>Third party packages</strong> of the API Guide section that best applies, like <a href="../../api-guide/authentication">Authentication</a> or <a href="../../api-guide/permissions">Permissions</a>. You can also link your package under the <a href="../third-party-resources">Third Party Resources</a> section.</p>
-<p>We also suggest adding it to the <a href="https://www.djangopackages.com/grids/g/django-rest-framework/">REST Framework</a> grid on Django Packages.</p>
</div>
<!--/span-->