File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020project = 'Trio CDP'
2121copyright = '2020, Mark Haase, Brian Mackintosh'
2222author = 'Mark Haase, Brian Mackintosh'
23-
23+ master_doc = 'index'
2424
2525# -- General configuration ---------------------------------------------------
2626
4949# Add any paths that contain custom static files (such as style sheets) here,
5050# relative to this directory. They are copied after the builtin static files,
5151# so a file named "default.css" will overwrite the builtin "default.css".
52- # html_static_path = ['_static']
52+ # html_static_path = ['_static']
Original file line number Diff line number Diff line change @@ -8,13 +8,11 @@ using `Trio <https://trio.readthedocs.io/>`_. This library handles the WebSocket
88negotiation and session management, allowing you to transparently multiplex commands,
99responses, and events over a single connection.
1010
11- Contents
12- --------
13-
1411.. toctree ::
15- :maxdepth: 1
12+ :caption: Contents
13+ :maxdepth: 1
1614
17- installation
18- getting_started
19- api
20- changelog
15+ installation
16+ getting_started
17+ api
18+ changelog
You can’t perform that action at this time.
0 commit comments