Skip to content

Commit ff0d097

Browse files
pllimeteqceb8
committed
Address review suggestions and comments.
Co-authored-by: Erik Tollerud <[email protected]> Co-authored-by: C. E. Brasseur <[email protected]>
1 parent ad69435 commit ff0d097

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ For general information on the contribution process, see the [Astropy core packa
22

33
# Affiliated Packages
44

5+
To propose inclusion of a package as an affiliated package, we work with pyOpenSci to support
6+
the review process, which when complete will lead to your package being listed here.
57
The details of the review process are outlined at http://affiliated.astropy.org.
68

79
# Modifying Roles in the Team section

about.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,9 @@ <h1 id="affiliated-packages">Affiliated Packages<a class="paralink" href="#affil
123123
(although this is not required). Until then, however, it is a separate
124124
package, and may not be in the <i>astropy</i> namespace.</p>
125125

126-
<p>The process and listing of current affiliated packages is available at
127-
<a href="http://affiliated.astropy.org">http://affiliated.astropy.org</a>.</p>
126+
<p>The authoritative listing of current affiliated packages is available at
127+
<a href="http://affiliated.astropy.org">http://affiliated.astropy.org</a>.
128+
That page also describes the process to get a package listed as an affiliated package.</p>
128129
</section>
129130

130131
<section>

affiliated/index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ <h1 id="infrastructure-packages">Astropy Infrastructure Packages<a class="parali
120120
<h1 id="installing-affiliated-packages">Installing Affiliated and Coordinated Packages<a class="paralink" href="#installing-affiliated-packages" title="Permalink to this headline"></a></h1>
121121

122122
<p>All packages should be available on PyPI. Some are available via conda, particularly
123-
through the conda-forge channel. Always consult the individual package installation
124-
instructions first before installing it. The Astropy Project is not responsible
125-
for broken installation for the packages that it does not directly maintain.</p>
123+
through the conda-forge channel. That said, affiliated packages are developed
124+
independently of the Astropy core library. You should refer to the package's
125+
documentation first if you encounter problems.</p>
126126

127127
</section>
128128

@@ -166,7 +166,7 @@ <h1 id="coordinated-package-list">Coordinated Packages<a class="paralink" href="
166166
<section id="affiliated-package-registry">
167167
<h1 id="affiliated-package-list">Affiliated Packages Registry<a class="paralink" href="#affiliated-package-list" title="Permalink to this headline"></a></h1>
168168
<p>The following table lists all currently registered affiliated packages.</p>
169-
<p>NOTE: The listing is current empty because Astropy has just accepted
169+
<p>NOTE: The listing is currently empty because Astropy has just accepted
170170
<a href="https://github.com/astropy/astropy-APEs/blob/main/APE22.rst">APE 22</a>
171171
in January 2024. We are in the midst of transitioning to the new process in
172172
partnership with pyOpenSci, so we really appreciate your patience.
@@ -184,10 +184,11 @@ <h1 id="affiliated-package-list">Affiliated Packages Registry<a class="paralink"
184184

185185
<h1 id="becoming-an-affiliated-package">Becoming an Affiliated Package<a class="paralink" href="#becoming-an-affiliated-package" title="Permalink to this headline"></a></h1>
186186

187-
<p>Astropy <a href="https://www.pyopensci.org/partners.html">leverages the pyOpenSci peer review process</a>
187+
<p>Astropy <a href="https://www.pyopensci.org/partners.html">uses the pyOpenSci peer review process</a>
188188
to vet affiliated packages. If you are a developer of an astronomy package and would like your package to become
189-
affiliated with the Astropy Project, you can submit your package directly to pyOpenSci and be accepted by pyOpenSci
190-
and become affiliated with astropy through a single review process. You can also opt to be fast tracked through
189+
affiliated with the Astropy Project, you submit your package directly to pyOpenSci.
190+
Astropy will be involved in the review, which will allow your package to become an
191+
affiliated package through that review process. You can also opt to be fast tracked through
191192
<a href="https://joss.theoj.org/">JOSS</a> if desired. Read the pyOpenSci author guide to learn
192193
<a href="https://www.pyopensci.org/software-peer-review/how-to/author-guide.html">
193194
how to get started with submitting a package to pyOpenSci through their affiliated partner program Guidebook</a>.

0 commit comments

Comments
 (0)