added root index.md

This commit is contained in:
2026-02-21 20:34:01 +05:30
parent 56fb39de08
commit c8f32bf4b9
12 changed files with 98 additions and 46 deletions

View File

@@ -8,10 +8,16 @@ class MkDocsRenderer:
name: str
def generate_sources(self, project: Project, out_dir: Path) -> None: ...
def _write_module(
self,
module: Module,
packages: Set[str],
out_dir: Path,
) -> None: ...
def _render_markdown(self, title: str, module_path: str) -> str: ...
def _ensure_root_index(self, project, out_dir) -> None: ...
def _ensure_parent_index(self, parts, out_dir, link_target, title) -> None: ...