From b84b3585f2b925a5a88559b201d714cae81b06e9 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 1 May 2015 01:53:51 -0300 Subject: [PATCH] remove empty experimental section from doc --- docs/experimental/index.rst | 17 ----------------- docs/index.rst | 4 ---- 2 files changed, 21 deletions(-) delete mode 100644 docs/experimental/index.rst diff --git a/docs/experimental/index.rst b/docs/experimental/index.rst deleted file mode 100644 index 0621b4925..000000000 --- a/docs/experimental/index.rst +++ /dev/null @@ -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 `_ 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. diff --git a/docs/index.rst b/docs/index.rst index 6a1571a69..0d21f5d40 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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.