doxi.nvim is a lightweight Neovim plugin for authoring Python docstring examples as real doctest-style transcripts. It is built for one narrow workflow: select a docstring example region, open a ...
m.def("test_function1", [](int, int) {}, py::arg("a"), py::arg("b")); m.def("test_function2", [](int, int) {}, py::arg("a"), py::arg("b"), "A custom docstring"); m ...