Skip to content

Commit 20987e2

Browse files
committed
TMP: About
1 parent c4cf978 commit 20987e2

File tree

2 files changed

+94
-0
lines changed

2 files changed

+94
-0
lines changed

about.rst

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
.. _astropy-org-about:
2+
3+
About The Astropy Project
4+
=========================
5+
6+
The Astropy Project is a community effort to develop a core
7+
package for astronomy using the `Python programming
8+
language <http://www.python.org>`__ and improve usability,
9+
interoperability, and collaboration between astronomy Python
10+
packages. The core *astropy* package contains functionality aimed
11+
at professional astronomers and astrophysicists, but may be useful
12+
to anyone developing astronomy software. The Astropy Project also
13+
includes "affiliated packages," Python packages that are not
14+
necessarily developed by the core development team, but share the
15+
goals of Astropy, and often build from the core package's code and
16+
infrastructure.
17+
18+
Aside from the actual code, Astropy is also a community of
19+
astronomy- associated users and developers that agree that sharing
20+
utilities is healthy for the community and the science it
21+
produces. This community is of course central to accomplishing
22+
anything with the code itself. We welcome anyone who wishes to
23+
contribute to the project and expect everyone in our community to
24+
follow the `code of conduct <code_of_conduct.html>`__ when
25+
interacting with others.
26+
27+
For more details on background of the project, you can read the
28+
`original
29+
vision <https://docs.astropy.org/en/stable/development/vision.html>`__
30+
from when the project was founded.
31+
32+
33+
``astropy`` Core Package
34+
------------------------
35+
36+
The *astropy* package (alternatively known as the "core" package)
37+
contains various classes, utilities, and a packaging framework
38+
intended to provide commonly-used astronomy tools. It is divided
39+
into a variety of sub-packages, which are described in detail in
40+
the `documentation <https://docs.astropy.org/>`__.
41+
42+
Affiliated Packages
43+
-------------------
44+
45+
The Astropy project includes the concept of "affiliated packages."
46+
An affiliated package is an astronomy-related python package that
47+
is not part of the *astropy* core source code, but has requested
48+
to be included in the general community effort of the Astropy
49+
project. Such a package may be a candidate for eventual inclusion
50+
in the main *astropy* package (although this is not required).
51+
Until then, however, it is a separate package, and may not be in
52+
the *astropy* namespace.
53+
54+
The authoritative listing of current affiliated packages is
55+
available at http://affiliated.astropy.org. That page also
56+
describes the process to get a package listed as an affiliated
57+
package.
58+
59+
License
60+
-------
61+
62+
Astropy is licensed under a `three-clause BSD
63+
license <http://opensource.org/licenses/BSD-3-Clause>`__. For
64+
details, see the
65+
`LICENSE.rst <https://github.com/astropy/astropy/blob/main/LICENSE.rst>`__
66+
file in the astropy repository.
67+
68+
Governance
69+
----------
70+
71+
Astropy governance is as laid out in `APE 0 <https://github.com/astropy/astropy-APEs/blob/main/APE0.rst>`__,
72+
consisting of the Coordination Committee, the Ombudsperson, and
73+
the Voting Members. Accompanying policies are documented in the
74+
`project policies folder <https://github.com/astropy/astropy-project/tree/main/policies>`__.
75+
76+
77+
Fiscal Sponsor
78+
--------------
79+
80+
Astropy is a Sponsored Project of
81+
`NumFOCUS <http://www.numfocus.org/>`__, a 501(c)(3) nonprofit
82+
charity in the United States.
83+
`NumFOCUS <http://www.numfocus.org/>`__ provides Astropy with
84+
fiscal, legal, and administrative support to help ensure the
85+
health and sustainability of the project. Visit
86+
`numfocus.org <http://www.numfocus.org/>`__ for more information.
87+
88+
.. image:: _static/img/Numfocus_stamp.png
89+
:width: 299px
90+
:target: https://www.numfocus.org

index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ Astropy
77
:maxdepth: 0
88
:hidden:
99

10+
about
1011
acknowledging
1112
affiliated/index
1213
code_of_conduct
14+
help
15+
history
16+
team
1317

1418
.. raw:: html
1519

0 commit comments

Comments
 (0)