Skip to content

Commit 87fea76

Browse files
New build
1 parent 5e4cc89 commit 87fea76

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/agencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ AgencyClient
1212

1313
.. method:: list(self, **params)
1414

15-
List all agencies with optional filtering by parameters. Filters include:
15+
List all agencies with optional filtering by parameters. Filters include:
1616
- name: The agency name. Partial matches are supported.
1717
- jurisdiction: the ID of the Jurisidiction the agency belongs to.
1818
:param params: Query parameters to filter results (e.g., `jurisdiction`, `name`).

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ dependencies = [
2525
[project.urls]
2626
"Homepage" = "https://github.com/MuckRock/python-muckrock"
2727
"Bug Tracker" = "https://github.com/MuckRock/python-muckrock/issues"
28+
"Documentation" ="https://python-muckrock.readthedocs.io/en/latest/"
2829

2930
[tool.hatch.build.targets.wheel]
3031
packages = ["src/muckrock"]

0 commit comments

Comments
 (0)