Difference between revisions of "Team:Michigan Software/Documentation"
(7 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
<h1>Documentation</h1> | <h1>Documentation</h1> | ||
− | + | <h2> API </h2> | |
− | + | <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/f/f0/Team_Michigan_Software_API.png" width=100%/> |
− | + | <h2> Test Coverage </h2> | |
− | <p> | + | <p>To run test coverage, use "python manage.py test protocat_app"</p> |
− | + | <img src="https://static.igem.org/mediawiki/2015/8/83/Team_Michigan_Software_TC.png" /> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </p> | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | < | + | |
− | < | + | |
− | + | ||
</div> | </div> | ||
</html> | </html> |
Latest revision as of 23:03, 18 September 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"