File tree 3 files changed +34
-14
lines changed
Filter options
3 files changed +34
-14
lines changed
Original file line number Diff line number Diff line change @@ -161,3 +161,22 @@ div.wide-table table th.stub {
161
161
font-style : italic;
162
162
font-size : large;
163
163
}
164
+
165
+
166
+ .checklist {
167
+ list-style : none;
168
+ padding : 0 ;
169
+ margin : 0 ;
170
+ }
171
+ .checklist li {
172
+ margin-left : 24px ;
173
+ padding-left : 23px ;
174
+ margin-right : 6px ;
175
+ }
176
+ .checklist li : before {
177
+ content : "\2610\2001" ;
178
+ margin-left : -24px ;
179
+ }
180
+ .checklist li p {
181
+ display : inline;
182
+ }
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ for example at sprints or when giving official talks or tutorials, and in any
9
9
community venue managed by Matplotlib.
10
10
11
11
12
-
13
12
.. _communication-channels :
14
13
15
14
Official communication channels
@@ -21,6 +20,8 @@ The following venues are managed by Matplotlib maintainers and contributors:
21
20
* chat: `https://matrix.to/#/#matplotlib:matrix.org <https://matrix.to/#/#matplotlib:matrix.org >`_
22
21
* blog: https://blog.scientific-python.org/
23
22
23
+ .. _social-media :
24
+
24
25
Social media
25
26
------------
26
27
@@ -38,12 +39,14 @@ Official accounts
38
39
* https://www.youtube.com/matplotlib
39
40
40
41
42
+ .. _mailing-lists :
43
+
41
44
Mailing lists
42
45
----------------
43
46
44
- * https://mail.python.org/mailman/listinfo/matplotlib-announce
45
- * https://mail.python.org/mailman/listinfo/matplotlib-users
46
- * https://mail.python.org/mailman/listinfo/matplotlib-devel
47
+ * ` matplotlib-announce@python.org < https://mail.python.org/mailman/listinfo/matplotlib-announce >`_
48
+ * ` matplotlib-users@python.org < https://mail.python.org/mailman/listinfo/matplotlib-users >`_
49
+ * ` matplotlib-devel@python.org < https://mail.python.org/mailman/listinfo/matplotlib-devel >`_
47
50
48
51
.. _social-media-coordination :
49
52
Original file line number Diff line number Diff line change @@ -458,18 +458,16 @@ be squashed because the intent is to merge the branch histories.
458
458
Announcing
459
459
==========
460
460
461
- The final step is to announce the release to the world. A short
462
- version of the release notes along with acknowledgments should be sent to
461
+ The final step is to announce the release to the world:
463
462
464
- - matplotlib-users@python.org
465
- - matplotlib-devel@python.org
466
- - matplotlib-announce@python.org
463
+ .. rst-class :: checklist
467
464
468
- In addition, announcements should be made on social networks (e.g., Twitter via the
469
- ``@matplotlib `` account, any other via personal accounts).
470
-
471
- Add a release announcement to the ``mpl-brochure-site `` "News" section of
472
- ``docs/body.html ``, linking to the discourse page for the announcement.
465
+ * Send short version of the release notes and acknowledgments to the :ref: `mailing-lists `.
466
+ * Post highlights and link to "What's New" on the active :ref: `social media accounts <social-media >`.
467
+ * Add a release announcement to the ``mpl-brochure-site `` "News" section of
468
+ ``docs/body.html ``. Link to the discourse post generated by the email to the
469
+ announcements mailing list, which is found at
470
+ `Announcements > matplotlib-announcements <https://discourse.matplotlib.org/c/announce/matplotlib-announce/10 >`_.
473
471
474
472
475
473
Conda packages
You can’t perform that action at this time.
0 commit comments