Remove the experimental prefix for asyncio API in Sphinx rst script

pull/24286/head
Lidi Zheng 4 years ago
parent 32e4c1c1df
commit 7c8d1b2150
  1. 11
      doc/python/sphinx/grpc_asyncio.rst

@ -1,7 +1,7 @@
gRPC AsyncIO API
================
.. module:: grpc.experimental.aio
.. module:: grpc.aio
Overview
--------
@ -11,8 +11,8 @@ tailored to AsyncIO. Underlying, it utilizes the same C-extension, gRPC C-Core,
as existing stack, and it replaces all gRPC IO operations with methods provided
by the AsyncIO library.
This stack currently is under active development. Feel free to offer
suggestions by opening issues on our GitHub repo `grpc/grpc <https://github.com/grpc/grpc>`_.
This API is stable. Feel free to open issues on our GitHub repo
`grpc/grpc <https://github.com/grpc/grpc>`_ for bugs or suggestions.
The design doc can be found here as `gRFC <https://github.com/grpc/proposal/pull/155>`_.
@ -106,11 +106,6 @@ Client-Side Interceptor
.. autoclass:: InterceptedUnaryUnaryCall
.. autoclass:: UnaryUnaryClientInterceptor
.. Service-Side Context
.. ^^^^^^^^^^^^^^^^^^^^
.. .. autoclass:: ServicerContext
Multi-Callable Interfaces
^^^^^^^^^^^^^^^^^^^^^^^^^

Loading…
Cancel
Save