Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leonfoks committed Oct 11, 2024
1 parent 0dcb1c1 commit c3e14e3
Show file tree
Hide file tree
Showing 82 changed files with 4,073 additions and 807 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@
assert isinstance(test, StatArray) and test.size == 10, TypeError("da 6")
print(test.summary)




# The StatArray can take any numpy function that returns an array as an input.
# The name and units of the variable can be assigned to the StatArray.

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/_images/sphx_glr_plot_StatArray_002.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_003.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_006.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_007.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_009.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_010.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_011.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_012.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_013.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_014.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_015.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_016.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_017.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_018.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_019.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_020.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_021.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/sphx_glr_plot_StatArray_022.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions docs/_sources/content/api/classes/core/DataArray.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DataArray
---------

.. inheritance-diagram:: geobipy.src.classes.core.DataArray.DataArray
:parts: 1

.. automodule:: geobipy.src.classes.core.DataArray
:members:
:undoc-members:

4 changes: 2 additions & 2 deletions docs/_sources/content/api/classes/core/StatArray.rst.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
StatArray
---------

.. inheritance-diagram:: geobipy.src.classes.core.StatArray.StatArray
.. inheritance-diagram:: geobipy.src.classes.core.DataArray.DataArray
:parts: 1

.. automodule:: geobipy.src.classes.core.StatArray
.. automodule:: geobipy.src.classes.core.DataArray
:members:
:undoc-members:

2 changes: 1 addition & 1 deletion docs/_sources/content/api/classes/core/core.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Core classes
:maxdepth: 1

myObject
StatArray
DataArray

10 changes: 10 additions & 0 deletions docs/_sources/content/api/classes/statistics/StatArray.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
StatArray
---------

.. inheritance-diagram:: geobipy.src.classes.statistics.StatArray.StatArray
:parts: 1

.. automodule:: geobipy.src.classes.statistics.StatArray
:members:
:undoc-members:

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Statistics classes
.. toctree::
:maxdepth: 1

StatArray
Distribution
Histogram
baseDistribution
Expand Down
Loading

0 comments on commit c3e14e3

Please sign in to comment.