Skip to content

Commit 2406a0c

Browse files
committed
added citation reference (fixes #767) (#1189)
1 parent fbb2ef7 commit 2406a0c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/faq.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,3 +271,19 @@ Common gotchas to watch out for involve not ``free()``-ing memory region
271271
that that were ``malloc()``-ed in another shared library, using data
272272
structures with incompatible ABIs, and so on. pybind11 is very careful not
273273
to make these types of mistakes.
274+
275+
How to cite this project?
276+
=========================
277+
278+
We suggest the following BibTeX template to cite pybind11 in scientific
279+
discourse:
280+
281+
.. code-block:: bash
282+
283+
@misc{pybind11,
284+
author = {Wenzel Jakob and Jason Rhinelander and Dean Moldovan},
285+
year = {2017},
286+
note = {https://github.com/pybind/pybind11},
287+
title = {pybind11 -- Seamless operability between C++11 and Python}
288+
}
289+

0 commit comments

Comments
 (0)