Skip to content

Commit 713caf4

Browse files
committed
rejigger the toctree a bit, see if it does anything good
1 parent ae45b60 commit 713caf4

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

docs/source/index.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Effect comes with thorough API documentation.
1818
.. toctree::
1919
:maxdepth: 2
2020

21-
api/modules
21+
api/effect
2222

2323

2424

@@ -185,17 +185,14 @@ following:
185185
"""
186186
Perform an HTTP request where the body is sent as JSON and the response
187187
is automatically decoded as JSON if the Content-type is
188-
application/json.
188+
application/json.
189189
"""
190190
str_body = json.dumps(dict_body)
191191
return request_200_url(method, url, str_body).on(success=decode_json)
192192
193193
194-
195-
196194
Indices and tables
197195
==================
198196

199197
* :ref:`genindex`
200198
* :ref:`modindex`
201-
* :ref:`search`

0 commit comments

Comments
 (0)