Skip to content

Commit 5859e77

Browse files
committed
update TOC for the last time...
1 parent 965823f commit 5859e77

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<!-- /TOC -->
2222

23-
# About
23+
## About
2424

2525
DABEST is a package for **D**ata **A**nalysis using **B**ootstrap-Coupled **EST**imation.
2626

@@ -37,7 +37,7 @@ An estimation plot has two key features.
3737
DABEST powers [estimationstats.com](https://www.estimationstats.com/), allowing everyone access to high-quality estimation plots.
3838

3939

40-
# Installation
40+
## Installation
4141

4242
This package is tested on Python 3.5, 3.6, 3.7, and 3.8.
4343
It is highly recommended to download the [Anaconda distribution](https://www.continuum.io/downloads) of Python in order to obtain the dependencies easily.
@@ -62,7 +62,7 @@ pip install .
6262
```
6363

6464

65-
# Usage
65+
## Usage
6666

6767
```python3
6868
import pandas as pd
@@ -83,7 +83,7 @@ iris_dabest.mean_diff.plot();
8383
Please refer to the official [tutorial](https://acclab.github.io/DABEST-python-docs/tutorial.html) for more useful code snippets.
8484

8585

86-
# How to cite
86+
## How to cite
8787

8888
**Moving beyond P values: Everyday data analysis with estimation plots**
8989

@@ -94,30 +94,30 @@ Nature Methods 2019, 1548-7105. [10.1038/s41592-019-0470-3](http://dx.doi.org/10
9494
[Paywalled publisher site](https://www.nature.com/articles/s41592-019-0470-3); [Free-to-view PDF](https://rdcu.be/bHhJ4)
9595

9696

97-
# Bugs
97+
## Bugs
9898

9999
Please report any bugs on the [Github issue tracker](https://github.com/ACCLAB/DABEST-python/issues/new).
100100

101101

102-
# Contributing
102+
## Contributing
103103

104104
All contributions are welcome; please read the [Guidelines for contributing](https://github.com/ACCLAB/DABEST-python/blob/master/CONTRIBUTING.md) first.
105105

106106
We also have a [Code of Conduct](https://github.com/ACCLAB/DABEST-python/blob/master/CODE_OF_CONDUCT.md) to foster an inclusive and productive space.
107107

108108

109-
# Acknowledgements
109+
## Acknowledgements
110110

111111
We would like to thank alpha testers from the [Claridge-Chang lab](https://www.claridgechang.net/): [Sangyu Xu](https://github.com/sangyu), [Xianyuan Zhang](https://github.com/XYZfar), [Farhan Mohammad](https://github.com/farhan8igib), Jurga Mituzaitė, and Stanislav Ott.
112112

113113

114-
# Testing
114+
## Testing
115115

116116
To test DABEST, you will need to install [pytest](https://docs.pytest.org/en/latest).
117117

118118
Run `pytest` in the root directory of the source distribution. This runs the test suite in the folder `dabest/tests`. The test suite will ensure that the bootstrapping functions and the plotting functions perform as expected.
119119

120120

121-
# DABEST in other languages
121+
## DABEST in other languages
122122

123123
DABEST is also available in R ([dabestr](https://github.com/ACCLAB/dabestr)) and Matlab ([DABEST-Matlab](https://github.com/ACCLAB/DABEST-Matlab)).

0 commit comments

Comments
 (0)