Functions | |
| def | get_libuv_version () |
| def | setup (app) |
Variables | |
| string | author = 'The gRPC Authors' |
| dictionary | autodoc_default_options |
| list | autodoc_mock_imports = [] |
| string | autodoc_typehints = 'description' |
| bool | autosummary_generate = True |
| string | branch = 'master' |
| string | copyright = '2020, The gRPC Authors' |
| string | epub_author = u'libuv contributors' |
| string | epub_basename = u'libuv' |
| string | epub_copyright = u'2014-present, libuv contributors' |
| list | epub_exclude_files = ['search.html'] |
| string | epub_publisher = u'libuv contributors' |
| string | epub_title = project |
| list | exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
| list | extensions |
| string | html_favicon = 'static/favicon.ico' |
| list | html_js_files = [] |
| string | html_logo = 'static/logo.png' |
| string | html_short_title = 'libuv %s documentation' % version |
| bool | html_show_sourcelink = True |
| dictionary | html_sidebars |
| list | html_static_path = ["_static"] |
| string | html_theme = 'alabaster' |
| dictionary | html_theme_options |
| string | html_title = 'libuv documentation' |
| string | htmlhelp_basename = 'libuv' |
| dictionary | intersphinx_mapping = {"https://docs.python.org/": None} |
| string | language = 'en' |
| list | latex_documents |
| dictionary | latex_elements |
| list | man_pages = [(master_doc, 'grpcio', 'grpcio Documentation', [author], 1)] |
| string | master_doc = 'index' |
| bool | napoleon_google_docstring = True |
| bool | napoleon_include_special_with_doc = True |
| bool | napoleon_numpy_docstring = True |
| string | project = 'gRPC Python' |
| pygments_style = None | |
| PYTHON_FOLDER | |
| release = grpc_version.VERSION | |
| string | rst_epilog = '.. |grpc_types_link| replace:: https://github.com/grpc/grpc/blob/%s/include/grpc/impl/codegen/grpc_types.h' % branch |
| list | source_suffix = ['.rst', '.md'] |
| list | templates_path = ['_templates'] |
| list | texinfo_documents |
| bool | todo_include_todos = True |
| string | version = '.'.join(grpc_version.VERSION.split('.')[:3]) |
| def conf.get_libuv_version | ( | ) |
Definition at line 20 of file third_party/libuv/docs/src/conf.py.
| def conf.setup | ( | app | ) |
Definition at line 247 of file third_party/protobuf/python/docs/conf.py.
| string conf.author = 'The gRPC Authors' |
Definition at line 32 of file doc/python/sphinx/conf.py.
| dictionary conf.autodoc_default_options |
Definition at line 67 of file doc/python/sphinx/conf.py.
| list conf.autodoc_mock_imports = [] |
Definition at line 71 of file doc/python/sphinx/conf.py.
| string conf.autodoc_typehints = 'description' |
Definition at line 73 of file doc/python/sphinx/conf.py.
| bool conf.autosummary_generate = True |
Definition at line 235 of file third_party/protobuf/python/docs/conf.py.
| string conf.branch = 'master' |
Definition at line 39 of file doc/python/sphinx/conf.py.
| string conf.copyright = '2020, The gRPC Authors' |
Definition at line 31 of file doc/python/sphinx/conf.py.
| string conf.epub_author = u'libuv contributors' |
Definition at line 285 of file third_party/libuv/docs/src/conf.py.
| string conf.epub_basename = u'libuv' |
Definition at line 290 of file third_party/libuv/docs/src/conf.py.
| string conf.epub_copyright = u'2014-present, libuv contributors' |
Definition at line 287 of file third_party/libuv/docs/src/conf.py.
| list conf.epub_exclude_files = ['search.html'] |
Definition at line 102 of file doc/python/sphinx/conf.py.
| string conf.epub_publisher = u'libuv contributors' |
Definition at line 286 of file third_party/libuv/docs/src/conf.py.
| string conf.epub_title = project |
Definition at line 101 of file doc/python/sphinx/conf.py.
| list conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
Definition at line 49 of file doc/python/sphinx/conf.py.
| list conf.extensions |
Definition at line 54 of file doc/python/sphinx/conf.py.
| string conf.html_favicon = 'static/favicon.ico' |
Definition at line 145 of file third_party/libuv/docs/src/conf.py.
| list conf.html_js_files = [] |
Definition at line 113 of file third_party/protobuf/python/docs/conf.py.
| string conf.html_logo = 'static/logo.png' |
Definition at line 140 of file third_party/libuv/docs/src/conf.py.
| string conf.html_short_title = 'libuv %s documentation' % version |
Definition at line 136 of file third_party/libuv/docs/src/conf.py.
| bool conf.html_show_sourcelink = True |
Definition at line 126 of file third_party/protobuf/python/docs/conf.py.
| dictionary conf.html_sidebars |
Definition at line 137 of file third_party/protobuf/python/docs/conf.py.
| list conf.html_static_path = ["_static"] |
Definition at line 86 of file doc/python/sphinx/conf.py.
| string conf.html_theme = 'alabaster' |
Definition at line 77 of file doc/python/sphinx/conf.py.
| dictionary conf.html_theme_options |
Definition at line 78 of file doc/python/sphinx/conf.py.
| string conf.html_title = 'libuv documentation' |
Definition at line 133 of file third_party/libuv/docs/src/conf.py.
| string conf.htmlhelp_basename = 'libuv' |
Definition at line 199 of file third_party/libuv/docs/src/conf.py.
| dictionary conf.intersphinx_mapping = {"https://docs.python.org/": None} |
Definition at line 240 of file third_party/protobuf/python/docs/conf.py.
| conf.language = 'en' |
Definition at line 48 of file doc/python/sphinx/conf.py.
| list conf.latex_documents |
Definition at line 218 of file third_party/libuv/docs/src/conf.py.
| dictionary conf.latex_elements |
Definition at line 204 of file third_party/libuv/docs/src/conf.py.
| list conf.man_pages = [(master_doc, 'grpcio', 'grpcio Documentation', [author], 1)] |
Definition at line 90 of file doc/python/sphinx/conf.py.
| string conf.master_doc = 'index' |
Definition at line 47 of file doc/python/sphinx/conf.py.
| bool conf.napoleon_google_docstring = True |
Definition at line 63 of file doc/python/sphinx/conf.py.
| bool conf.napoleon_include_special_with_doc = True |
Definition at line 65 of file doc/python/sphinx/conf.py.
| bool conf.napoleon_numpy_docstring = True |
Definition at line 64 of file doc/python/sphinx/conf.py.
| string conf.project = 'gRPC Python' |
Definition at line 30 of file doc/python/sphinx/conf.py.
| string conf.pygments_style = None |
Definition at line 50 of file doc/python/sphinx/conf.py.
| conf.PYTHON_FOLDER |
Definition at line 19 of file doc/python/sphinx/conf.py.
| def conf.release = grpc_version.VERSION |
Definition at line 37 of file doc/python/sphinx/conf.py.
| string conf.rst_epilog = '.. |grpc_types_link| replace:: https://github.com/grpc/grpc/blob/%s/include/grpc/impl/codegen/grpc_types.h' % branch |
Definition at line 110 of file doc/python/sphinx/conf.py.
| string conf.source_suffix = ['.rst', '.md'] |
Definition at line 46 of file doc/python/sphinx/conf.py.
| list conf.templates_path = ['_templates'] |
Definition at line 45 of file doc/python/sphinx/conf.py.
| list conf.texinfo_documents |
Definition at line 94 of file doc/python/sphinx/conf.py.
| bool conf.todo_include_todos = True |
Definition at line 106 of file doc/python/sphinx/conf.py.
| string conf.version = '.'.join(grpc_version.VERSION.split('.')[:3]) |
Definition at line 36 of file doc/python/sphinx/conf.py.