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