Skip to content

Commit e0cc71e

Browse files
Add citation section to documentation
Added citation information for egglog-python library.
1 parent f1d3d78 commit e0cc71e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,23 @@ egraph.check(expr1 == expr2)
4949
egraph.extract(expr1)
5050
```
5151

52+
## How to cite
53+
54+
If you use **egglog-python** in academic work, please cite the paper:
55+
56+
```bibtex
57+
@misc{Shanabrook2023EgglogPython,
58+
title = {Egglog Python: A Pythonic Library for E-graphs},
59+
author = {Saul Shanabrook},
60+
year = {2023},
61+
eprint = {2305.04311},
62+
archivePrefix = {arXiv},
63+
primaryClass = {cs.PL},
64+
doi = {10.48550/arXiv.2305.04311},
65+
url = {https://arxiv.org/abs/2305.04311},
66+
note = {Presented at EGRAPHS@PLDI 2023}
67+
}
68+
5269
```{toctree}
5370
:maxdepth: 2
5471
tutorials

0 commit comments

Comments
 (0)