/doc/.templates/indexsidebar.html

https://bitbucket.org/jpellerin/nose/ · HTML · 56 lines · 51 code · 5 blank · 0 comment · 0 complexity · e90097b681eebb73942f7c0514f0bc0d MD5 · raw file

  1. <h3><a href="http://pypi.python.org/pypi/nose/">Download</a></h3>
  2. <ul>
  3. <li><a href="http://pypi.python.org/pypi/nose/">
  4. Current version: {{ release }}</a>
  5. </li>
  6. </ul>
  7. <h3>Install</h3>
  8. <ul>
  9. <li>This release:<br/>
  10. <tt>easy_install nose=={{ release }}</tt></li>
  11. <li>Development (unstable):<br/>
  12. <tt>easy_install nose==dev</tt>
  13. </li>
  14. </ul>
  15. <h3>Community</h3>
  16. <ul>
  17. <li><a href="http://groups.google.com/group/nose-announce">
  18. Announcement list</a>
  19. <ul><li>Sign up to receive email announcements
  20. of new releases</li></ul>
  21. </li>
  22. <li><a href="http://groups.google.com/group/nose-users">
  23. Users' discussion list</a>
  24. <ul><li>Talk about using nose. Get help. Give help!</li></ul>
  25. </li>
  26. <li><a href="http://lists.idyll.org/listinfo/testing-in-python">
  27. TIP list</a>
  28. <ul><li>The Testing In Python list features wide-ranging
  29. discussions of all topics of interest to python
  30. testers.</li></ul>
  31. </li>
  32. </ul>
  33. <h3><a href="http://code.google.com/p/python-nose/">Tracker</a></h3>
  34. <ul><li>Report bugs, request features, wik the wiki, browse source.</li></ul>
  35. <h3>Other links</h3>
  36. <ul>
  37. <li>
  38. <a href="http://codespeak.net/py/current/doc/test.html">py.test</a>
  39. </li>
  40. <li>
  41. <a href="http://peak.telecommunity.com/DevCenter/setuptools">
  42. setuptools</a>
  43. </li>
  44. </ul>
  45. <h3>Older versions</h3>
  46. <ul>
  47. <li><a href="../0.10.4/">nose 0.10, the previous major
  48. release.</a></li>
  49. <li><a href="../0.9.3/">nose 0.9.3, a very old version that you
  50. shouldn't use.</a></li>
  51. </ul>