We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d19036 commit e7d304fCopy full SHA for e7d304f
docs/faq.rst
@@ -241,3 +241,19 @@ Common gotchas to watch out for involve not ``free()``-ing memory region
241
that that were ``malloc()``-ed in another shared library, using data
242
structures with incompatible ABIs, and so on. pybind11 is very careful not
243
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