File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ Clients
5
5
6
6
.. currentmodule :: trio_websocket
7
7
8
- Creating A Client
9
- -----------------
8
+ Client Tutorial
9
+ ---------------
10
10
11
11
This page goes into the details of creating a WebSocket client. Let's start by
12
- revisiting the example from the :ref: `client-tutorial `.
12
+ revisiting the :ref: `client-example `.
13
13
14
14
.. code-block :: python
15
15
:linenos:
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ Change into the project directory and run the following command.
23
23
If you want to contribute to development of the library, also see
24
24
:ref: `developer-installation `.
25
25
26
- .. _client-tutorial :
26
+ .. _client-example :
27
27
28
- Client Tutorial
29
- ---------------
28
+ Client Example
29
+ --------------
30
30
31
31
This example briefly demonstrates how to create a WebSocket client.
32
32
@@ -57,9 +57,9 @@ before exiting the block.
57
57
58
58
For more details and examples, see :ref: `websocket-clients `.
59
59
60
- .. _server-tutorial :
60
+ .. _server-example :
61
61
62
- Server Tutorial
62
+ Server Example
63
63
---------------
64
64
65
65
This example briefly demonstrates how to create a WebSocket server. This server
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ Servers
5
5
6
6
.. currentmodule :: trio_websocket
7
7
8
- Creating A Server
9
- -----------------
8
+ Server Tutorial
9
+ ---------------
10
10
11
11
This page goes into the details of creating a WebSocket server. Let's start by
12
- revisiting the example from the :ref: `server-tutorial `.
12
+ revisiting the :ref: `server-example `.
13
13
14
14
.. code-block :: python
15
15
:linenos:
You can’t perform that action at this time.
0 commit comments