Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #97337 > unrolled thread
| Started by | Laura Creighton <lac@openend.se> |
|---|---|
| First post | 2015-10-02 17:14 +0200 |
| Last post | 2015-10-02 17:14 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: I'm using Sphinx, but is there a UML auto generator Laura Creighton <lac@openend.se> - 2015-10-02 17:14 +0200
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Date | 2015-10-02 17:14 +0200 |
| Subject | Re: I'm using Sphinx, but is there a UML auto generator |
| Message-ID | <mailman.341.1443798870.28679.python-list@python.org> |
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 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 You can use Graphvix and Plant UML from inside Sphinx. http://build-me-the-docs-please.readthedocs.org/en/latest/Using_Sphinx/UsingGraphicsAndDiagramsInSphinx.html Laura
Back to top | Article view | comp.lang.python
csiph-web