8000 DOC fix link to scikit-learn's NumFOCUS donation page by kanissh · Pull Request #23695 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

DOC fix link to scikit-learn's NumFOCUS donation page #23695

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

Merged
merged 4 commits into from
Jun 20, 2022
Merged
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
19 changes: 9 additions & 10 deletions doc/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -586,9 +586,15 @@ Donating to the project
.......................

If you are interested in donating to the project or to one of our code-sprints,
you can use the *Paypal* button below or the `NumFOCUS Donations Page
<https://www.numfocus.org/support-numfocus.html>`_ (if you use the latter,
please indicate that you are donating for the scikit-learn project).
please donate via the `NumFOCUS Donations Page
<https://numfocus.org/donate-to-scikit-learn>`_.

.. raw :: html

<div style="text-align: center;">
<a class="btn btn-warning btn-big sk-donate-btn mb-1" href="https://numfocus.org/donate-to-scikit-learn">Help us, <strong>donate!</strong></a>
</div>
</br>

All donations will be handled by `NumFOCUS
<https://numfocus.org/>`_, a non-profit-organization which is
Expand All @@ -602,13 +608,6 @@ The received donations for the scikit-learn project mostly will go towards
covering travel-expenses for code sprints, as well as towards the organization
budget of the project [#f1]_.

.. raw :: html

</br></br>
<div style="text-align: center;">
<a class="btn btn-warning btn-big sk-donate-btn mb-1" href="https://numfocus.org/donate-to-scikit-learn">Help us, <strong>donate!</strong></a>
</div>
</br>

.. rubric:: Notes

Expand Down
0