From bf34094e5af95adac43479c16ff37cb3a3de1798 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sat, 4 Sep 2010 03:30:45 -0300 Subject: [PATCH] Added versionadded:: notice to new documentation topics --- docs/topics/commands.rst | 2 ++ docs/topics/feed-exports.rst | 2 ++ docs/topics/scrapyd.rst | 2 ++ docs/topics/ubuntu.rst | 2 ++ 4 files changed, 8 insertions(+) diff --git a/docs/topics/commands.rst b/docs/topics/commands.rst index 89ce7a98d..94771c812 100644 --- a/docs/topics/commands.rst +++ b/docs/topics/commands.rst @@ -4,6 +4,8 @@ Command line tool ================= +.. versionadded:: 0.10 + Scrapy is controlled through the ``scrapy`` command-line tool, to be referred here as the "Scrapy tool" to differentiate it from their sub-commands which we just call "commands", or "Scrapy commands". diff --git a/docs/topics/feed-exports.rst b/docs/topics/feed-exports.rst index 7b255b501..02d184e72 100644 --- a/docs/topics/feed-exports.rst +++ b/docs/topics/feed-exports.rst @@ -4,6 +4,8 @@ Feed exports ============ +.. versionadded:: 0.10 + One of the most frequently required features when implementing scrapers is being able to store the scraped data properly and, quite often, that means generating a "export file" with the scraped data (commonly called "export diff --git a/docs/topics/scrapyd.rst b/docs/topics/scrapyd.rst index c47bab0f7..6d874e0ad 100644 --- a/docs/topics/scrapyd.rst +++ b/docs/topics/scrapyd.rst @@ -4,6 +4,8 @@ Scrapy Service (scrapyd) ======================== +.. versionadded:: 0.10 + Scrapy comes with a built-in service, called "Scrapyd", which allows you to deploy (aka. upload) your projects and control their spiders using a JSON web service. diff --git a/docs/topics/ubuntu.rst b/docs/topics/ubuntu.rst index 6800df7f7..6367abe22 100644 --- a/docs/topics/ubuntu.rst +++ b/docs/topics/ubuntu.rst @@ -4,6 +4,8 @@ Ubuntu packages =============== +.. versionadded:: 0.10 + `Insophia`_ publishes apt-gettable packages which are generally fresher than those in Ubuntu, and more stable too since they're built periodically from `Scrapy Mercurial repositories`_ (stable & development) and so they contain the