Skip to content

Commit 49e6b78

Browse files
tomwhitemergify[bot]
authored andcommittedNov 15, 2021
NumFOCUS onboarding
1 parent 425e654 commit 49e6b78

File tree

5 files changed

+44
-4
lines changed

5 files changed

+44
-4
lines changed
 

‎GOVERNANCE.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please see our [code of conduct](https://github.com/pystatgen/.github/blob/master/CODE_OF_CONDUCT.md) for more information.

‎README.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,28 @@
1-
# sgkit
1+
# sgkit: Statistical genetics toolkit in Python
22
[![Build status](https://github.com/pystatgen/sgkit/workflows/Build/badge.svg?branch=main)](https://github.com/pystatgen/sgkit/actions?query=workflow%3A%22Build%22+branch%3Amain)
33
[![Windows build status](https://github.com/pystatgen/sgkit/workflows/Windows/badge.svg?branch=main)](https://github.com/pystatgen/sgkit/actions?query=workflow%3A%22Windows%22+branch%3Amain)
44
[![Documentation status](https://github.com/pystatgen/sgkit/workflows/Docs/badge.svg?branch=main)](https://pystatgen.github.io/sgkit/)
55
[![Validation status](https://github.com/pystatgen/sgkit/workflows/Validation/badge.svg?branch=main)](https://github.com/pystatgen/sgkit/actions?query=workflow%3A%22Validation%22+branch%3Amain)
66
[![Upstream status](https://github.com/pystatgen/sgkit/workflows/Upstream/badge.svg?branch=main)](https://github.com/pystatgen/sgkit/actions?query=workflow%3A%22Upstream%22+branch%3Amain)
7-
[![asv](http://img.shields.io/badge/Benchmarked%20by-asv-green.svg?style=flat)](https://pystatgen.github.io/sgkit-benchmarks-asv/)
8-
7+
[![asv](https://img.shields.io/badge/Benchmarked%20by-asv-green.svg?style=flat)](https://pystatgen.github.io/sgkit-benchmarks-asv/)
8+
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](http://numfocus.org)
99

1010
Statistical genetics toolkit
1111

1212
[Documentation](https://pystatgen.github.io/sgkit/)
13+
14+
[//]: # (numfocus-fiscal-sponsor-attribution)
15+
16+
The sgkit project uses a [custom governance model](./GOVERNANCE.md)
17+
and is fiscally sponsored by [NumFOCUS](https://numfocus.org/). Consider making
18+
a [tax-deductible donation](https://numfocus.org/donate-to-sgkit) to help the project
19+
pay for developer time, professional services, travel, workshops, and a variety of other needs.
20+
21+
<div align="center">
22+
<a href="https://numfocus.org/donate-to-sgkit">
23+
<img height="60px"
24+
src="https://raw.githubusercontent.com/numfocus/templates/master/images/numfocus-logo.png"
25+
align="center">
26+
</a>
27+
</div>
28+
<br>

‎docs/_static/numfocus_logo.png

24.4 KB
Loading

‎docs/about.rst

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.. _about:
2+
3+
*****
4+
About
5+
*****
6+
7+
.. image:: _static/numfocus_logo.png
8+
:scale: 50 %
9+
:target: https://numfocus.org/
10+
11+
Sgkit is a fiscally sponsored project of NumFOCUS_, a nonprofit dedicated
12+
to supporting the open-source scientific computing community. If you like
13+
sgkit and want to support our mission, please consider making a donation_
14+
to support our efforts.
15+
16+
NumFOCUS is 501(c)(3) non-profit charity in the United States; as such,
17+
donations to NumFOCUS are tax-deductible as allowed by law. As with any
18+
donation, you should consult with your personal tax adviser or the IRS
19+
about your particular tax situation.
20+
21+
.. _NumFOCUS: https://numfocus.org
22+
.. _donation: https://numfocus.org/donate-to-sgkit

‎docs/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ both popular Python genetics toolkits with a respective focus on population and
1515

1616
.. toctree::
1717
:maxdepth: 2
18-
:caption: Contents:
18+
:caption: Contents
1919

2020
getting_started
2121
user_guide
@@ -24,6 +24,7 @@ both popular Python genetics toolkits with a respective focus on population and
2424
api
2525
how_do_i
2626
contributing
27+
about
2728

2829
Indices and tables
2930
==================

0 commit comments

Comments
 (0)
Please sign in to comment.