From ac63d3a3cf0a45b9ae66c9847d07d287154078e6 Mon Sep 17 00:00:00 2001 From: jorenham Date: Thu, 9 Mar 2017 10:56:23 +0100 Subject: [PATCH] Removed contrib section; contrib is deprecated --- docs/contributing.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index b0a435ad2..ab3779395 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -124,15 +124,6 @@ Scrapy: * Don't put your name in the code you contribute. Our policy is to keep the contributor's name in the `AUTHORS`_ file distributed with Scrapy. -Scrapy Contrib -============== - -Scrapy contrib shares a similar rationale as Django contrib, which is explained -in `this post `_. If you -are working on a new functionality, please follow that rationale to decide -whether it should be a Scrapy contrib. If unsure, you can ask in -`scrapy-users`_. - Documentation policies ======================