Third Week

In third week, we achieved following goals :

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

Comments

Popular posts from this blog

Sixth Week

Fifth Week

Tenth Week