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
use page titles as link text to avoid warnings (#1532)
* use page titles as link text to avoid warnings
Previously we had scary red messages:
```
devguide/core-developers/memorialization.rst:5: WARNING: Duplicate explicit target name: "here". [docutils]
devguide/core-developers/memorialization.rst:5: WARNING: Duplicate explicit target name: "here". [docutils]
```
* remove a duplicate 'GitHub'
The general policy regarding deceased users on GitHub is described on their
45
+
`Deceased User Policy <https://docs.github.com/en/site-policy/other-site-policies/github-deceased-user-policy>`_
46
+
page.
46
47
47
48
Repositories in the organization
48
49
--------------------------------
@@ -77,7 +78,9 @@ The "in memoriam" Discourse topic mentioned above is best created by
77
78
a community member close to the deceased.
78
79
79
80
The general best practice for deceased community members on
80
-
Discourse-powered forums is described `here <https://meta.discourse.org/t/best-practices-for-deceased-community-members/146210>`_.
81
+
Discourse-powered forums is described on their
82
+
`Best practices for deceased community members <https://meta.discourse.org/t/best-practices-for-deceased-community-members/146210>`_
83
+
page.
81
84
82
85
python.org email account
83
86
------------------------
@@ -135,7 +138,8 @@ Other PSF-related infrastructure
135
138
Discord server to remove the user from the server. The PSF staff
136
139
does not follow up with Discord with regards to Discord account
137
140
cancellation. The general policy regarding deceased users on Discord
138
-
is available `here <https://support.discord.com/hc/en-us/articles/19872987802263--Deceased-or-Incapacitated-Users>`_.
141
+
is available on their `Deceased or Incapacitated Users <https://support.discord.com/hc/en-us/articles/19872987802263--Deceased-or-Incapacitated-Users>`_
142
+
page.
139
143
140
144
* The user is removed from Salt configuration for the PSF infrastructure
141
145
in `/pillar/base/users <https://github.com/python/psf-salt/tree/main/pillar/base/users>`_
0 commit comments