Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
emdupre committed Aug 20, 2018
1 parent d204949 commit 544ec79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ Release Checklist
`````````````````

This is the checklist of items that must be completed when cutting a new release of tedana.
These steps can only be completed by a project maintainer, but they a good resource for
These steps can only be completed by a project maintainer, but they are a good resource for
releasing your own Python projects!

#. All continuous integration must be passing and docs must be building successfully
#. All continuous integration must be passing and docs must be building successfully.
#. Create a new release, using the GitHub `guide for creating a release on GitHub`_.
`Release-drafter`_ should have already drafted release notes listing all
changes since the last release; check to make sure these are correct.
Expand All @@ -59,10 +59,8 @@ releasing your own Python projects!

We have set up tedana so that releases automatically mint a new DOI with Zenodo;
a guide for doing this integration is available `here`_.
You can also `learn more about DueCredit`_ and why citing software is important.

.. _`upload it to PyPi`: https://packaging.python.org/tutorials/packaging-projects/#uploading-the-distribution-archives
.. _`guide for creating a release on GitHub`: https://help.github.com/articles/creating-releases/
.. _`Release-drafter`: https://github.com/apps/release-drafter
.. _here: https://guides.github.com/activities/citable-code/
.. _`learn more about DueCredit`: https://github.com/duecredit/duecredit
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,13 @@ tedana (in this case, ``tedana_script.py``):
python -m duecredit tedana_script.py
You can also learn more about `why citing software is important`_.

.. _Differentiating BOLD and non-BOLD signals in fMRI time series using multi-echo EPI.: http://dx.doi.org/10.1016/j.neuroimage.2011.12.028
.. _Integrated strategy for improving functional connectivity mapping using multiecho fMRI.: http://dx.doi.org/10.1073/pnas.1301725110
.. _duecredit: https://github.com/duecredit/duecredit
.. _`why citing software is important`: https://www.software.ac.uk/how-cite-software


License Information
-------------------
Expand Down

0 comments on commit 544ec79

Please sign in to comment.