From abb42dcd4886705d6ba8af27f68ef605218ac67c Mon Sep 17 00:00:00 2001 From: Philip Paquette Date: Wed, 11 Sep 2019 12:58:45 -0400 Subject: Added ReadtheDocs documentation for the public API - Reformatted the docstring to be compatible - Added tests to make sure the documentation compiles properly - Added sphinx as a pip requirement Co-authored-by: Philip Paquette Co-authored-by: notoraptor --- diplomacy/tests/test_datc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'diplomacy/tests/test_datc.py') diff --git a/diplomacy/tests/test_datc.py b/diplomacy/tests/test_datc.py index 8c40363..093ed14 100644 --- a/diplomacy/tests/test_datc.py +++ b/diplomacy/tests/test_datc.py @@ -24,7 +24,7 @@ from diplomacy.utils.order_results import OK, NO_CONVOY, BOUNCE, VOID, CUT, DISL # ----------------- # DATC TEST CASES # ----------------- -class TestDATC(): +class TestDATC: """ DATC test cases""" # pylint: disable=too-many-public-methods -- cgit v1.2.3