devel_numcpp_cpp_api_python =========================== C++ bridge notes ---------------- Documentation-oriented notes for C++ extension workflows. .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_numcpp_cpp_api_python/t01_cpp_bridge_note.py :language: python C++ bridge notes (Python) ------------------------- Documentation-only template. .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_numcpp_cpp_api_python/t01_cpp_bridge_notes.py :language: python Devel NumPy+C++: notes ---------------------- Notes for NumPy + C++ extension workflows. .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_numcpp_cpp_api_python/t01_cpp_notes.py :language: python Dataclass Point (Python) ------------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_numcpp_cpp_api_python/t02_dataclass_example.py :language: python Dataclass Point (Python) ------------------------ .. literalinclude:: ../../../../../scikitplot/cython/_templates/devel_numcpp_cpp_api_python/t03_dataclass_example.py :language: python