From e3423ca17a7591e00b7899c2ffd304e27039098a Mon Sep 17 00:00:00 2001 From: Colin Stark Date: Mon, 21 Mar 2022 17:01:53 +0900 Subject: [PATCH] Update Sphinx docs --- docs/modules/image.html | 291 ++++++++++++++++++----------------- docs/modules/initialize.html | 2 +- docs/modules/parameters.html | 6 +- docs/modules/plot.html | 28 +++- docs/modules/utils.html | 7 +- docs/searchindex.js | 2 +- 6 files changed, 177 insertions(+), 159 deletions(-) diff --git a/docs/modules/image.html b/docs/modules/image.html index 7f35106..d14c4e1 100644 --- a/docs/modules/image.html +++ b/docs/modules/image.html @@ -74,7 +74,7 @@

Navigation

__init__(out_path: os.PathLike, into_filename: os.PathLike, image_bundle: List[str], image_sources: Dict[str, str], file_type: str = 'jpg', spacing: int = 20, do_align_right: bool = False)None
-

Constructor method

+

Initialize.

@@ -110,7 +110,7 @@

Navigation

abstract save_combo_image(out_path: os.PathLike, into_filename: os.PathLike, file_type: str)None
-

How to write combined image file (abstract method)

+

Provide a tool to write a combined image file (abstract method).

Parameters