Skip to content

Commit 00912e8

Browse files
committed
Add request for feedback on the trio API.
1 parent fc9d0d5 commit 00912e8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/reference/trio/client.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Client (:mod:`trio`)
22
=======================
33

4+
.. admonition:: The :mod:`trio` API is experimental.
5+
:class: caution
6+
7+
Please provide feedback in GitHub issues about the API, especially if you
8+
believe there's a more intuitive or convenient way to connect to a server.
9+
410
.. automodule:: websockets.trio.client
511

612
Opening a connection

docs/reference/trio/server.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Server (:mod:`trio`)
22
=======================
33

4+
.. admonition:: The :mod:`trio` API is experimental.
5+
:class: caution
6+
7+
Please provide feedback in GitHub issues about the API, especially if you
8+
believe there's a more intuitive or convenient way to run a server.
9+
410
.. automodule:: websockets.trio.server
511

612
Creating a server

0 commit comments

Comments
 (0)