Simple sphinx wrapper around pyreverse (from pylint suit) to generate UML diagramms from modules.
GNU General Public License v3.0
50
stars
20
forks
source link
feat(config): Add max_width and scale config parameters #37
Closed
pcharmoille closed 1 year ago
max_width
(int) : Output max width in pixels. default is 1000scale
(float) : Scale the rendered output. default is 1Closes #17
I changed the scale so that 1 is an identity (compared to 100 previously).