I'm using Sphinx, but is there a UML auto generator

Albert-Jan Roskam sjeik_appie at hotmail.com
Fri Oct 2 14:54:23 EDT 2015


(Sorry for top-posting, mobile hotmail sie sucks). This is cool, although it's not a Sphinx directive. You use insert the resulting graph in the .rst of course:
http://furius.ca/snakefood/

Date: Fri, 2 Oct 2015 11:14:59 -0300
Subject: I'm using Sphinx, but is there a UML auto generator
From: gilcanmachado at gmail.com
To: python-list at python.org

Hi,

I'm using Sphinx as a doc tool.

Amazing.

But I need a way to describe, for example, that, inside a Person class, there's a method called changePassword which depends of the execution of the method checkPermissions, and checkPermissions depends on the execution of two other methods.

I'm using a graphic tool like OpenDraw to do the job, but I guess there's a better way of doing this.

Is there any UML auto generator for python that do that?

If not, any suggestion?

By the way, I don't know UML (only the very basic stuff), I'm only trying to find a good way to describe the methods relations inside my class.

[]
Gil



-- 
https://mail.python.org/mailman/listinfo/python-list 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20151002/c18c0191/attachment.html>


More information about the Python-list mailing list