Skip to content

Commit 4b4187c

Browse files
authored
Merge pull request #2686 from KirstieJane/patch-1
[DOC] Update links to user and developer help forums
2 parents 9fb7930 + 38a8abd commit 4b4187c

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ To participate in the Nipype development related discussions please use the foll
9090

9191
Please add *[nipype]* to the subject line when posting on the mailing list.
9292

93+
You can even hangout with the Nipype developers in their
94+
`Gitter <https://gitter.im/nipy/nipype>`_ channel or in the BrainHack `Slack <https://brainhack.slack.com/messages/C1FR76RAL>`_ channel. (Click `here <https://brainhack-slack-invite.herokuapp.com>`_ to join the Slack workspace.)
95+
96+
9397
Contributing to the project
9498
---------------------------
9599

doc/_templates/indexsidebar.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ <h3>{{ _('Links') }}</h3>
44
<ul>
55
<li>Docs: <a href="http://nipy.org/nipype">Stable</a> · <a href="http://nipype.readthedocs.org/en/latest/">Dev</a></li>
66
<li>Code: <a href="http://github.com/nipy/nipype">Github</a> · <a href="http://github.com/nipy/nipype/issues">Bugs-Requests</a></li>
7-
<li>Forum: <a href="http://neurostars.org/t/nipype">User</a> · <a href="http://projects.scipy.org/mailman/listinfo/nipy-devel">Developer</a></li>
7+
<li>Forum: <a href="https://neurostars.org/search?q=nipype">User</a> · <a href="https://mail.python.org/mailman/listinfo/neuroimaging">Developer</a></li>
8+
<li>Chat: <a href="https://gitter.im/nipy/nipype">Gitter</a> · <a href="https://brainhack.slack.com/messages/C1FR76RAL">Slack</a></li>
89
<li><a href="about.html#funding">Funding</a> · <a href="http://nipy.org/software/license/index.html"><img src="https://img.shields.io/pypi/l/nipype.svg" alt="License"></a></li>
910
<li><a href="https://travis-ci.org/nipy/nipype"><img src="https://travis-ci.org/nipy/nipype.png?branch=master" alt="travis"></a> · <a href='https://codecov.io/gh/nipy/nipype'><img src='https://codecov.io/gh/nipy/nipype/branch/master/graph/badge.svg' alt='Coverage Status' /></a></li>
1011
<a href='https://pypi.python.org/pypi/nipype/'><img src='https://img.shields.io/pypi/pyversions/nipype.svg' alt='Python Versions' /></a></li>
1112
</ul>
1213

13-
{% endblock %}
14+
{% endblock %}

doc/devel/gitwash/known_projects.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.. PROJECTNAME placeholders
44
.. _PROJECTNAME: http://neuroimaging.scipy.org
55
.. _`PROJECTNAME github`: http://github.com/nipy
6-
.. _`PROJECTNAME mailing list`: http://projects.scipy.org/mailman/listinfo/nipy-devel
6+
.. _`PROJECTNAME mailing list`: https://mail.python.org/mailman/listinfo/neuroimaging
77

88
.. numpy
99
.. _numpy: http://numpy.scipy.org

doc/devel/interface_specs.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ In case of trouble, we encourage you to post on `NeuroStars <https://neurostars.
1212
NeuroStars.org is a platform similar to StackOverflow but dedicated to neuroinformatics.
1313
You can also post on the nipype developers mailing list: http://mail.python.org/mailman/listinfo/neuroimaging.
1414
As we are sharing a mailing list with the nipy community, please add ``[nipype]`` to the message title.
15+
Alternatively, you're welcome to chat with us in the Nipype
16+
`Gitter <https://gitter.im/nipy/nipype>`_ channel or in the
17+
BrainHack `Slack <https://brainhack.slack.com/messages/C1FR76RAL>`_ channel.
18+
(Click `here <https://brainhack-slack-invite.herokuapp.com>`_ to join the Slack workspace.)
1519

1620

1721
Overview

doc/links_names.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
.. _`nipy launchpad`: https://launchpad.net/nipy
3939
.. _launchpad: https://launchpad.net/
4040
.. _`nipy trunk`: https://code.launchpad.net/~nipy-developers/nipy/trunk
41-
.. _`nipy mailing list`: http://projects.scipy.org/mailman/listinfo/nipy-devel
41+
.. _`nipy mailing list`: https://mail.python.org/mailman/listinfo/neuroimaging
4242
.. _`nipy bugs`: https://bugs.launchpad.net/nipy
4343

4444
.. Code support stuff

0 commit comments

Comments
 (0)