Skip to content

Commit c8b757a

Browse files
committed
Move advanced utility methods somewhere else in the docs index
1 parent 10e5dbb commit c8b757a

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

docs/source/api/methods.rst

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ Utilities
3131
- :meth:`~Client.run`
3232
- :meth:`~Client.add_handler`
3333
- :meth:`~Client.remove_handler`
34-
- :meth:`~Client.send`
35-
- :meth:`~Client.resolve_peer`
36-
- :meth:`~Client.save_file`
3734
- :meth:`~Client.stop_transmission`
3835

3936
Messages
@@ -159,6 +156,16 @@ Bots
159156
- :meth:`~Client.set_game_score`
160157
- :meth:`~Client.get_game_high_scores`
161158

159+
Advanced Usage (Raw API)
160+
^^^^^^^^^^^^^^^^^^^^^^^^
161+
162+
.. hlist::
163+
:columns: 4
164+
165+
- :meth:`~Client.send`
166+
- :meth:`~Client.resolve_peer`
167+
- :meth:`~Client.save_file`
168+
162169
-----
163170

164171
Details
@@ -172,9 +179,6 @@ Details
172179
.. automethod:: Client.run()
173180
.. automethod:: Client.add_handler()
174181
.. automethod:: Client.remove_handler()
175-
.. automethod:: Client.send()
176-
.. automethod:: Client.resolve_peer()
177-
.. automethod:: Client.save_file()
178182
.. automethod:: Client.stop_transmission()
179183

180184
.. Messages
@@ -269,3 +273,8 @@ Details
269273
.. automethod:: Client.send_game()
270274
.. automethod:: Client.set_game_score()
271275
.. automethod:: Client.get_game_high_scores()
276+
277+
.. Advanced Usage
278+
.. automethod:: Client.send()
279+
.. automethod:: Client.resolve_peer()
280+
.. automethod:: Client.save_file()

0 commit comments

Comments
 (0)