From 54fe847805f2fd5c6694a73e8528703030960017 Mon Sep 17 00:00:00 2001 From: Ryan Rizner Date: Wed, 6 Oct 2021 20:59:29 -0500 Subject: [PATCH] Added a link to the Census Data API User Guide to the readme. --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 99b93ef..a68a6b2 100644 --- a/README.rst +++ b/README.rst @@ -60,6 +60,8 @@ The default year may also be set client-wide:: c = Census("MY_API_KEY", year=2010) +Detailed information about the API can be found at the `Census Data API User Guide `_. + Datasets ========