From 3ba4a70307159c2733ec19ee2aad1c686d324521 Mon Sep 17 00:00:00 2001 From: Julfried <51880314+Julfried@users.noreply.github.com> Date: Sat, 14 Dec 2024 15:51:27 +0100 Subject: [PATCH] Added a news fragment --- doc/whatsnew/fragments/10077.feature.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/whatsnew/fragments/10077.feature.rst 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