/doc/.templates/index.html

https://bitbucket.org/jpellerin/nose/ · HTML · 52 lines · 48 code · 4 blank · 0 comment · 0 complexity · 5922c992d94ae8c320e2b15612ba4fb7 MD5 · raw file

  1. <h1 class="big">nose</h1>
  2. <h2 class="big">is nicer testing for python</h2>
  3. <p class="big">nose extends unittest to make testing easier.</p>
  4. {{ body }}
  5. <h1>Documentation</h1>
  6. <table class="contentstable">
  7. <tr>
  8. <td width="50%">
  9. <a class="biglink" href="{{ pathto("testing") }}">
  10. Testing with nose</a>
  11. <p>Find out how to write, find and run tests using nose.<br />
  12. <a href="{{ pathto("testing") }}">More &gt;</a></p>
  13. </td>
  14. <td width="50%">
  15. <a class="biglink" href="{{ pathto("developing") }}">
  16. Developing with nose</a>
  17. <p>Find out how to write your own plugins, and about nose
  18. internals.<br/> <a href="{{ pathto("developing") }}">More &gt;</a></p>
  19. </td>
  20. </tr>
  21. <tr>
  22. <td>
  23. <a class="biglink" href="{{ pathto("news") }}">
  24. News</a>
  25. <p>What's new in this release?<br/>
  26. <a href="{{ pathto("news") }}">More &gt;</a></p>
  27. </td>
  28. <td>
  29. <a class="biglink" href="{{ pathto("further_reading") }}">
  30. Further reading</a>
  31. <p>Plugin recipes and usage examples, trivia and other
  32. uncategorizable items.<br/>
  33. <a href="{{ pathto("further_reading") }}">More &gt;</a></p>
  34. </td>
  35. </tr>
  36. <tr>
  37. <td>
  38. <span class="biglink">Indices and tables</span>
  39. <ul>
  40. <li><a href="{{ pathto("genindex") }}">
  41. Complete index</a></li>
  42. <li><a href="{{ pathto("modindex") }}">
  43. Index of documented modules</a></li>
  44. </ul>
  45. </td>
  46. <td></td>
  47. </tr>
  48. </table>