Document most methods and classes

This commit is contained in:
Lonami Exo
2023-09-14 21:17:24 +02:00
parent 569ff3d372
commit 604d95a807
28 changed files with 942 additions and 52 deletions

View File

@@ -18,7 +18,7 @@ def main() -> None:
run("isort", ".", "-c", "--profile", "black", "--gitignore")
or run("black", ".", "--check", "--extend-exclude", BLACK_IGNORE)
or run("mypy", "--strict", ".")
or run("sphinx", "-nW", "client/doc", tmp_dir)
or run("sphinx", "-M", "dummy", "client/doc", tmp_dir, "-n", "-W")
or run("pytest", ".", "-m", "not net")
)