From bdb6360ee68cdc1b4cd20d401d58c6d561ecf723 Mon Sep 17 00:00:00 2001 From: nvbln Date: Wed, 28 Feb 2024 13:03:59 +0000 Subject: [PATCH] deploy: ee1fe723ec7cf8be23c74737f6c6e2ea12fe5cfb --- .buildinfo | 2 +- _modules/abc.html | 57 +- _modules/contextlib.html | 87 +- _modules/dataclasses.html | 41 +- _modules/enum.html | 99 ++- _modules/index.html | 21 +- _modules/lightparam/core.html | 41 +- _modules/multiprocessing/context.html | 73 +- _modules/numba/np/ufunc/decorators.html | 48 +- _modules/pathlib.html | 161 ++-- _modules/sashimi/config.html | 29 +- _modules/sashimi/events.html | 21 +- .../hardware/cameras/hamamatsu/interface.html | 35 +- _modules/sashimi/hardware/cameras/mock.html | 27 +- _modules/sashimi/hardware/scanning.html | 21 +- _modules/sashimi/processes/logging.html | 33 +- _modules/sashimi/utilities.html | 31 +- _modules/typing.html | 155 ++-- ....4045f2051d55cab465a707391d5b2007.min.css} | 2 +- .../_sphinx_javascript_frameworks_compat.js | 134 +++ _static/basic.css | 54 +- _static/copybutton.css | 3 +- _static/copybutton.js | 44 +- _static/copybutton_funcs.js | 17 +- ....4045f2051d55cab465a707391d5b2007.min.css} | 2 +- _static/doctools.js | 480 +++++------ _static/documentation_options.js | 4 +- _static/{jquery-3.5.1.js => jquery-3.6.0.js} | 227 ++--- _static/jquery.js | 4 +- _static/language_data.js | 100 +-- ...9c37c29e427902b24a333a5f9fcb2f0b3ac41.css} | 742 +++++++++++++++-- _static/pygments.css | 7 +- _static/searchtools.js | 784 +++++++++--------- _static/styles/furo.css | 2 +- _static/styles/furo.css.map | 2 +- api/index.html | 33 +- api/sashimi.config.Path.html | 29 +- api/sashimi.config.html | 51 +- api/sashimi.events.AutoName.html | 29 +- api/sashimi.events.Enum.html | 29 +- api/sashimi.events.LoggedEvent.html | 29 +- api/sashimi.events.SashimiEvents.html | 29 +- api/sashimi.events.auto.html | 29 +- api/sashimi.events.html | 31 +- ...himi.hardware.cameras.HamamatsuCamera.html | 29 +- api/sashimi.hardware.cameras.MockCamera.html | 31 +- api/sashimi.hardware.cameras.html | 31 +- api/sashimi.hardware.scanning.ABC.html | 29 +- ...rdware.scanning.AbstractScanInterface.html | 29 +- ...shimi.hardware.scanning.ScanningError.html | 27 +- api/sashimi.hardware.scanning.html | 37 +- ...i.processes.logging.ConcurrenceLogger.html | 29 +- api/sashimi.processes.logging.Enum.html | 29 +- ...himi.processes.logging.LoggingProcess.html | 29 +- api/sashimi.processes.logging.Path.html | 29 +- api/sashimi.processes.logging.Process.html | 29 +- api/sashimi.processes.logging.TextIO.html | 29 +- api/sashimi.processes.logging.html | 31 +- api/sashimi.utilities.Empty.html | 27 +- api/sashimi.utilities.Enum.html | 29 +- api/sashimi.utilities.SpeedyArrayBuffer.html | 29 +- api/sashimi.utilities.html | 51 +- developer_guide/code_architecture.html | 27 +- developer_guide/hardware_control.html | 39 +- developer_guide/multiprocessing.html | 41 +- developer_guide/scanning.html | 27 +- genindex.html | 21 +- hardware/hardware.html | 53 +- index.html | 29 +- overview/FAQ.html | 27 +- overview/features.html | 43 +- overview/intro.html | 33 +- overview/references.html | 39 +- overview/structure.html | 27 +- py-modindex.html | 21 +- search.html | 21 +- searchindex.js | 2 +- user_guide/GUI.html | 51 +- user_guide/calibration.html | 27 +- user_guide/configuration.html | 29 +- user_guide/hardware_support.html | 27 +- user_guide/installation.html | 31 +- user_guide/planar_mode.html | 27 +- user_guide/usage_example.html | 29 +- user_guide/volume_mode.html | 27 +- 85 files changed, 2843 insertions(+), 2288 deletions(-) rename _sphinx_design_static/{design-style.b7bb847fb20b106c3d81b95245e65545.min.css => design-style.4045f2051d55cab465a707391d5b2007.min.css} (56%) create mode 100644 _static/_sphinx_javascript_frameworks_compat.js rename _static/{design-style.b7bb847fb20b106c3d81b95245e65545.min.css => design-style.4045f2051d55cab465a707391d5b2007.min.css} (56%) rename _static/{jquery-3.5.1.js => jquery-3.6.0.js} (98%) rename _static/{mystnb.css => mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css} (87%) diff --git a/.buildinfo b/.buildinfo index 773d752a..2acc6a73 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: d97fe96d42dbd27545146cd477179c43 +config: ede650957a02b475b6fb53791b321e15 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_modules/abc.html b/_modules/abc.html index 555e0871..be2bc448 100644 --- a/_modules/abc.html +++ b/_modules/abc.html @@ -1,19 +1,19 @@ - + - + abc - Sashimi - + - + - + @@ -157,7 +157,7 @@ Sashimi @@ -279,7 +279,7 @@

