From 8bf19e6b41e57f135ea65189431b02b61deffb42 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 20 Dec 2011 03:18:37 -0200 Subject: [PATCH] fixed formatting of scrapyd doc --- docs/topics/scrapyd.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/topics/scrapyd.rst b/docs/topics/scrapyd.rst index 94de12066..752bb80b6 100644 --- a/docs/topics/scrapyd.rst +++ b/docs/topics/scrapyd.rst @@ -442,6 +442,7 @@ Schedule a spider run. * Supported Request Methods: ``POST`` * Parameters: + * ``project`` (string, required) - the project name * ``spider`` (string, required) - the spider name * ``setting`` (string, optional) - a scrapy setting to use when running the spider @@ -485,6 +486,7 @@ in order, the last one is the currently used version. * Supported Request Methods: ``GET`` * Parameters: + * ``project`` (string, required) - the project name Example request:: @@ -502,6 +504,7 @@ Get the list of spiders available in the last version of some project. * Supported Request Methods: ``GET`` * Parameters: + * ``project`` (string, required) - the project name Example request:: @@ -520,6 +523,7 @@ project, that project will be deleted too. * Supported Request Methods: ``POST`` * Parameters: + * ``project`` (string, required) - the project name * ``version`` (string, required) - the project version @@ -538,6 +542,7 @@ Delete a project and all its uploaded versions. * Supported Request Methods: ``POST`` * Parameters: + * ``project`` (string, required) - the project name Example request::