We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a1136 commit 59a05b5Copy full SHA for 59a05b5
1 file changed
README.md
@@ -85,7 +85,8 @@ A **template** C++ library exposed to Python via [pybind11](https://github.com/p
85
│ └── api.rst
86
├── src/
87
│ └── core_lib/
88
- │ └── __init__.py # Re-exports from _core
+ │ ├── __init__.py # Re-exports from _core
89
+ │ └── math.py
90
└── tests/
91
├── unit/
92
│ └── test_core_lib.py # Unit tests (individual functions)
0 commit comments