diff --git a/doc/whatsnew/fragments/10077.feature.rst b/doc/whatsnew/fragments/10077.feature.rst new file mode 100644 index 00000000000..b8e748071b4 --- /dev/null +++ b/doc/whatsnew/fragments/10077.feature.rst @@ -0,0 +1,4 @@ +Add --max-depth option to pyreverse to control diagram complexity. A depth of 0 shows only top-level packages, 1 shows one level of subpackages, etc. +This helps manage visualization of large codebases by limiting the depth of displayed packages and classes. + +Refs #10077