https://github.com/numpy/numpy/blob/bac0a8e844a6cf18335177e6203e0e8a92cddeca/doc/source/building/index.rst?plain=1#L506-L507 says > Headers ... may not be available from an editable install. However, [the meson-python Editable installs docs page](https://mesonbuild.com/meson-python/how-to-guides/editable-installs.html) linked just above says: > An editable install exposes at least all the files that would be available in a regular installation. wouldn't exposing at least all files imply exposing all headers? If so, does one of these pages need correcting? @rgommers maybe you can help clear this up?