hi, please let me know how to create a uml diagram along with its equivalent documentation for the source code(.py format) using enterprise architecture 7.5 please help me find the solution, i have read the solution for the question on this website related to my topic but in vain
A:
I don't know about any direct solution, but some existing tools might help you in the process. The Eric Python IDE supports generating class diagrams from Python code, for example.
fviktor
2009-12-26 04:08:42
A:
- File / New Project / enter your project name.
- In the Project Browser, create a package named "source"
- Right-click the source package, "Code Engineering", "Import Source Directory".
- Pick the directory containing your module(s) as the "Root Directory"
- Set "Source Type" to Python
- Enable "Recursively Process Subdirectories"
- Select "Package Per File"
- Click "OK".
Peter
2009-12-26 20:50:25