Searched refs:DOCS_DIR (Results 1 – 2 of 2) sorted by relevance
66 DOCS_DIR = pathlib.Path(__file__).parent.resolve() variable67 PYTHON_DIR = DOCS_DIR.parent162 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: