Files
grpc/doc/python/sphinx/index.rst
Xuan Wang ca36ff84ba [Python o11y] Fix readme (#35988)
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
2024-02-23 13:26:20 -08:00

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`