Difference between revisions of "Team:Michigan Software/Documentation"

Line 5: Line 5:
 
<h2> API </h2>
 
<h2> API </h2>
 
<p> Documentation implemented in admindocs of Django using Python module docutils. To browse documentation go to admin interface and click "Documentation" link in the upper right of the page.  </p>
 
<p> Documentation implemented in admindocs of Django using Python module docutils. To browse documentation go to admin interface and click "Documentation" link in the upper right of the page.  </p>
<img src="https://static.igem.org/mediawiki/2015/b/bc/Api.png" width=100%/>
+
<img src="https://static.igem.org/mediawiki/2015/f/f0/Team_Michigan_Software_API.png" width=100%/>
 
<h2> Test Coverage </h2>
 
<h2> Test Coverage </h2>
 
<p>To run test coverage, use "python manage.py test protocat_app"</p>
 
<p>To run test coverage, use "python manage.py test protocat_app"</p>

Revision as of 23:02, 18 September 2015


Michigan Software 2015

Documentation

API

Documentation implemented in admindocs of Django using Python module docutils. To browse documentation go to admin interface and click "Documentation" link in the upper right of the page.

Test Coverage

To run test coverage, use "python manage.py test protocat_app"