aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/python/sphinx/index.rst
diff options
context:
space:
mode:
authorGravatar Lidi Zheng <lidiz@google.com>2018-10-31 17:37:33 -0700
committerGravatar Lidi Zheng <lidiz@google.com>2018-11-06 18:07:03 -0800
commitcabe8d8f10387b49b52488989554d2946caee5aa (patch)
tree9499fd7abfd840dcfbafe169ca5452f08f52e11b /doc/python/sphinx/index.rst
parente4faafa5eb2b0b877a4b15822fb40101eea28a73 (diff)
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
Diffstat (limited to 'doc/python/sphinx/index.rst')
-rw-r--r--doc/python/sphinx/index.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/python/sphinx/index.rst b/doc/python/sphinx/index.rst
new file mode 100644
index 0000000000..b602b2934f
--- /dev/null
+++ b/doc/python/sphinx/index.rst
@@ -0,0 +1,24 @@
+Welcome to gRPC Python's documentation!
+=======================================
+
+Version: |version| Release: |release|
+
+API Reference
+=============
+
+.. toctree::
+ :caption: Contents:
+
+ api
+ grpc_health_checking
+ grpc_reflection
+ grpc_testing
+ glossary
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`