Skip to content

Commit 95af001

Browse files
committed
Add URL Change Warning + Format Enigma URL
1 parent f79ef9f commit 95af001

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/remote_data.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,12 @@ Enigma
203203
======
204204

205205
Access datasets from `Enigma <https://public.enigma.com>`__,
206-
the world's largest repository of structured public data.
206+
the world's largest repository of structured public data. Note that the Enigma
207+
URL has changed from `app.enigma.io <https://app.enigma.io>`__ as of release
208+
``0.6.0``, as the old API deprecated.
207209

208210
Datasets are unique identified by the ``uuid4`` at the end of a dataset's web address.
209-
For example, the following code downloads USDA Food Recall Data from https://public.enigma.com/datasets/292129b0-1275-44c8-a6a3-2a0881f24fe1.
211+
For example, the following code downloads from `USDA Food Recalls 1996 Data <https://public.enigma.com/datasets/292129b0-1275-44c8-a6a3-2a0881f24fe1>`__.
210212

211213
.. ipython:: python
212214

0 commit comments

Comments
 (0)