Skip to content

Commit e7d304f

Browse files
authoredNov 17, 2017
added citation reference (fixes pybind#767) (pybind#1189)
1 parent 6d19036 commit e7d304f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎docs/faq.rst

+16
Original file line numberDiff line numberDiff line change
@@ -241,3 +241,19 @@ Common gotchas to watch out for involve not ``free()``-ing memory region
241241
that that were ``malloc()``-ed in another shared library, using data
242242
structures with incompatible ABIs, and so on. pybind11 is very careful not
243243
to make these types of mistakes.
244+
245+
How to cite this project?
246+
=========================
247+
248+
We suggest the following BibTeX template to cite pybind11 in scientific
249+
discourse:
250+
251+
.. code-block:: bash
252+
253+
@misc{pybind11,
254+
author = {Wenzel Jakob and Jason Rhinelander and Dean Moldovan},
255+
year = {2017},
256+
note = {https://github.com/pybind/pybind11},
257+
title = {pybind11 -- Seamless operability between C++11 and Python}
258+
}
259+

0 commit comments

Comments
 (0)
Please sign in to comment.