Source code for abc

 
 
 
[docs]def abstractmethod(funcobj): - """A decorator indicating abstract methods. + """A decorator indicating abstract methods. Requires that the metaclass is ABCMeta or derived from it. A class that has a metaclass derived from ABCMeta cannot be @@ -300,33 +300,33 @@

Source code for abc

 
 
 class abstractclassmethod(classmethod):
-    """A decorator indicating abstract classmethods.
+    """A decorator indicating abstract classmethods.
 
     Deprecated, use 'classmethod' with 'abstractmethod' instead.
     """
 
     __isabstractmethod__ = True
 
-    def __init__(self, callable):
-        callable.__isabstractmethod__ = True
-        super().__init__(callable)
+    def __init__(self, callable):
+        callable.__isabstractmethod__ = True
+        super().__init__(callable)
 
 
 class abstractstaticmethod(staticmethod):
-    """A decorator indicating abstract staticmethods.
+    """A decorator indicating abstract staticmethods.
 
     Deprecated, use 'staticmethod' with 'abstractmethod' instead.
     """
 
     __isabstractmethod__ = True
 
-    def __init__(self, callable):
-        callable.__isabstractmethod__ = True
-        super().__init__(callable)
+    def __init__(self, callable):
+        callable.__isabstractmethod__ = True
+        super().__init__(callable)
 
 
 class abstractproperty(property):
-    """A decorator indicating abstract properties.
+    """A decorator indicating abstract properties.
 
     Deprecated, use 'property' with 'abstractmethod' instead.
     """
@@ -343,7 +343,7 @@ 

Source code for abc

     ABCMeta.__module__ = 'abc'
 else:
     class ABCMeta(type):
-        """Metaclass for defining Abstract Base Classes (ABCs).
+        """Metaclass for defining Abstract Base Classes (ABCs).
 
         Use this metaclass to create an ABC.  An ABC can be subclassed
         directly, and then acts as a mix-in class.  You can also register
@@ -361,22 +361,22 @@ 

Source code for abc

             return cls
 
         def register(cls, subclass):
-            """Register a virtual subclass of an ABC.
+            """Register a virtual subclass of an ABC.
 
             Returns the subclass, to allow usage as a class decorator.
             """
             return _abc_register(cls, subclass)
 
         def __instancecheck__(cls, instance):
-            """Override for isinstance(instance, cls)."""
+            """Override for isinstance(instance, cls)."""
             return _abc_instancecheck(cls, instance)
 
         def __subclasscheck__(cls, subclass):
-            """Override for issubclass(subclass, cls)."""
+            """Override for issubclass(subclass, cls)."""
             return _abc_subclasscheck(cls, subclass)
 
         def _dump_registry(cls, file=None):
-            """Debug helper to print the ABC registry."""
+            """Debug helper to print the ABC registry."""
             print(f"Class: {cls.__module__}.{cls.__qualname__}", file=file)
             print(f"Inv. counter: {get_cache_token()}", file=file)
             (_abc_registry, _abc_cache, _abc_negative_cache,
@@ -388,16 +388,16 @@ 

Source code for abc

                   file=file)
 
         def _abc_registry_clear(cls):
-            """Clear the registry (for debugging or testing)."""
+            """Clear the registry (for debugging or testing)."""
             _reset_registry(cls)
 
         def _abc_caches_clear(cls):
-            """Clear the caches (for debugging or testing)."""
+            """Clear the caches (for debugging or testing)."""
             _reset_caches(cls)
 
 
 
[docs]class ABC(metaclass=ABCMeta): - """Helper class that provides a standard way to create an ABC using + """Helper class that provides a standard way to create an ABC using inheritance. """ __slots__ = ()
@@ -421,9 +421,7 @@

Source code for abc

             
           
-
- -
+
@@ -438,15 +436,16 @@

Source code for abc

 
+ - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - + + - + - +