File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ <h3>{{ _('Links') }}</h3>
6
6
< li > Code: < a href ="http://github.com/nipy/nipype "> Github</ a > · < a href ="http://github.com/nipy/nipype/issues "> Bugs-Requests</ a > </ li >
7
7
< li > Forum: < a href ="http://groups.google.com/group/nipy-user "> User</ a > · < a href ="http://projects.scipy.org/mailman/listinfo/nipy-devel "> Developer</ a > </ li >
8
8
< li > Info: < a href ="http://nipy.org/software/license/index.html "> License</ a > · < a href ="http://nipy.org/about/funding.html "> Funding</ a > </ li >
9
+ < li > < a href ="https://travis-ci.org/nipy/nipy "> < img src ="https://travis-ci.org/nipy/nipype.png?branch=master " alt ="travis "> </ a > · < a href ='https://coveralls.io/r/nipy/nipype '> < img src ='https://coveralls.io/repos/nipy/nipype/badge.png ' alt ='Coverage Status ' /> </ a > </ li >
9
10
</ ul >
10
11
11
12
{% endblock %}
Original file line number Diff line number Diff line change 55
55
56
56
# General information about the project.
57
57
project = u'nipype'
58
- copyright = u'2009-12 , Neuroimaging in Python team'
58
+ copyright = u'2009-13 , Neuroimaging in Python team'
59
59
60
60
# The version info for the project you're documenting, acts as replacement for
61
61
# |version| and |release|, also used in various other places throughout the
You can’t perform that action at this time.
0 commit comments