Go to the source code of this file.
|
| | docgen.args = parser.parse_args() |
| |
| | docgen.cwd |
| |
| | docgen.default |
| |
| | docgen.doc_branch = args.doc_branch |
| |
| | docgen.DOC_PATH = os.path.join(PROJECT_ROOT, 'doc/build') |
| |
| | docgen.help |
| |
| | docgen.ignore_errors |
| |
| | docgen.parser = argparse.ArgumentParser() |
| |
| | docgen.PROJECT_ROOT = os.path.abspath(os.path.join(SCRIPT_DIR, '..', '..', '..')) |
| |
| | docgen.python_doc_dir = os.path.join(repo_dir, 'python') |
| |
| | docgen.PYTHON_PATH = os.path.join(VIRTUALENV_DIR, 'bin', 'python') |
| |
| | docgen.repo_dir = os.path.join(repo_parent_dir, 'grpc') |
| |
| | docgen.repo_parent_dir = tempfile.mkdtemp() |
| |
| | docgen.REQUIREMENTS_PATH = os.path.join(PROJECT_ROOT, 'requirements.bazel.txt') |
| |
| | docgen.SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) |
| |
| | docgen.SETUP_PATH = os.path.join(PROJECT_ROOT, 'setup.py') |
| |
| list | docgen.subprocess_arguments_list = [] |
| |
| | docgen.tty_width = int(os.popen('stty size', 'r').read().split()[1]) |
| |
| | docgen.type |
| |
| | docgen.VIRTUALENV_DIR = os.environ['VIRTUAL_ENV'] |
| |