File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff 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.
5758See some usage examples of ` nominal.associations ` and ` model_utils.roc_graph ` on the [ examples page] ( getting_started/examples.md ) .
5859All 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+ ```
You can’t perform that action at this time.
0 commit comments