Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
e7d304fb
"example/example-python-types.py" did not exist on "ba0732e7dc7b171970f5dddf29ecbdbcde29a171"
Unverified
Commit
e7d304fb
authored
Nov 17, 2017
by
Wenzel Jakob
Committed by
GitHub
Nov 17, 2017
Browse files
added citation reference (fixes #767) (#1189)
parent
6d19036c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
docs/faq.rst
docs/faq.rst
+16
-0
No files found.
docs/faq.rst
View file @
e7d304fb
...
@@ -241,3 +241,19 @@ Common gotchas to watch out for involve not ``free()``-ing memory region
...
@@ -241,3 +241,19 @@ Common gotchas to watch out for involve not ``free()``-ing memory region
that that were ``malloc()``-ed in another shared library, using data
that that were ``malloc()``-ed in another shared library, using data
structures with incompatible ABIs, and so on. pybind11 is very careful not
structures with incompatible ABIs, and so on. pybind11 is very careful not
to make these types of mistakes.
to make these types of mistakes.
How to cite this project?
=========================
We suggest the following BibTeX template to cite pybind11 in scientific
discourse:
.. code-block:: bash
@misc{pybind11,
author = {Wenzel Jakob and Jason Rhinelander and Dean Moldovan},
year = {2017},
note = {https://github.com/pybind/pybind11},
title = {pybind11 -- Seamless operability between C++11 and Python}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment