Commit Graph

26 Commits

Author SHA1 Message Date
Lidi Zheng dc3eb43ae6 It might be experimental 2020-04-23 10:22:34 -07:00
Lidi Zheng 6c2542150c Format the rst file 2020-04-22 17:03:39 -07:00
Lidi Zheng c57a3792a0 Remove unused extension 2020-04-22 17:02:32 -07:00
Lidi Zheng 6b2239ed40 Generate corresponding grpc_types.h link 2020-04-22 16:56:42 -07:00
Lidi Zheng d3805e1b6c Explain how to find channel arguments in our doc 2020-04-22 16:19:42 -07:00
Lidi Zheng f7d71ccfa6 Update the glossary 2020-04-22 14:51:21 -07:00
Lidi Zheng c1df38f2b9 Document wait_for_ready mechanism in Python's glossary 2020-04-22 13:38:22 -07:00
Lidi Zheng 6e0ac50b09 Improve the documentation for serializer and deserializer 2020-04-15 14:04:52 -07:00
Lidi Zheng 12b0ddbc2b Improve the documentation based on suggestions 2020-02-14 11:03:27 -08:00
Lidi Zheng 1945c1108f Move the docstring from Cython to rst 2020-02-14 11:03:10 -08:00
Lidi Zheng d743e4390a Fill-in missing interfaces & improve rst template 2020-02-14 11:03:10 -08:00
Lidi Zheng e62afd7ed2 Polish the grpc_asyncio.rst 2020-02-14 11:01:48 -08:00
Lidi Zheng 5326f8623d Update sphinx configuration 2020-02-14 11:01:48 -08:00
Richard Belleville 5ad654d5ab Merge pull request #19699 from curiousjazz77/patch-1
fix broken link and move links to bottom
2020-01-15 17:59:54 -08:00
Lidi Zheng cc628584a6 Fix the Sphinx auto generation 2019-10-30 16:33:47 -07:00
Lidi Zheng 83ae68c5f0 Document the local credentials 2019-10-30 16:26:51 -07:00
curiousjazz77 e09e4d002d fix broken link and move links to bottom 2019-07-19 11:45:02 -07:00
Richard Belleville f900eec41d Revert "Merge pull request #18727 from grpc/revert_compression"
This reverts commit 8054a731d1, reversing
changes made to c3d3cf8053.
2019-04-11 13:04:54 -07:00
Richard Belleville 167540efd4 Revert "Merge pull request #18564 from grpc/compression"
This reverts commit 9dfeb14be0, reversing
changes made to 7009f2df58.
2019-04-11 10:10:29 -07:00
Richard Belleville 5afd77398e Implement compression API within gRPC Python. 2019-04-09 15:14:03 -07:00
Lidi Zheng a7b2ed3b98 Add documentation for 'grpcio-status' package 2019-03-22 17:28:34 -07:00
Richard Belleville dd4830eae8 Make gRPC version string available as grpc.__version__ 2018-12-27 13:50:30 -08:00
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
2018-11-27 17:27:39 -08:00
Lidi Zheng b1b669300f Update Python documentation
* Reorganize the section titles
* Add Tutorial and Example
2018-11-12 13:54:53 -08:00
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
2018-11-06 18:07:03 -08:00
Mehrdad Afshari 5ffb9bf8c4 Add server reflection guide for Python 2018-08-06 13:40:53 -07:00