|
5 | 5 | [](https://www.anaconda.com/distribution/) |
7 | 7 | [](https://badge.fury.io/py/dabest) |
9 | | -[](https://pepy.tech/project/dabest) |
| 8 | +version](https://badge.fury.io/py/dabest.svg)](https://badge.fury.io/py/dabest) |
| 9 | +[](https://pepy.tech/project/dabest) |
10 | 10 | [](https://rdcu.be/bHhJ4) |
12 | 12 | [](https://spdx.org/licenses/BSD-3-Clause-Clear.html) |
@@ -49,19 +49,15 @@ includes performance improvements. |
49 | 49 |
|
50 | 50 | <!-- TOC depthFrom:1 depthTo:2 withLinks:1 updateOnSave:1 orderedList:0 --> |
51 | 51 |
|
52 | | -- [DABEST-Python](#dabest-python) |
53 | | - - [Recent Version Update](#recent-version-update) |
54 | | - - [Contents](#contents) |
55 | | - - [About](#about) |
56 | | - - [Installation](#installation) |
57 | | - - [Usage](#usage) |
58 | | - - [How to cite](#how-to-cite) |
59 | | - - [Bugs](#bugs) |
60 | | - - [Contributing](#contributing) |
61 | | - - [A wish list for new features](#a-wish-list-for-new-features) |
62 | | - - [Acknowledgements](#acknowledgements) |
63 | | - - [Testing](#testing) |
64 | | - - [DABEST in other languages](#dabest-in-other-languages) |
| 52 | +- [About](#about) |
| 53 | +- [Installation](#installation) |
| 54 | +- [Usage](#usage) |
| 55 | +- [How to cite](#how-to-cite) |
| 56 | +- [Bugs](#bugs) |
| 57 | +- [Contributing](#contributing) |
| 58 | +- [Acknowledgements](#acknowledgements) |
| 59 | +- [Testing](#testing) |
| 60 | +- [DABEST in other languages](#dabest-in-other-languages) |
65 | 61 |
|
66 | 62 | <!-- /TOC --> |
67 | 63 |
|
@@ -165,8 +161,8 @@ PDF](https://rdcu.be/bHhJ4) |
165 | 161 |
|
166 | 162 | ## Bugs |
167 | 163 |
|
168 | | -Please report any bugs on the [Github issue |
169 | | -tracker](https://github.com/ACCLAB/DABEST-python/issues/new). |
| 164 | +Please report any bugs on the [issue |
| 165 | +page](https://github.com/ACCLAB/DABEST-python/issues/new). |
170 | 166 |
|
171 | 167 | ## Contributing |
172 | 168 |
|
@@ -202,7 +198,7 @@ To test DABEST, you need to install |
202 | 198 | - Run `pytest` in the root directory of the source distribution. This |
203 | 199 | runs the test suite in the folder `dabest/tests/mpl_image_tests`. |
204 | 200 | - Run `nbdev_test` in the root directory of the source distribution. |
205 | | - This runs the value assertion tests in parent folder `dabest/tests` |
| 201 | + This runs the value assertion tests in the folder `dabest/tests` |
206 | 202 |
|
207 | 203 | The test suite ensures that the bootstrapping functions and the plotting |
208 | 204 | functions perform as expected. |
|
0 commit comments