From 863c13d5164f7097e77f612a00f42e5ce8b5f45e Mon Sep 17 00:00:00 2001 From: Stathis Gennatas Date: Mon, 30 Mar 2026 20:02:41 -0700 Subject: [PATCH 1/2] docs --- python/rtemis_a3/src/rtemis/a3/errors.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/python/rtemis_a3/src/rtemis/a3/errors.py b/python/rtemis_a3/src/rtemis/a3/errors.py index bc0e635..3f90601 100644 --- a/python/rtemis_a3/src/rtemis/a3/errors.py +++ b/python/rtemis_a3/src/rtemis/a3/errors.py @@ -26,10 +26,4 @@ def __init__(self, message: str, errors: list[dict[str, Any]] | None = None): class A3ParseError(Exception): - """Raised when JSON parsing or file I/O fails. - - Parameters - ---------- - message : str - Human-readable description of the failure. - """ + """Raised when JSON parsing or file I/O fails.""" From 694df949a42e51157f9840f975f2f82ceb63b9ef Mon Sep 17 00:00:00 2001 From: Stathis Gennatas Date: Mon, 30 Mar 2026 20:05:11 -0700 Subject: [PATCH 2/2] add build-docs.sh --- python/.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/.gitignore b/python/.gitignore index 97110c4..50b2b40 100644 --- a/python/.gitignore +++ b/python/.gitignore @@ -38,3 +38,5 @@ htmlcov/ # Docs output site/ +# custom docs building +build-docs.sh