mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2025-12-31 20:36:26 +00:00
initialise with pylibbpf name
Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
@ -9,12 +9,12 @@ int add(int i, int j) {
|
||||
|
||||
namespace py = pybind11;
|
||||
|
||||
PYBIND11_MODULE(cmake_example, m) {
|
||||
PYBIND11_MODULE(pylibbpf, m) {
|
||||
m.doc() = R"pbdoc(
|
||||
Pybind11 example plugin
|
||||
-----------------------
|
||||
|
||||
.. currentmodule:: cmake_example
|
||||
.. currentmodule:: pylibbpf
|
||||
|
||||
.. autosummary::
|
||||
:toctree: _generate
|
||||
|
||||
Reference in New Issue
Block a user