Merge pull request #24286 from lidizheng/aio-not-experimental

[Aio] Remove the experimental prefix for asyncio API in Sphinx rST
pull/24314/head
Lidi Zheng 4 years ago committed by GitHub
commit 77316f3c9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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