-
-
Notifications
You must be signed in to change notification settings - Fork 102
/
Copy pathabout.html
executable file
·173 lines (141 loc) · 8.66 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Astropy. A Community Python Library for Astronomy." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" href="favicon.ico" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700' rel='stylesheet' type='text/css' />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/jquery.sidr.light.css" />
<style>
table.roles td {word-break:normal}
</style>
<title>Astropy | About</title>
<!-- Google analytics -->
<script src="js/analytics.js"></script>
</head>
<body>
<div id="wrapper">
<nav>
<div id="mobile-header">
<!-- Menu Icon -->
<a id="responsive-menu-button" href="#sidr-main"><div><svg senable-background="new 0 0 24 24" height="24px" id="Layer_1" version="1.1" viewBox="0 0 24 24" width="24px" x="0px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" y="0px"><g><g><path d="M23.244,17.009H0.75c-0.413,0-0.75,0.36-0.75,0.801v3.421C0,21.654,0.337,22,0.75,22h22.494c0.414,0,0.75-0.346,0.75-0.77 V17.81C23.994,17.369,23.658,17.009,23.244,17.009z M23.244,9.009H0.75C0.337,9.009,0,9.369,0,9.81v3.421 c0,0.424,0.337,0.769,0.75,0.769h22.494c0.414,0,0.75-0.345,0.75-0.769V9.81C23.994,9.369,23.658,9.009,23.244,9.009z M23.244,1.009H0.75C0.337,1.009,0,1.369,0,1.81V5.23c0,0.423,0.337,0.769,0.75,0.769h22.494c0.414,0,0.75-0.346,0.75-0.769V1.81 C23.994,1.369,23.658,1.009,23.244,1.009z"/></g></g></svg></div></a>
<!-- -->
</div>
<a href="index.html"><img src="images/astropy_word.svg" height="32" onerror="this.src='images/astropy_word_32.png; this.onerror=null;"/></a>
<div id="navigation">
<ul>
<li>
<div class="dropdown">
<a>About</a>
<div class="dropdown-content">
<ul>
<li><a href="about.html">About Astropy</a></li>
<li><a href="code_of_conduct.html">Code of Conduct</a></li>
<li><a href="acknowledging.html">Acknowledging & Citing</a></li>
<li><a href="history.html">History</a></li>
</ul>
</div>
</div>
</li>
<li><a href="help.html">Get Help</a></li>
<li><a href="contribute.html">Contribute</a></li>
<li>
<div class="dropdown">
<a href="https://docs.astropy.org">Documentation</a>
<div class="dropdown-content">
<ul>
<li><a href="https://docs.astropy.org" target="_blank">Current Release</a></li>
<li><a href="https://astropy.readthedocs.io/en/latest/" target="_blank">In Development</a></li>
</ul>
</div>
</div>
</li>
<li><a href="affiliated/index.html">Affiliated Packages</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="credits.html">Credits</a></li>
</ul>
</div>
<div class="search pull-right">
<form action="https://docs.astropy.org/en/stable/search.html" method="get">
<input type="text" name="q" placeholder="Search Documentation" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</nav>
<section>
<h1 id="about-the-astropy-project">About The Astropy Project<a class="paralink" href="#about-the-astropy-project" title="Permalink to this headline">¶</a></h1>
<p> The Astropy Project is a community effort to develop a core package
for astronomy using the
<a href="http://www.python.org">Python programming language</a>
and improve usability, interoperability, and collaboration between astronomy
Python packages. The core <i>astropy</i> package contains functionality aimed
at professional astronomers and astrophysicists, but may be useful to anyone
developing astronomy software. The Astropy Project also includes
"affiliated packages," Python packages that are not necessarily developed by
the core development team, but share the goals of Astropy, and often build
from the core package's code and infrastructure. </p>
<p>Aside from the actual code, Astropy is also a community of astronomy-
associated users and developers that agree that sharing utilities is
healthy for the community and the science it produces. This community is
of course central to accomplishing anything with the code itself.
We welcome anyone who
wishes to contribute to the project and expect everyone in our community
to follow the <a href="code_of_conduct.html">code of conduct</a> when interacting with others.</p>
<p>For more details on background of the project, you can read the
<a href="https://docs.astropy.org/en/stable/development/vision.html">original vision</a>
from when the project was founded.</p>
</section>
<section>
<h1 id="astropy-core-package"><i>astropy</i> Core Package<a class="paralink" href="#astropy-core-package" title="Permalink to this headline">¶</a></h1>
<p>The <i>astropy</i> package (alternatively known as the "core" package)
contains various classes, utilities, and a packaging framework intended
to provide commonly-used astronomy tools. It is divided into a variety
of sub-packages, which are described in detail in the
<a href="https://docs.astropy.org/">documentation</a>.</p>
</section>
<section>
<h1 id="affiliated-packages">Affiliated Packages<a class="paralink" href="#affiliated-packages" title="Permalink to this headline">¶</a></h1>
<p>The Astropy project includes the concept of "affiliated packages." An
affiliated package is an astronomy-related python package that is not
part of the <i>astropy</i> core source code, but has requested to be included
in the general community effort of the Astropy project. Such a package
may be a candidate for eventual inclusion in the main <i>astropy</i> package
(although this is not required). Until then, however, it is a separate
package, and may not be in the <i>astropy</i> namespace.</p>
<p>The authoritative listing of current affiliated packages is available at
<a href="http://affiliated.astropy.org">http://affiliated.astropy.org</a>.
That page also describes the process to get a package listed as an affiliated package.</p>
</section>
<section>
<a name="license"></a>
<h1 id="license">License<a class="paralink" href="#license" title="Permalink to this headline">¶</a></h1>
<p>Astropy is licensed under a <a href="http://opensource.org/licenses/BSD-3-Clause">three-clause BSD license</a>. For details, see the <a href="https://github.com/astropy/astropy/blob/main/LICENSE.rst" target="_blank">LICENSE.rst</a> file in the astropy repository.</p>
</section>
<section>
<a name="governance"></a>
<h1 id="governance">Governance<a class="paralink" href="#governance" title="Permalink to this headline">¶</a></h1>
<p>Astropy governance is as laid out in <a href="https://github.com/astropy/astropy-APEs/blob/main/APE0.rst" target="_blank">APE 0</a>, consisting of the Coordination Committee, the Ombudsperson, and the Voting Members. Accompanying policies are documented in the <a href="https://github.com/astropy/astropy-project/tree/main/policies">project policies folder</a>.</p>
</section>
<section>
<h1 id="fiscal-sponsor">Fiscal Sponsor<a class="paralink" href="#fiscal-sponsor" title="Permalink to this headline">¶</a></h1>
<p>Astropy is a Sponsored Project of <a href="http://www.numfocus.org/">NumFOCUS</a>, a 501(c)(3) nonprofit charity in the United States.
<a href="http://www.numfocus.org/">NumFOCUS</a> provides Astropy with fiscal, legal, and administrative support to help ensure the health and sustainability of the project.
Visit <a href="http://www.numfocus.org/">numfocus.org</a> for more information.</p>
<a href="https://www.numfocus.org"><img width="299" src="images/Numfocus_stamp.png"></a>
</section>
<footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="js/jquery.sidr.min.js"></script>
<script src="js/functions.js"></script>
<hr>
<p>
<img style="vertical-align:middle" src="images/astropy_brandmark.png" height=20><span style="vertical-align:middle">
<a href="code_of_conduct.html"> The Astropy project is committed to fostering an inclusive community</a></span>.
</p>
</footer>
</div>
</body>
</html>