|
DocumentationModules
Guidelines and template for module documentation
Phase-Requirements IntroductionThe target audience for module documentation are users of a specific Tryton implementation. Module documentation extends the general documentation of Tryton. It should not repeat, replace or re-phrase the contents of other documentation. The documentation for each module should be very similar in structure for easier maintenance and reading. So it should be as short, complete and explicit as possible. Modules documentation should be written in reference style, like a man-page. It is not a Tutorial, so it should avoid long examples. For now, there should be no screen-shots used in the module documentation, since they are not easy to localize and translate. The text should be descriptive enough to be understood without screen shots. In general documentation should be written, to be easy translatable in different languages. Template for Module DocumentationThe following template describes the general structure of a documentation page for an individual module. Again, try to not duplicate any existing documentation like __tryton__.py, README, INSTALL, LICENSE, COPYRIGHT. Module Name
Short Description
Menu Entries
Models
Fields
Actions
Wizards
Workflows
Reports
References
External Documentation
| |