News

Describe the bug My Python package contains a subpackage called core that contains a module called models. I can refer to this module with @ref core.models however my output file shows "core::models".
Hello, I develop my Python app with uv to handle dependencies. I want to benefit from intellisense, type hints, mypy and ruff in VSCode while I develop my app. VSCode is the most popular IDE for ...