From 48161ef9e7fa112a8cc7c518b83b22d4a5618ef0 Mon Sep 17 00:00:00 2001 From: duckduckgrayduck <102841251+duckduckgrayduck@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:20:53 -0600 Subject: [PATCH] Add users page and small touches --- docs/communications.rst | 1 + docs/index.rst | 1 + docs/requests.rst | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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)