Skip to content

Commit b303733

Browse files
MNT: spaces and empty lines
Remove: - spaces at end of line, - empty lines at end of file.
1 parent 4f315a9 commit b303733

File tree

10 files changed

+2
-11
lines changed

10 files changed

+2
-11
lines changed

THANKS.rst

-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ and `UL1 TR000442 University of Iowa Clinical and Translational Science Program
1919

2020

2121
We would also like to thank `JetBrains <http://www.jetbrains.com/>`__ for providing `Pycharm <http://www.jetbrains.com/pycharm/>`__ licenses.
22-

doc/_templates/indexsidebar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ <h3>{{ _('Links') }}</h3>
1111
<a href='https://pypi.python.org/pypi/nipype/'><img src='https://img.shields.io/pypi/pyversions/nipype.svg' alt='Python Versions' /></a></li>
1212
</ul>
1313

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

doc/_templates/navbar.html

-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@
1313
<a class="navbar" href="{{pathto('developers')}}">Developers</a> ·
1414
<a class="navbar" href="{{pathto('about')}}">About</a> ·
1515
<a class="navbar" href="http://nipy.org">Nipy</a>
16-

doc/devel/filename_generation.rst

-1
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,3 @@ absolute path is generated and used for the ``cmdline`` when run, but
169169

170170
In [80]: res.interface.inputs.outfile
171171
Out[80]: 'bar.nii'
172-

doc/devel/gitwash/forking_hell.rst

-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ Create your own forked copy of nipype_
3030
should find yourself at the home page for your own forked copy of nipype_.
3131

3232
.. include:: links.inc
33-

doc/devel/gitwash/git_development.rst

-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ Contents:
1313
set_up_fork
1414
configure_git
1515
development_workflow
16-

doc/devel/gitwash/index.rst

-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ Contents:
1414
patching
1515
git_development
1616
git_resources
17-
18-

doc/devel/gitwash/set_up_fork.rst

-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,3 @@ Just for your own satisfaction, show yourself that you now have a new
6565
origin [email protected]:your-user-name/nipype.git (push)
6666

6767
.. include:: links.inc
68-

nipype/pipeline/engine/report_template.html

-1
Original file line numberDiff line numberDiff line change
@@ -261,4 +261,3 @@ <h2>
261261
</script>
262262
</body>
263263
</html>
264-

tools/feedstock.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# GITHUB_TOKEN: Pre-established token for user or bot
1414
#
1515
# One of:
16-
# CIRCLE_BRANCH: Name of release branch (rel/<version>)
16+
# CIRCLE_BRANCH: Name of release branch (rel/<version>)
1717
# CIRCLE_TAG: Name of release tag (<version>)
1818
#
1919
# Depends:

0 commit comments

Comments
 (0)