diff --git a/docs/faq.rst b/docs/faq.rst index 148f946..12de339 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -37,9 +37,15 @@ Frequently Asked Questions We are currently working to improve access to bulk downloads of CDFD's outputs from the web interface. While this work is ongoing, bulk downloads can be found at the following links: - * `EN_CDFD.zip `_ - * `FR_CDFD.zip `_ - * `ES_CDFD.zip `_ - * `PT_CDFD.zip `_ + * English: `EN_CDFD.zip `_ + * French: `FR_CDFD.zip `_ + * Spanish: `ES_CDFD.zip `_ + * Portuguese: `PT_CDFD.zip `_ - Note that this is a prototype service. There may be a delay of ~24-36 hours before recently published data is incorporated into these aggregate results. + There may be a delay of ~24-36 hours before recently published data is incorporated into these aggregate results. + + Note that this is a prototype service. For example, transactions which have the same sector, recipient, etc are aggregated into calendar quarters. + However, the :iati-reference:`iati-activity/transaction/aid-type/@code` column is not currently included in the download, so it may not be clear why some + transactions with different earmarking codes are not aggregated. + + \ No newline at end of file diff --git a/docs/retrieval.rst b/docs/retrieval.rst index cb96c2c..e5b7ca4 100644 --- a/docs/retrieval.rst +++ b/docs/retrieval.rst @@ -7,7 +7,7 @@ This section outlines how IATI data is retrieved by CDFD. Data Source ============ -CDFD downloads a daily snapshot of all IATI data from the `IATI Data Dump `_, a tool built by the IATI community. +CDFD downloads a daily snapshot of all IATI data from the `IATI Bulk Data Service `_. CDFD currently uses all IATI data published to version 2.01 of the standard or above. This includes both valid and invalid data, so activities that are not accessible via other IATI tooling may be found in CDFD outputs. diff --git a/requirements.txt b/requirements.txt index ca23cfe..4735421 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ docutils==0.21.2 # sphinx-togglebutton # sphinxcontrib-opendataservices # sphinxcontrib-opendataservices-jsonschema -iati-sphinx-theme==3.1.0 +iati-sphinx-theme==3.1.1 # via -r requirements.in idna==3.10 # via requests diff --git a/requirements_dev.txt b/requirements_dev.txt index 249a8bf..485db95 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -49,7 +49,7 @@ docutils==0.21.2 # sphinxcontrib-opendataservices-jsonschema h11==0.16.0 # via uvicorn -iati-sphinx-theme==3.1.0 +iati-sphinx-theme==3.1.1 # via -r requirements.txt idna==3.10 # via