-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documented majority of bindings, integrated sphinx, added pybind11-mkdoc
- Loading branch information
Showing
57 changed files
with
1,014 additions
and
944 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
include README.md LICENSE | ||
include README.md LICENSE CMakeLists.txt pyproject.toml | ||
include find_version.py | ||
graft cmake | ||
graft generated | ||
global-include CMakeLists.txt *.cmake | ||
recursive-include src * | ||
recursive-include pybind11/include *.h | ||
graft ci | ||
graft external | ||
graft src | ||
graft depthai-core | ||
prune depthai-core/build | ||
prune depthai-core/build* | ||
prune depthai-core/tests* | ||
prune depthai-core/examples* | ||
prune build | ||
prune wheelhouse | ||
prune dist | ||
prune tests | ||
prune examples |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
// Default DOC define, which is nullptr aka no docstring | ||
// This case covers when docstrings couldn't be generated | ||
#define DOC(...) ((const char*) nullptr) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#include "@DEPTHAI_PYTHON_DOCSTRINGS_INPUT@" |
Oops, something went wrong.