Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/source/started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ separate from the *Python Client API*. This service enables the Python Client
API to call our REST service and access data in our knowledge graph. To enable
the API, do the following.

1. Navigate to the `Data Commons API`_ in the Google APIs Console.
2. Click the :code:`Enable` button and wait for the process to complete.
1. Join datacommons-users `Google Group`_.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: maybe mirror the other lines, so something like..
"""
Navigate to the datacommons-users Google Group page to join the group. Please join with the same Google account used to create the GCP project.
"""

2. Navigate to the `Data Commons API`_ in the Google APIs Console.
3. Click the :code:`Enable` button and wait for the process to complete.

.. _`Google Group`: https://groups.google.com/forum/#!forum/datacommons-users
.. _`Data Commons API`: https://console.developers.google.com/apis/api/api.datacommons.org/overview?pli=1

Using the Python Client API
Expand Down