From 3a708b304319afe84ebf3d40ecebabe6acc339f3 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Mon, 7 Jun 2021 13:59:08 +0530 Subject: started work on automatic documentation --- docs/_build/html/_static/graphviz.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/_build/html/_static/graphviz.css (limited to 'docs/_build/html/_static/graphviz.css') diff --git a/docs/_build/html/_static/graphviz.css b/docs/_build/html/_static/graphviz.css new file mode 100644 index 0000000..b340734 --- /dev/null +++ b/docs/_build/html/_static/graphviz.css @@ -0,0 +1,19 @@ +/* + * graphviz.css + * ~~~~~~~~~~~~ + * + * Sphinx stylesheet -- graphviz extension. + * + * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS. + * :license: BSD, see LICENSE for details. + * + */ + +img.graphviz { + border: 0; + max-width: 100%; +} + +object.graphviz { + max-width: 100%; +} -- cgit v1.2.3