From af7346e877d12fc49eefed771231f7ec970387a2 Mon Sep 17 00:00:00 2001 From: Yohanna Lisnichuk Date: Thu, 25 Feb 2021 17:04:57 -0300 Subject: [PATCH 1/5] docs: add reference to google colab Signed-off-by: Yohanna Lisnichuk --- docs/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 2a5f1b6c..52131379 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,6 +11,8 @@ You can: You can also try using Kingfisher Collect with `Scrapy Cloud `_. +A demo on how to use Kingfisher Collect is available as a `Google Colaboratory `_ notebook `here `_. + .. _how-it-works: How it works From 37186e9b3e02da0bb93c922b53d264e46a2d4930 Mon Sep 17 00:00:00 2001 From: Yohanna Lisnichuk Date: Thu, 25 Feb 2021 17:06:41 -0300 Subject: [PATCH 2/5] docs: add details on what a spider is Signed-off-by: Yohanna Lisnichuk --- docs/spiders.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/spiders.rst b/docs/spiders.rst index 6a9bd065..a6241fdf 100644 --- a/docs/spiders.rst +++ b/docs/spiders.rst @@ -1,12 +1,14 @@ Spiders ======= +In Kingfisher Collect each spider represents a different data source. Each data source expose its data in different ways and each data source contains data from different years and and covering different stages of the contracting process. + .. _spider-metadata: Spider metadata --------------- -Below, we provide some metadata for each spider. The meaning of the metadata is: +Below, we provide some of this information (metadata) for each spider. The meaning of the metadata is: .. list-table:: :header-rows: 1 From 8ae0f58b0de679800aa0c5e83a4cc3528c2a4f70 Mon Sep 17 00:00:00 2001 From: Yohanna Lisnichuk Date: Thu, 25 Feb 2021 18:02:44 -0300 Subject: [PATCH 3/5] Update docs/spiders.rst Co-authored-by: James McKinney <26463+jpmckinney@users.noreply.github.com> --- docs/spiders.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spiders.rst b/docs/spiders.rst index a6241fdf..12a70522 100644 --- a/docs/spiders.rst +++ b/docs/spiders.rst @@ -1,7 +1,7 @@ Spiders ======= -In Kingfisher Collect each spider represents a different data source. Each data source expose its data in different ways and each data source contains data from different years and and covering different stages of the contracting process. +In Kingfisher Collect, there is one spider per data source. Each data source exposes its data in different ways, contains data from different years, and covers different stages of the contracting process. .. _spider-metadata: From e32d0cc766997096d59027ac9d96f82703afd96e Mon Sep 17 00:00:00 2001 From: Yohanna Lisnichuk Date: Thu, 25 Feb 2021 18:02:49 -0300 Subject: [PATCH 4/5] Update docs/index.rst Co-authored-by: James McKinney <26463+jpmckinney@users.noreply.github.com> --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 52131379..403c56a1 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -11,7 +11,7 @@ You can: You can also try using Kingfisher Collect with `Scrapy Cloud `_. -A demo on how to use Kingfisher Collect is available as a `Google Colaboratory `_ notebook `here `_. +Instead of installing Kingfisher Collect to your computer, you can `follow this interactive step-by-step guide `__, to use Kingfisher Collect in `Google Colaboratory `__. .. _how-it-works: From 228b6ca8ad062ab18d71680958d38cd7fe848455 Mon Sep 17 00:00:00 2001 From: Yohanna Lisnichuk Date: Thu, 25 Feb 2021 18:03:42 -0300 Subject: [PATCH 5/5] docs: re order google colab reference Signed-off-by: Yohanna Lisnichuk --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 403c56a1..f885a6be 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,10 +9,10 @@ You can: - :doc:`Download data to a remote server, by using Scrapyd` - :doc:`Integrate with Kingfisher Process` -You can also try using Kingfisher Collect with `Scrapy Cloud `_. - Instead of installing Kingfisher Collect to your computer, you can `follow this interactive step-by-step guide `__, to use Kingfisher Collect in `Google Colaboratory `__. +You can also try using Kingfisher Collect with `Scrapy Cloud `_. + .. _how-it-works: How it works