mirror of
https://github.com/enzet/map-machine.git
synced 2025-07-25 20:39:22 +02:00
Refactor Moire files.
This commit is contained in:
parent
7ef98325de
commit
d1214bec35
5 changed files with 3 additions and 2 deletions
|
@ -302,4 +302,5 @@ def convert(input_path: Path, output_path: Path) -> None:
|
|||
|
||||
if __name__ == "__main__":
|
||||
for id_ in "readme", "contributing":
|
||||
convert(Path("doc") / f"{id_}.moi", Path(f"{id_.upper()}.md"))
|
||||
convert(Path("doc") / "moi" / f"{id_}.moi", Path(f"{id_.upper()}.md"))
|
||||
convert(Path("doc") / "moi" / "install.moi", Path("doc") / "INSTALL.md")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue