From ef6a567aba378088fe7402bbeb4f329526e2fe43 Mon Sep 17 00:00:00 2001 From: Edward Xu Date: Sun, 28 Feb 2021 10:14:10 +0100 Subject: [PATCH] update docs to 0.2.7 --- docs/_modules/index.html | 9 +- .../graph/{planar.html => geographic.html} | 54 +-- docs/_modules/mgrid/graph/supra.html | 45 ++- .../grid/{planar.html => geographic.html} | 32 +- docs/_modules/mgrid/grid/supra.html | 20 +- .../_modules/mgrid/power_flow/conversion.html | 25 +- docs/_modules/mgrid/power_flow/delivery.html | 3 +- .../_modules/mgrid/power_flow/pandapower.html | 5 +- docs/_modules/mgrid/power_flow/series.html | 232 ++++++++++++ docs/_modules/mgrid/power_flow/snapshot.html | 276 ++++++++++++++ docs/_modules/mgrid/power_flow/type.html | 3 +- docs/_modules/mgrid/transformation.html | 68 ++-- docs/_sources/graph.rst.txt | 6 +- docs/_sources/grid.rst.txt | 6 +- docs/_sources/index.rst.txt | 3 +- docs/_sources/snapshots.rst.txt | 15 + docs/bibliography.html | 7 +- docs/genindex.html | 155 +++++--- docs/graph.html | 150 ++++---- docs/grid.html | 109 ++++-- docs/index.html | 15 +- docs/objects.inv | Bin 1390 -> 1551 bytes docs/power_flow.html | 13 +- docs/py-modindex.html | 17 +- docs/search.html | 3 +- docs/searchindex.js | 2 +- docs/snapshots.html | 339 ++++++++++++++++++ docs/transformation.html | 15 +- docs_raw/graph.rst | 6 +- docs_raw/grid.rst | 6 +- docs_raw/index.rst | 3 +- docs_raw/snapshots.rst | 15 + mgrid/__init__.py | 2 +- pyproject.toml | 3 +- setup.py | 9 + 35 files changed, 1386 insertions(+), 285 deletions(-) rename docs/_modules/mgrid/graph/{planar.html => geographic.html} (87%) rename docs/_modules/mgrid/grid/{planar.html => geographic.html} (88%) create mode 100644 docs/_modules/mgrid/power_flow/series.html create mode 100644 docs/_modules/mgrid/power_flow/snapshot.html create mode 100644 docs/_sources/snapshots.rst.txt create mode 100644 docs/snapshots.html create mode 100644 docs_raw/snapshots.rst create mode 100644 setup.py diff --git a/docs/_modules/index.html b/docs/_modules/index.html index 08070a3..25b6ef9 100644 --- a/docs/_modules/index.html +++ b/docs/_modules/index.html @@ -89,8 +89,9 @@