Ninth Week

In ninth week, we achieved following goals :

  1. Generates Documentation for Users in clienttools documentation format.
  2. Code Refactoring :
  3. Here we reworked the code, so that all output formats are present in separate directories. This will allow easier extension to other formats in future. The only file needed to be modified to add more formats is Formats/generators.py and it will be added to ecldoc.
  4. Templates were moved to separate directory which makes it easier to install using setuptools in python.
  5. Code was reworked to generate absolute imports rather than relative imports. This makes it easier to move the destination of imports.
  6. Code was documented using docstrings and comments wherever required.
  7. Technical Documentation was generated to inform overall working of ecldoc code for future.

Comments

Popular posts from this blog

Sixth Week

Fifth Week

Tenth Week