File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -271,3 +271,19 @@ Common gotchas to watch out for involve not ``free()``-ing memory region
271
271
that that were ``malloc() ``-ed in another shared library, using data
272
272
structures with incompatible ABIs, and so on. pybind11 is very careful not
273
273
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
+
You can’t perform that action at this time.
0 commit comments