Refactor Moire files.

This commit is contained in:
Sergey Vartanov 2022-05-20 02:44:28 +03:00
parent 7ef98325de
commit d1214bec35
5 changed files with 3 additions and 2 deletions

View file

@ -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")