Skip to content

Commit

Permalink
Updated nbdev
Browse files Browse the repository at this point in the history
  • Loading branch information
JAnns98 committed Oct 8, 2024
1 parent 2c59934 commit 523f9dd
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 4 deletions.
2 changes: 2 additions & 0 deletions dabest/_api.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Loading data and relevant groups"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/API/load.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions dabest/_dabest_object.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Main class for estimating statistics and generating plots."""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/API/dabest_object.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions dabest/_delta_objects.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Auxiliary delta classes for estimating statistics and generating plots."""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/API/delta_objects.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions dabest/_effsize_objects.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""The auxiliary classes involved in the computations of bootstrapped effect sizes."""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/API/effsize_objects.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions dabest/_stats_tools/confint_1group.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""A range of functions to compute bootstraps for a single sample."""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/API/confint_1group.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions dabest/_stats_tools/confint_2group_diff.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""A range of functions to compute bootstraps for the mean difference"""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/API/confint_2group_diff.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions dabest/_stats_tools/effsize.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""A range of functions to compute various effect sizes."""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../../nbs/API/effsize.ipynb.

# %% ../../nbs/API/effsize.ipynb 4
Expand Down
2 changes: 2 additions & 0 deletions dabest/forest_plot.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Creating forest plots from contrast objects."""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/API/forest_plot.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions dabest/misc_tools.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Convenience functions that don't directly deal with plotting or bootstrap computations are placed here."""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/API/misc_tools.ipynb.

# %% auto 0
Expand Down
2 changes: 2 additions & 0 deletions dabest/plot_tools.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""A set of convenience functions used for producing plots in `dabest`."""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/API/plot_tools.ipynb.

# %% ../nbs/API/plot_tools.ipynb 2
Expand Down
2 changes: 2 additions & 0 deletions dabest/plotter.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Creating estimation plots."""

# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/API/plotter.ipynb.

# %% auto 0
Expand Down
4 changes: 0 additions & 4 deletions nbs/API/plotter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -730,10 +730,6 @@
"display_name": "python3",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python",
"version": "3.11.8"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 523f9dd

Please sign in to comment.