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/web/svg_to_react.py | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'diplomacy/web/svg_to_react.py') diff --git a/diplomacy/web/svg_to_react.py b/diplomacy/web/svg_to_react.py index dafe4d3..6ee5049 100644 --- a/diplomacy/web/svg_to_react.py +++ b/diplomacy/web/svg_to_react.py @@ -15,7 +15,7 @@ # with this program. If not, see . # ============================================================================== """ Helper script to convert a SVG file into a React JS component file. - Type `python