Lidi Zheng
b65679bb74
Include AsyncIO interceptors in generated doc
4 years ago
Patrice Chalin
d109c5be50
Link to Python gRPC page on grpc.io
...
The newly updated [gRPC Python](https://grpc.io/docs/languages/python/ ) page, contains links to the quick start, tutorial, examples and more! Link directly to that page, rather than refer to only part of its contents.
4 years ago
Lidi Zheng
7c8d1b2150
Remove the experimental prefix for asyncio API in Sphinx rst script
4 years ago
Richard Belleville
2c1efcd0ae
Add documentation
4 years ago
Richard Belleville
0eabc3ec74
Add to Python documentation
4 years ago
Lidi Zheng
b9088ee9dd
Address comments
4 years ago
Lidi Zheng
8bcffaa5ca
Hide init_grpc_aio and guard async API outside of AsyncIO context
4 years ago
Patrice Chalin
5ac3aa789f
Docs: fix links to grpc.io tutorial pages
5 years ago
Patrice Chalin
4c4933e056
Docs: fix links to quick start pages
5 years ago
Lidi Zheng
004a3c3253
Weaken our promise
5 years ago
Lidi Zheng
dc3eb43ae6
It might be experimental
5 years ago
Lidi Zheng
6c2542150c
Format the rst file
5 years ago
Lidi Zheng
c57a3792a0
Remove unused extension
5 years ago
Lidi Zheng
6b2239ed40
Generate corresponding grpc_types.h link
5 years ago
Lidi Zheng
d3805e1b6c
Explain how to find channel arguments in our doc
5 years ago
Lidi Zheng
f7d71ccfa6
Update the glossary
5 years ago
Lidi Zheng
c1df38f2b9
Document wait_for_ready mechanism in Python's glossary
5 years ago
Lidi Zheng
6e0ac50b09
Improve the documentation for serializer and deserializer
5 years ago
Lidi Zheng
12b0ddbc2b
Improve the documentation based on suggestions
5 years ago
Lidi Zheng
1945c1108f
Move the docstring from Cython to rst
5 years ago
Lidi Zheng
d743e4390a
Fill-in missing interfaces & improve rst template
5 years ago
Lidi Zheng
e62afd7ed2
Polish the grpc_asyncio.rst
5 years ago
Lidi Zheng
5326f8623d
Update sphinx configuration
5 years ago
Yushiro FURUKAWA
61360c754b
Remove trailing-spaces from doc/*
5 years ago
Lidi Zheng
cc628584a6
Fix the Sphinx auto generation
5 years ago
Lidi Zheng
83ae68c5f0
Document the local credentials
5 years ago
curiousjazz77
e09e4d002d
fix broken link and move links to bottom
5 years ago
Richard Belleville
f900eec41d
Revert "Merge pull request #18727 from grpc/revert_compression"
...
This reverts commit 8054a731d1
, reversing
changes made to c3d3cf8053
.
6 years ago
Richard Belleville
167540efd4
Revert "Merge pull request #18564 from grpc/compression"
...
This reverts commit 9dfeb14be0
, reversing
changes made to 7009f2df58
.
6 years ago
Richard Belleville
5afd77398e
Implement compression API within gRPC Python.
6 years ago
Lidi Zheng
a7b2ed3b98
Add documentation for 'grpcio-status' package
6 years ago
Richard Belleville
dd4830eae8
Make gRPC version string available as grpc.__version__
6 years ago
Lidi Zheng
43599facf4
Channelz Python wrapper implementation
...
* Expose the C-Core API in Cython layer
* Handle the object translation
* Create a separate package for Channelz specifically
* Handle nullptr and raise exception if seen one
* Translate C++ Channelz unit tests
* Adding 5 more invalid query unit tests
Adding peripheral utility for grpcio-channelz package
* Add to `pylint_code.sh`
* Add to Python build script
* Add to artifact build script
* Add to Bazel
* Add to Sphinx module list
6 years ago
Lidi Zheng
b1b669300f
Update Python documentation
...
* Reorganize the section titles
* Add Tutorial and Example
6 years ago
Lidi Zheng
cabe8d8f10
New Python documentation generation
...
* Use templates instead of generating them every time
* Theme changed
* Add grpc_* modules
* APIs grouped
* No documentation for class members without docstring
* Add docstring for status code
6 years ago
Mehrdad Afshari
5ffb9bf8c4
Add server reflection guide for Python
6 years ago