Home
last modified time | relevance | path

Searched refs:DOCS_DIR (Results 1 – 2 of 2) sorted by relevance

/external/cronet/third_party/protobuf/python/docs/
Dgenerate_docs.py66 DOCS_DIR = pathlib.Path(__file__).parent.resolve() variable
67 PYTHON_DIR = DOCS_DIR.parent
162 automodule_path = DOCS_DIR.joinpath(*module.split(".")).with_suffix(".rst")
173 with open(DOCS_DIR / "index.rst", "r") as index_file:
179 with open(DOCS_DIR / "index.rst", "w") as index_file:
/external/protobuf/python/docs/
Dgenerate_docs.py66 DOCS_DIR = pathlib.Path(__file__).parent.resolve() variable
67 PYTHON_DIR = DOCS_DIR.parent
162 automodule_path = DOCS_DIR.joinpath(*module.split(".")).with_suffix(".rst")
173 with open(DOCS_DIR / "index.rst", "r") as index_file:
179 with open(DOCS_DIR / "index.rst", "w") as index_file: