pybind11/docs
Yannick Jadoul 9796fe98fc
feat: vectorize functions with void return type (#1969)
* Allow function/functor passed to py::vectorize to return void

* Stealing @sizmailov's test and fixing unused argument warning

* Add missing std::move()

RVO doesn't work here because function return type is different from
actual returned type

* remove extra EOL

* docs: add a few details

* chore: pre-commit autoupdate

* Remove array_iterator, array_begin, and array_end (in detail namespace)

Co-authored-by: Sergei Izmailov <sergei.a.izmailov@gmail.com>
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
2020-10-02 15:30:34 -04:00
..
_static documentation improvements 2016-04-26 23:48:55 +02:00
advanced fix: use OVERRIDE instead of OVERLOAD (#2490) 2020-09-15 12:10:31 -04:00
Doxyfile Fix undefined memoryview format (#2223) 2020-07-15 08:50:43 -07:00
Makefile took a stab at some documentation 2015-10-13 03:16:44 +02:00
basics.rst feat: setup.py redesign and helpers (#2433) 2020-09-16 17:13:41 -04:00
benchmark.py ci: GHA basic format & pre-commit (#2309) 2020-07-20 13:35:21 -04:00
benchmark.rst ci: GHA basic format & pre-commit (#2309) 2020-07-20 13:35:21 -04:00
changelog.rst feat: vectorize functions with void return type (#1969) 2020-10-02 15:30:34 -04:00
classes.rst Avoid C-style casts for pointers in docs (#2487) 2020-09-14 20:07:29 +02:00
compiling.rst feat: parallel compiler (#2521) 2020-10-02 10:03:35 -04:00
conf.py fix: use svg to pdf converter instead of original solution 2020-09-17 16:07:47 -04:00
faq.rst ci: disallow some common capitalization mistakes (#2472) 2020-09-08 15:26:50 +02:00
index.rst docs: Use README.rst in docs as home page (#2500) 2020-09-17 15:40:09 -04:00
installing.rst docs: installing section (#2494) 2020-09-16 20:00:19 -04:00
limitations.rst ci: GHA basic format & pre-commit (#2309) 2020-07-20 13:35:21 -04:00
pybind11-logo.png Very minor documentation fixes, updated logo 2016-01-17 22:31:15 +01:00
pybind11_vs_boost_python1.png documentation improvements 2016-04-28 15:32:07 +02:00
pybind11_vs_boost_python1.svg Much more efficient generation of function signatures, updated docs 2016-01-17 22:31:15 +01:00
pybind11_vs_boost_python2.png documentation improvements 2016-04-28 15:32:07 +02:00
pybind11_vs_boost_python2.svg Much more efficient generation of function signatures, updated docs 2016-01-17 22:31:15 +01:00
reference.rst fix: rename `pybind11::module` to `pybind11::module_` (#2489) 2020-09-16 17:15:42 -04:00
release.rst ci: releases (#2530) 2020-09-30 15:48:08 -04:00
requirements.txt fix: use svg to pdf converter instead of original solution 2020-09-17 16:07:47 -04:00
upgrade.rst refactor: drop mkdoc and update changelog (#2491) 2020-09-16 17:14:06 -04:00