summaryrefslogtreecommitdiff
path: root/doc/.templates/indexsidebar.html
blob: 244be55e1502f66a75a76f0f397da69d247f8d6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<h3><a href="http://pypi.python.org/pypi/nose/">Download</a></h3>
<ul>
  <li><a href="http://pypi.python.org/pypi/nose/">
      Current version: {{ release }}</a>
  </li>
</ul>

<h3>Install</h3>
<ul>
  <li>This release:<br/>
    <tt>easy_install nose=={{ release }}</tt></li>
  <li>Development (unstable):<br/>
    <tt>easy_install nose==dev</tt>
  </li>
</ul>

<h3>Community</h3>
<ul>
  <li><a href="http://groups.google.com/group/nose-announce">
    Announcement list</a>
    <ul><li>Sign up to receive email announcements
        of new releases</li></ul>
  </li>
  <li><a href="http://groups.google.com/group/nose-users">
    Users' discussion list</a>
    <ul><li>Talk about using nose. Get help. Give help!</li></ul>
  </li>
  <li><a href="http://lists.idyll.org/listinfo/testing-in-python">
      TIP list</a>
    <ul><li>The Testing In Python list features wide-ranging
        discussions of all topics of interest to python
        testers.</li></ul>
  </li>
</ul>

<h3><a href="https://github.com/nose-devs/nose/">Tracker</a></h3>
<ul><li>Report bugs, request features, wik the wiki, browse source.</li></ul>

<h3>Other links</h3>
<ul>
  <li>
    <a href="http://codespeak.net/py/current/doc/test.html">py.test</a>
  </li>
  <li>
    <a href="http://peak.telecommunity.com/DevCenter/setuptools">
      setuptools</a>
  </li>
</ul>

<h3>Older versions</h3>
<ul>
  <li><a href="../0.10.4/">nose 0.10, the previous major
      release.</a></li>
  <li><a href="../0.9.3/">nose 0.9.3, a very old version that you
      shouldn't use.</a></li>
</ul>