-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docs] add citation instructions to website
- Loading branch information
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Citing splinebox | ||
================ | ||
|
||
If you use splinebox in the context of scientific publication, please cite it as follows. | ||
Note, that you will have to fill in the version yourself. If you are unsure what version you are running, | ||
you can find out by running | ||
|
||
.. code-block:: python | ||
import splinebox | ||
print(splinbox.__version__) | ||
BibTeX: | ||
|
||
.. code-block:: | ||
@misc{splinebox, | ||
author = {Aymanns, Florian and Andò, Edward and Uhlmann, Virginie}, | ||
title = {{S}pline{B}ox}, | ||
url = {https://pypi.org/project/splinebox/}, | ||
doi = {10.5281/zenodo.13358354}, | ||
note = {{V}ersion V.V.Vb1}, | ||
year = 2024, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ Getting Started | |
:hidden: | ||
|
||
padding.rst | ||
citation.rst | ||
|
||
Installation | ||
------------ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters