Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to NeuroStars software support category instead of neuro questions #768

Merged
merged 3 commits into from
Feb 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
contact_links:
- name: Usage question
url: https://neurostars.org/tag/nimare
url: https://neurostars.org/tags/c/software-support/234/nimare
about: Please ask questions about using NiMARE on NeuroStars.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ As stated in the code, severe or repeated violations by community members may re

## Asking questions about using NiMARE

Please direct usage-related questions to [NeuroStars][link_neurostars], with the ["nimare" tag][link_neurostars_nimare].
Please direct usage-related questions to [NeuroStars][link_neurostars], with [the "Software Support" category and the "nimare" tag][link_neurostars_nimare].
The ``NiMARE`` developers follow NeuroStars, and will be able to answer your question there.

## Labels
Expand Down Expand Up @@ -114,7 +114,7 @@ You're awesome.
[link_labels]: https://github.com/neurostuff/NiMARE/labels
[link_discussingissues]: https://help.github.com/articles/discussing-projects-in-issues-and-pull-requests
[link_neurostars]: https://neurostars.org
[link_neurostars_nimare]: https://neurostars.org/tag/nimare
[link_neurostars_nimare]: https://neurostars.org/tags/c/software-support/234/nimare

[link_pullrequest]: https://help.github.com/articles/creating-a-pull-request/
[link_fork]: https://help.github.com/articles/fork-a-repo/
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ A Python library for coordinate- and image-based meta-analysis.

[![Latest Version](https://img.shields.io/pypi/v/nimare.svg)](https://pypi.python.org/pypi/nimare/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nimare.svg)](https://pypi.python.org/pypi/nimare/)
[![GitHub Repository](https://img.shields.io/badge/Source%20Code-neurostuff%2Fnimare-purple)](https://github.com/neurostuff/NiMARE)
[![DOI](https://zenodo.org/badge/117724523.svg)](https://zenodo.org/badge/latestdoi/117724523)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Test Status](https://github.com/neurostuff/NiMARE/actions/workflows/testing.yml/badge.svg)](https://github.com/neurostuff/NiMARE/actions/workflows/testing.yml)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"matplotlib": ("https://matplotlib.org/", (None, "https://matplotlib.org/objects.inv")),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
"nibabel": ("https://nipy.org/nibabel/", None),
"nilearn": ("http://nilearn.github.io/", None),
"nilearn": ("http://nilearn.github.io/stable/", None),
"pymare": ("https://pymare.readthedocs.io/en/latest/", None),
"skimage": ("https://scikit-image.org/docs/stable/", None),
}
Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ To install NiMARE check out our `installation guide`_.
:target: https://pypi.python.org/pypi/nimare/
:alt: PyPI - Python Version

.. image:: https://img.shields.io/badge/Source%20Code-neurostuff%2Fnimare-purple
:target: https://github.com/neurostuff/NiMARE
:alt: GitHub Repository

.. image:: https://zenodo.org/badge/117724523.svg
:target: https://zenodo.org/badge/latestdoi/117724523
:alt: DOI
Expand Down