Revision: 1199
Author: edloper
Date: 2006-04-09 13:45:24 -0700 (Sun, 09 Apr 2006)
ViewCVS: http://svn.sourceforge.net/epydoc/?rev=1199&view=rev
Log Message:
-----------
- Added ascii version of architecture diagram
Modified Paths:
--------------
trunk/epydoc/src/epydoc/__init__.py
Modified: trunk/epydoc/src/epydoc/__init__.py
===================================================================
--- trunk/epydoc/src/epydoc/__init__.py 2006-04-09 20:43:09 UTC (rev 1198)
+++ trunk/epydoc/src/epydoc/__init__.py 2006-04-09 20:45:24 UTC (rev 1199)
@@ -56,6 +56,31 @@
side mark what portions of the processing chain are
initiated by build_doc_index() and cli(). Click on
any item to see its documentation.
+
+ /*
+ Python module or value * *
+ / \ | |
+ V V | |
+ introspect_docs() parse_docs() | |
+ \ / | |
+ V V | |
+ merge_docs() | |
+ | build_doc_index() cli()
+ V | |
+ link_imports() | |
+ | | |
+ V | |
+ assign_canonical_names() | |
+ | | |
+ V | |
+ parse_docstrings() | |
+ | | |
+ V | |
+ inherit_docs() * |
+ / | \ |
+ V V V |
+ HTMLWriter LaTeXWriter PlaintextWriter *
+ */
ranksep = 0.1;
node [shape="box", height="0", width="0"]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|