Closed GiacomoPope closed 3 months ago
I think it's by defining __all__
But in general just having the module docstrings would help already
The ML-KEM parameters are actually documented in the docs now, so I've added the same for Kyber in https://github.com/GiacomoPope/kyber-py/pull/72
For example we have: https://kyber-py.readthedocs.io/en/latest/kyber_py.ml_kem.html
The header "Module contents" is empty, but it would be nice to show that really we can import
ML_KEM128
etc directly fromkyber_py.ml_kem
- what's the best way to make Sphinx see this?