pybind11/docs/advanced/cast
Patrik Huber d265933d85 Fix typos in Eigen documentation
Fixes one small variable name typo, and two instances where `py::arg().nocopy()` is used, where I think it should be `py::arg().noconvert()` instead. Probably `nocopy()` was the old/original name for it and then it was changed.
2017-08-19 15:31:32 -04:00
..
chrono.rst Automate generation of reference docs with doxygen and breathe (#598) 2017-01-31 16:54:08 +01:00
custom.rst add note about custom type casters (fixes #480) 2016-11-04 11:06:22 +01:00
eigen.rst Fix typos in Eigen documentation 2017-08-19 15:31:32 -04:00
functional.rst Replace PYBIND11_PLUGIN with PYBIND11_MODULE 2017-05-29 03:21:19 +02:00
index.rst RFC - Add documentation for strings and Unicode issues (#636) 2017-02-02 13:56:31 +01:00
overview.rst Support std::string_view when compiled under C++17 2017-06-24 03:24:56 -03:00
stl.rst Add support for boost::variant in C++11 mode 2017-08-12 21:27:44 +02:00
strings.rst Fix invalid reference definition in string conversion docs 2017-06-25 17:35:44 +02:00