Skip to content

Commit 75668c0

Browse files
committed
Fix: add edits
1 parent 074b195 commit 75668c0

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

_pages/how-to-submit-package.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ You’ve created a Python package—now what? How do you ensure it follows best
3838
Read more about the benefits of pyOpenSci's open peer review process in our [Peer Review Guide](https://www.pyopensci.org/software-peer-review/about/benefits.html).
3939

4040
<div class="notice" markdown="1">
41-
<i class="fa-solid fa-graduation-cap" style="color:#81c0aa;"></i> **New to Python packaging?**
4241

43-
If you're still working on your package and want guidance, check out our
44-
[**Python packaging tutorials**](https://www.pyopensci.org/python-package-guide/tutorials/intro.html). Our tutorials provide step-by-step guidance that walks you through the process of creating your first package from start to finish.
42+
#### <i class="fa-solid fa-graduation-cap"></i> New to Python packaging?
43+
44+
If you're still working on your package and want guidance, check out our
45+
[**Python packaging tutorials**](https://www.pyopensci.org/python-package-guide/tutorials/intro.html). Our tutorials provide step-by-step guidance that walks you through the process of creating your first package from start to finish.
4546
</div>
4647

4748

@@ -146,12 +147,14 @@ There are **three submission types** that you can select from:
146147

147148
> All **data visualization packages** must go through the pre-submission inquiry process before being considered for review.
148149
149-
150+
## TODO: This is in here twice!
150151
<div class="notice notice--info" markdown="1">
151152

152-
**Need help with your Python package?**
153+
#### Need help with your Python package?
154+
155+
If you need help getting your package ready for review, you can submit a help request in our software-submission repository.
153156

154-
If you need help getting your package ready for review, you can submit a help request here, and someone will be assigned to help you. This is a great way to get guidance on topics like [continuous integration](https://www.pyopensci.org/python-package-guide/tests/tests-ci.html#run-tests-with-continuous-integration), [testing](https://www.pyopensci.org/python-package-guide/#tests), and [full documentation](https://www.pyopensci.org/python-package-guide/#documentation), all of which are required for a package to be accepted into [the pyOpenSci ecosystem](https://www.pyopensci.org/python-packages.html). You can also learn more about each of these processes in [the pyOpenSci Package Guide](https://www.pyopensci.org/python-package-guide/).
157+
This is a great way to get guidance on topics like [continuous integration](https://www.pyopensci.org/python-package-guide/tests/tests-ci.html#run-tests-with-continuous-integration), [testing](https://www.pyopensci.org/python-package-guide/#tests), and [full documentation](https://www.pyopensci.org/python-package-guide/#documentation), all of which are required for a package to be accepted into [the pyOpenSci ecosystem](https://www.pyopensci.org/python-packages.html). You can also learn more about each of these processes in [the pyOpenSci Package Guide](https://www.pyopensci.org/python-package-guide/).
155158

156159
</div>
157160

0 commit comments

Comments
 (0)