From 0eeee8ea211c5e01948eba5b8edf9f57eebb9827 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Thu, 10 Aug 2023 22:41:58 -0400 Subject: [PATCH] docs(pelican): Order steps in chronological order --- docs/use/pelican.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/use/pelican.rst b/docs/use/pelican.rst index 346b023c..0d3fd99c 100644 --- a/docs/use/pelican.rst +++ b/docs/use/pelican.rst @@ -29,14 +29,10 @@ After a few seconds, you should see your report being processed at https://pelic `Pelican frontend's web API documentation `__ -Delete a report ---------------- - -Once you no longer need a report, remember to delete it, replacing ``1`` with its ID: - -.. code-block:: bash +Check on progress +----------------- - curl -n -X DELETE https://pelican.open-contracting.org/api/datasets/1/ +https://pelican.open-contracting.org indicates the status of reports. In general, this is sufficient. However, you can use the RabbitMQ management interface to check that work isn't stuck, :ref:`like for Kingfisher Process`, instead reading the ``pelican_backend_`` rows. Read and export a report ------------------------ @@ -48,7 +44,11 @@ To `export a report `__. To use another template, share it with data-tools@open-contracting.org. - Export folder ID: ``1ZVwf9cr29E4uCuWaVRiQLJI7_ejE00h3`` to use `this folder `__. To use another folder, share it with data-tools@open-contracting.org. -Check on progress ------------------ +Delete a report +--------------- -https://pelican.open-contracting.org indicates the status of reports. In general, this is sufficient. However, you can use the RabbitMQ management interface to check that work isn't stuck, :ref:`like for Kingfisher Process`, instead reading the ``pelican_backend_`` rows. +Once you no longer need a report, remember to delete it, replacing ``1`` with its ID: + +.. code-block:: bash + + curl -n -X DELETE https://pelican.open-contracting.org/api/datasets/1/