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
-[Jupyter notebook](https://jupyter.org/), `ext=ipynb`; (notebooks are converted to RST using the [nbsphinx](https://nbsphinx.readthedocs.io) extension)
-[Jupyter Notebook (NB)](https://jupyter.org/), `ext=ipynb`; (notebooks are converted to RST using the [nbsphinx](https://nbsphinx.readthedocs.io) extension)
Please also see the [ABlog documentation](https://ablog.readthedocs.io/) for more information.
54
54
@@ -99,7 +99,7 @@ See the [nbsphinx docs](https://nbsphinx.readthedocs.io/raw-cells.html) for info
99
99
100
100
You might have to open the notebook in a text editor and change the "metadata" for the post cell to include the following
101
101
102
-
```
102
+
```json
103
103
"metadata": {
104
104
"raw_mimetype": "text/restructuredtext"
105
105
},
@@ -114,7 +114,7 @@ If your notebook requires any other dependencies besides SunPy (or its dependenc
114
114
115
115
If you write your post in markdown formatted text, each file must contain the following header for Sphinx via [Ablog](https://github.com/sunpy/ablog) to parse the post properly:
[pyOpenSci](https://www.pyopensci.org/) is a "diverse community of people interested in building a community of practice around scientific software written in Python".
13
+
They are working on improving the information around the packaging and tooling used by the larger community as well to provide support for package maintainers.
14
+
There is a review process to become a pyOpenSci accepted package which comes with two extensive reviews from independent members of the wider community.
15
+
16
+
With this in mind, the SunPy Project decided to submit `sunpy` to pyOpenSci to ensure that it is aligned with the broader Python community that pyOpenSci is building.
17
+
As one of the The Project's core aim is to ensure that we are not isolated from this wider community.
18
+
19
+
[The review](https://github.com/pyOpenSci/software-submission/issues/147) was started on the [pyOpenSci software-submission repository](https://github.com/pyOpenSci/software-submission).
20
+
The entire review process is open, with one editor and two reviewers and the entire exchange between the `sunpy` maintainers and them is on that issue.
21
+
This process was incredibly helpful as it pointed some miscommunication within our documentation and some choices that were made several years ago but now were redundant or not best practice.
22
+
23
+
After these issues were fixed, `sunpy` was accepted into pyOpenSci and we added the badge to the `sunpy` readme.
24
+
The plan in future is to submit more SunPy Project packages as well as integrate more closely with pyOpenSci to replace our own affiliated package system.
25
+
These are still work in progress and will be announced here in due course.
0 commit comments