This commit is contained in:
snowy 2024-08-29 13:54:24 +08:00
parent 7c0b0df6ed
commit b0b61fbaf7

View File

@ -69,7 +69,7 @@ def generate_from_module(module_folder: str, output_dir: str, with_top: bool = F
os.makedirs(output_dir)
replace_data = {
"__init__": "index",
"__init__": "README",
".py" : ".md",
}