summaryrefslogtreecommitdiff
path: root/doc/pyreverse.rst
diff options
context:
space:
mode:
authorAndreas Finkler <3929834+DudeNr33@users.noreply.github.com>2023-03-10 21:24:37 +0100
committerGitHub <noreply@github.com>2023-03-10 21:24:37 +0100
commitceb241047100db4821aaf9bd0edcbe4c4f5d86fc (patch)
tree163ad6c1ae9e6c7dea1fb0de6a85760e77308c6b /doc/pyreverse.rst
parentab20812ad0e9ca17cc3bc32dbf34be575dcea502 (diff)
downloadpylint-git-ceb241047100db4821aaf9bd0edcbe4c4f5d86fc.tar.gz
pyreverse: drop support for .vcg format (#8426)
Diffstat (limited to 'doc/pyreverse.rst')
-rw-r--r--doc/pyreverse.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pyreverse.rst b/doc/pyreverse.rst
index fecbbaf5a..7595683d7 100644
--- a/doc/pyreverse.rst
+++ b/doc/pyreverse.rst
@@ -5,7 +5,7 @@ Pyreverse
``pyreverse`` analyzes your source code and generates package and class diagrams.
-It supports output to ``.dot``/``.gv``, ``.vcg``, ``.puml``/``.plantuml`` (PlantUML) and ``.mmd``/``.html`` (MermaidJS) file formats.
+It supports output to ``.dot``/``.gv``, ``.puml``/``.plantuml`` (PlantUML) and ``.mmd``/``.html`` (MermaidJS) file formats.
If Graphviz (or the ``dot`` command) is installed, all `output formats supported by Graphviz <https://graphviz.org/docs/outputs/>`_
can be used as well. In this case, ``pyreverse`` first generates a temporary ``.gv`` file, which is then
fed to Graphviz to generate the final image.