You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/how-to-submit-package.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,11 @@ You’ve created a Python package—now what? How do you ensure it follows best
38
38
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).
39
39
40
40
<divclass="notice"markdown="1">
41
-
<iclass="fa-solid fa-graduation-cap"style="color:#81c0aa;"></i> **New to Python packaging?**
42
41
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
+
#### <iclass="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.
45
46
</div>
46
47
47
48
@@ -146,12 +147,14 @@ There are **three submission types** that you can select from:
146
147
147
148
> All **data visualization packages** must go through the pre-submission inquiry process before being considered for review.
148
149
149
-
150
+
## TODO: This is in here twice!
150
151
<divclass="notice notice--info"markdown="1">
151
152
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.
153
156
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/).
0 commit comments