Path: csiph.com!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'that?': 0.05; 'sphinx': 0.07; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'subject:using': 0.09; 'python': 0.10; '>to': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'sphinx.': 0.16; 'subject:generator': 0.16; 'tool.': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'not,': 0.22; 'class,': 0.22; 'doc': 0.22; 'trying': 0.22; 'fri,': 0.27; 'this.': 0.28; 'methods.': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; "i'm": 0.30; 'url:mailman': 0.30; 'class.': 0.30; 'guess': 0.31; 'url:python': 0.33; 'url:listinfo': 0.34; 'that,': 0.34; 'execution': 0.35; 'but': 0.36; 'there': 0.36; 'url:org': 0.36; 'tool': 0.36; 'basic': 0.36; 'depends': 0.36; 'subject:: ': 0.37; 'two': 0.37; 'method': 0.37; 'charset:us- ascii': 0.37; 'doing': 0.38; 'url:en': 0.39; 'url:mail': 0.40; 'called': 0.40; 'header:Message-Id:1': 0.61; 'relations': 0.63; 'subject:there': 0.66; '>if': 0.84; '>of': 0.84; 'header:In-reply- to:1': 0.84; 'url:readthedocs': 0.84; 'plant': 0.91; 'url:latest': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=openend.se; s=default; t=1443798861; bh=ELMxmjhzZnnheHIuKImXqK8c2s0g43jgk2CMA3+iqHk=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=Glu+S9ezLq3jbYMVCKHQSjQRKMlrCp1JK8GHsQL6KJagWYrEuTMWaV576VNs23e+j B1HrAQQ8+QlCbZ3zKTrPTssHRmCo3MzrMNJ/C+/mFNs81TP5A/c+CbpwiBWu30uIeX 6U4Kcp7NEou7oyWdER459EKImC4hhewot/7KpbeM= To: Gilcan Machado cc: python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: I'm using Sphinx, but is there a UML auto generator In-reply-to: References: Comments: In-reply-to Gilcan Machado message dated "Fri, 02 Oct 2015 11:14:59 -0300." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <22716.1443798859.1@fido> Content-Transfer-Encoding: quoted-printable Date: Fri, 02 Oct 2015 17:14:19 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Fri, 02 Oct 2015 17:14:21 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1443798870 news.xs4all.nl 23737 [2001:888:2000:d::a6]:34456 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:97337 In a message of Fri, 02 Oct 2015 11:14:59 -0300, Gilcan Machado writes: >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 executio= n >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 You can use Graphvix and Plant UML from inside Sphinx. http://build-me-the-docs-please.readthedocs.org/en/latest/Using_Sphinx/Usi= ngGraphicsAndDiagramsInSphinx.html Laura