Skip to content

Commit 226c807

Browse files
committed
Update index.md
1 parent a4916a9 commit 226c807

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

docs/index.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ is_homepage:
99
[![Python Version](https://img.shields.io/pypi/pyversions/dython.svg?style=for-the-badge)](https://pypi.org/project/dython/)
1010
[![PyPI - Downloads](https://img.shields.io/pypi/dm/dython?style=for-the-badge)](https://pypistats.org/packages/dython)
1111
[![License](https://img.shields.io/pypi/l/dython?style=for-the-badge)](https://github.com/shakedzy/dython/blob/master/LICENSE)
12+
[![DOI](https://img.shields.io/badge/DOI-10.5281%2Fzenodo.12698421-eb34c6?style=for-the-badge)](https://zenodo.org/doi/10.5281/zenodo.12698421)
1213

1314
![banner](images/index_banner.png)
1415

@@ -57,13 +58,14 @@ for more information.
5758
See some usage examples of `nominal.associations` and `model_utils.roc_graph` on the [examples page](getting_started/examples.md).
5859
All examples can also be imported and executed from `dython.examples`.
5960

60-
## Modules Documentation
61-
Full documentation of all modues and public methods is available:
62-
63-
* [data_utils](modules/data_utils.md)
64-
65-
* [nominal](modules/nominal.md)
66-
67-
* [model_utils](modules/model_utils.md)
68-
69-
* [sampling](modules/sampling.md)
61+
## Citing
62+
Use this reference to cite if you use Dython in a paper:
63+
```bibtex
64+
@software{Zychlinski_dython_2018,
65+
author = {Zychlinski, Shaked},
66+
title = {{dython}},
67+
year = {2018},
68+
url = {https://github.com/shakedzy/dython},
69+
doi = {10.5281/zenodo.12698421}
70+
}
71+
```

0 commit comments

Comments
 (0)