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

 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
<h1>Documentation</h1>
 
<h1>Documentation</h1>
 
<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 is implemented in the admindocs of Django using the Python module docutils. To browse documentation go to the admin interface and click on the "Documentation" link in the upper right corner 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>

Latest revision as of 23:03, 18 September 2015


Michigan Software 2015

Documentation

API

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

Test Coverage

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