Skip to content

Commit 7119d5e

Browse files
committed
Adding configuration for BumpVer in documentation
1 parent 0282778 commit 7119d5e

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

docs/source/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
.. currentmodule:: dabest
44

5+
===
56
API
67
===
78

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
# General information about the project.
6969
project = 'dabest'
70-
copyright = '2017-2023, Joses W. Ho'
70+
copyright = '2016-2023, Joses W. Ho'
7171
author = 'Joses W. Ho'
7272

7373
# The version info for the project you're documenting, acts as replacement for

docs/source/repeatedmeasures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Tutorial: Repeated Measures
55
===========================
66

7-
DABEST v2023.02.14 expands the repertoire of plots for experiments with repeated-measures designs. DABEST now allows the visualization of paired experiments with one control and multiple test
7+
DABEST version 2023.02.14 expands the repertoire of plots for experiments with repeated-measures designs. DABEST now allows the visualization of paired experiments with one control and multiple test
88
groups, as well as repeated measurements of the same group. This is an improved version of paired data plotting in previous versions, which only supported computations involving one test group and one control group.
99

1010
The repeated-measures function supports the calculation of effect sizes for

setup.cfg

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,13 @@ dabest/__init__.py =
2121
__version__ = "{version}"
2222
LICENSE =
2323
Copyright (c) 2016-YYYY Joses W. Ho
24+
docs/source/conf.py =
25+
2016-YYYY, Joses W. Ho
26+
docs/source/minimetadelta.rst =
27+
DABEST v{version}
28+
docs/source/proportion-plot.rst =
29+
DABEST v{version}
30+
docs/source/repeatedmeasures.rst =
31+
DABEST v{version}
32+
docs/source/tutorial.rst =
33+
DABEST v{version}

0 commit comments

Comments
 (0)