diff --git a/docs/communications.rst b/docs/communications.rst index 5f66264..2e6d091 100644 --- a/docs/communications.rst +++ b/docs/communications.rst @@ -13,6 +13,7 @@ CommunicationClient >>> comms_list , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ]> + :: >>> comm_example = client.communications.retrieve(108907) >>> comm_example diff --git a/docs/index.rst b/docs/index.rst index b119e3b..3b47b05 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,6 +27,7 @@ Documentation requests changelog credits + users Contributing ------------ diff --git a/docs/requests.rst b/docs/requests.rst index b69a70e..e7b8c3b 100644 --- a/docs/requests.rst +++ b/docs/requests.rst @@ -8,7 +8,7 @@ RequestClient .. class:: documentcloud.requests.RequestClient The request client allows access to search, list, create, and retrieve FOIA requests. Accessed generally as ``client.agencies``. - Refer to the getting started page to look at some examples of searching and filing for requests. + Refer to the getting started page to look at some examples of searching and filing requests. .. method:: list(self, **params)