alendit / sphinx-pyreverse

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

pcharmoille commented 1 year ago

max_width(int) : Output max width in pixels. default is 1000 scale (float) : Scale the rendered output. default is 1

Closes #17

I changed the scale so that 1 is an identity (compared to 100 previously).

doublethefish commented 1 year ago

It looks like #36 already contained most of these changes