Regenerated python docstrings

This commit is contained in:
Alejandro Saucedo 2021-03-06 11:20:27 +00:00
parent b753660c29
commit 0a856c3f82
3 changed files with 481 additions and 518 deletions

View file

@ -163,6 +163,9 @@ generate_python_docstrings:
python -m pybind11_mkdoc \
-o python/src/docstrings.hpp \
single_include/kompute/Kompute.hpp \
-Iexternal/fmt/include/ \
-Iexternal/spdlog/include/ \
-Iexternal/glslang/ \
-I/usr/include/c++/7.5.0/
install_python_reqs: