mirror of https://github.com/scrapy/scrapy.git
remove empty experimental section from doc
This commit is contained in:
parent
a5a8f82b06
commit
b84b3585f2
|
|
@ -1,17 +0,0 @@
|
|||
.. _experimental:
|
||||
|
||||
Experimental features
|
||||
=====================
|
||||
|
||||
This section documents experimental Scrapy features that may become stable in
|
||||
future releases, but whose API is not yet stable. Use them with caution, and
|
||||
subscribe to the `mailing lists <http://scrapy.org/community/>`_ to get
|
||||
notified of any changes.
|
||||
|
||||
Since it's not revised so frequently, this section may contain documentation
|
||||
which is outdated, incomplete or overlapping with stable documentation (until
|
||||
it's properly merged) . Use at your own risk.
|
||||
|
||||
.. warning::
|
||||
|
||||
This documentation is a work in progress. Use at your own risk.
|
||||
|
|
@ -245,7 +245,6 @@ All the rest
|
|||
news
|
||||
contributing
|
||||
versioning
|
||||
experimental/index
|
||||
|
||||
:doc:`news`
|
||||
See what has changed in recent Scrapy versions.
|
||||
|
|
@ -255,6 +254,3 @@ All the rest
|
|||
|
||||
:doc:`versioning`
|
||||
Understand Scrapy versioning and API stability.
|
||||
|
||||
:doc:`experimental/index`
|
||||
Learn about bleeding-edge features.
|
||||
|
|
|
|||
Loading…
Reference in New Issue