Go to the source code of this file.
Namespaces | |
conf | |
Variables | |
string | conf.author = 'The gRPC Authors' |
dictionary | conf.autodoc_default_options |
list | conf.autodoc_mock_imports = [] |
string | conf.autodoc_typehints = 'description' |
string | conf.branch = 'master' |
string | conf.copyright = '2020, The gRPC Authors' |
list | conf.epub_exclude_files = ['search.html'] |
string | conf.epub_title = project |
list | conf.exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
list | conf.extensions |
list | conf.html_static_path = ["_static"] |
string | conf.html_theme = 'alabaster' |
dictionary | conf.html_theme_options |
string | conf.language = 'en' |
list | conf.man_pages = [(master_doc, 'grpcio', 'grpcio Documentation', [author], 1)] |
string | conf.master_doc = 'index' |
bool | conf.napoleon_google_docstring = True |
bool | conf.napoleon_include_special_with_doc = True |
bool | conf.napoleon_numpy_docstring = True |
string | conf.project = 'gRPC Python' |
conf.pygments_style = None | |
conf.PYTHON_FOLDER | |
conf.release = grpc_version.VERSION | |
string | conf.rst_epilog = '.. |grpc_types_link| replace:: https://github.com/grpc/grpc/blob/%s/include/grpc/impl/codegen/grpc_types.h' % branch |
list | conf.source_suffix = ['.rst', '.md'] |
list | conf.templates_path = ['_templates'] |
list | conf.texinfo_documents |
bool | conf.todo_include_todos = True |
string | conf.version = '.'.join(grpc_version.VERSION.split('.')[:3]) |