Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit c558d66

Browse files
committed
api docs
1 parent 251d761 commit c558d66

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

docs/api.rst

+23-14
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ TChannel
88
.. autoclass:: tchannel.TChannel
99
:members:
1010

11+
.. autoclass:: tchannel.Request
12+
:members:
13+
14+
.. autoclass:: tchannel.Response
15+
1116
.. autoclass:: tchannel.schemes.RawArgScheme
1217
:members:
1318

@@ -17,14 +22,7 @@ TChannel
1722
.. autoclass:: tchannel.schemes.ThriftArgScheme
1823
:members:
1924

20-
.. autoclass:: tchannel.tornado.RequestDispatcher
21-
:members:
22-
23-
.. autoclass:: tchannel.tornado.Request
24-
:members:
25-
26-
.. autoclass:: tchannel.tornado.Response
27-
:members:
25+
.. autofunction:: tchannel.thrift_request_builder
2826

2927

3028
Exceptions
@@ -34,12 +32,6 @@ Exceptions
3432
:members:
3533

3634

37-
Thrift
38-
------
39-
40-
.. automodule:: tchannel.thrift.client
41-
:members:
42-
4335

4436
Synchronous Client
4537
------------------
@@ -60,3 +52,20 @@ Testing
6052
This automodule directive intentionally doesn't include :members: because
6153
the module documentation for it explicitly calls out members that should be
6254
documented.
55+
56+
57+
Deprecated
58+
----------
59+
60+
.. autoclass:: tchannel.tornado.TChannel
61+
62+
.. autoclass:: tchannel.tornado.Request
63+
:members:
64+
65+
.. autoclass:: tchannel.tornado.Response
66+
:members:
67+
68+
.. automodule:: tchannel.thrift.client
69+
:members:
70+
71+

0 commit comments

Comments
 (0)