|
| bool | oct.docs.oct_docs._is_auto_generated (Path path, str marker) |
| list[str] | oct.docs.oct_docs._check_sphinx_deps () |
| dict | oct.docs.oct_docs._load_project_info (Path root) |
| dict | oct.docs.oct_docs._load_docs_config (Path root) |
| list[str] | oct.docs.oct_docs._discover_markdown (Path docs_dir) |
| list[str] | oct.docs.oct_docs._order_markdown (list[str] stems) |
| bool | oct.docs.oct_docs._should_skip_dir (Path path, Path root) |
| list[tuple[str, Path]] | oct.docs.oct_docs._find_packages (Path root, dict config) |
| bool | oct.docs.oct_docs._generate_api_rst (Path root, Path docs_dir, dict config) |
| bool | oct.docs.oct_docs._generate_deps_rst (Path root, Path docs_dir) |
| None | oct.docs.oct_docs._write_index_rst (Path docs_dir, str project_name, list[str] md_stems, bool has_api, bool has_deps) |
| Path | oct.docs.oct_docs.setup_sphinx (Path root) |
| int | oct.docs.oct_docs.run_sphinx_build (Path docs_dir, dict config) |
| int | oct.docs.oct_docs.run_docs_sphinx (Path root) |
| bool | oct.docs.oct_docs._check_doxygen_installed () |
| Path|None | oct.docs.oct_docs._find_doxyfile (Path root) |
| Path | oct.docs.oct_docs._create_patched_doxyfile (Path doxyfile_path, Path root) |
| int | oct.docs.oct_docs._sweep_stale_doxyfiles (int max_age_seconds=_STALE_DOXYFILE_MAX_AGE_SECONDS) |
| int | oct.docs.oct_docs.run_docs_doxygen (Path root) |
| int | oct.docs.oct_docs.run_docs_clean (Path root, *, bool dry_run=False) |
| int | oct.docs.oct_docs.run_docs_all (Path root) |