Third Week
In third week, we achieved following goals :
- Basic Structure for HTML Documentation.
- XML Doc was read to get appropriate information for HTML
- We use Jinja2 library in Python to generate HTML doc from XML.
- Use Bootstrap and jquery for CSS and JS.
- The documentation in HTML was divided into 3 regions :
- IMPORTS sections : here we link to imports in ecl file.
- Definition Tree : In this section, we simply show the hierarchical structure of ecl code in form of an nested collapsible list.
- Descriptions : here we show each attribute with their documentation.
- Definition Tree was linked with description and vice-versa
Comments
Post a Comment