mirror of
https://github.com/php-win-ext/grpc.git
synced 2026-03-26 18:12:14 +01:00
Fix `readme.rst`. Tested locally by running `python setup.py doc`, no more errors from observability. Only error is related to grpc_status: ``` WARNING: autodoc: failed to import module 'rpc_status' from module 'grpc_status'; the following exception was raised: cannot import name 'status_pb2' from 'google.rpc' (unknown location) ``` <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. --> Closes #35988 PiperOrigin-RevId: 609820414
31 lines
455 B
ReStructuredText
31 lines
455 B
ReStructuredText
Welcome to gRPC Python's documentation!
|
|
=======================================
|
|
|
|
Version: |version| Release: |release|
|
|
|
|
API Reference
|
|
=============
|
|
|
|
.. toctree::
|
|
:caption: Contents:
|
|
|
|
grpc
|
|
grpc_asyncio
|
|
grpc_admin
|
|
grpc_channelz
|
|
grpc_csds
|
|
grpc_health_checking
|
|
grpc_reflection
|
|
grpc_status
|
|
grpc_testing
|
|
grpc_observability
|
|
glossary
|
|
|
|
|
|
Indices and tables
|
|
==================
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`modindex`
|
|
* :ref:`search`
|