Skip to content

Commit 90052cf

Browse files
committed
🎨 Exclude comments from CRITICAL_ALERT.rst
1 parent 0674454 commit 90052cf

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

docs/_sources/developer/deprecating.rst

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ To semiautomatically deprecate a published version of C-PAC, follow these steps:
1515

1616
#. Replace the critical alert in |CRITICAL_ALERT.rst|_ with the ``CRITICAL_ALERT`` from step one, above.
1717
#. Update |cpac_pipeline.py|_ and |run.py|_:
18+
1819
#. Overwrite the current versions in the |CPAC-Development/deprecate|_ with the versions from the source code of the version of C-PAC to deprecate.
1920
#. Add
2021

@@ -143,25 +144,25 @@ To semiautomatically deprecate a published version of C-PAC, follow these steps:
143144

144145
.. _cpac_pipeline.py: https://github.com/FCP-INDI/CPAC-Development/blob/DEPRECATE/deprecate/cpac_pipeline.py
145146

146-
.. |cpac_pipeline.py example 1| replace:: ``cpac_pipeline.py#L264-L265@bc6081c``
147+
.. |cpac_pipeline.py example 1| replace:: ``cpac_pipeline.py#L264-L265@6cd6c67``
147148

148-
.. _cpac_pipeline.py example 1: https://github.com/FCP-INDI/CPAC-Development/blob/bc6081c/deprecate/cpac_pipeline.py#L264-L265
149+
.. _cpac_pipeline.py example 1: https://github.com/FCP-INDI/CPAC-Development/blob/6cd6c67/deprecate/cpac_pipeline.py#L264-L265
149150

150-
.. |cpac_pipeline.py example 2| replace:: ``cpac_pipeline.py#L370@bc6081c``
151+
.. |cpac_pipeline.py example 2| replace:: ``cpac_pipeline.py#L370@6cd6c67``
151152

152-
.. _cpac_pipeline.py example 2: https://github.com/FCP-INDI/CPAC-Development/blob/bc6081c/deprecate/cpac_pipeline.py#L370
153+
.. _cpac_pipeline.py example 2: https://github.com/FCP-INDI/CPAC-Development/blob/6cd6c67/deprecate/cpac_pipeline.py#L370
153154

154-
.. |cpac_pipeline.py example 3| replace:: ``cpac_pipeline.py#L705@bc6081c``
155+
.. |cpac_pipeline.py example 3| replace:: ``cpac_pipeline.py#L706@6cd6c67``
155156

156-
.. _cpac_pipeline.py example 3: https://github.com/FCP-INDI/CPAC-Development/blob/bc6081c/deprecate/cpac_pipeline.py#L705
157+
.. _cpac_pipeline.py example 3: https://github.com/FCP-INDI/CPAC-Development/blob/6cd6c67/deprecate/cpac_pipeline.py#L706
157158

158-
.. |cpac_pipeline.py example 4| replace:: ``cpac_pipeline.py#L373-L375@bc6081c``
159+
.. |cpac_pipeline.py example 4| replace:: ``cpac_pipeline.py#L373-L376@6cd6c67``
159160

160-
.. _cpac_pipeline.py example 4: https://github.com/FCP-INDI/CPAC-Development/blob/bc6081c/deprecate/cpac_pipeline.py#L373-L375
161+
.. _cpac_pipeline.py example 4: https://github.com/FCP-INDI/CPAC-Development/blob/6cd6c67/deprecate/cpac_pipeline.py#L373-L376
161162

162-
.. |cpac_pipeline.py example 5| replace:: ``cpac_pipeline.py#L722@bc6081c``
163+
.. |cpac_pipeline.py example 5| replace:: ``cpac_pipeline.py#L723@6cd6c67``
163164

164-
.. _cpac_pipeline.py example 5: https://github.com/FCP-INDI/CPAC-Development/blob/bc6081c/deprecate/cpac_pipeline.py#L722
165+
.. _cpac_pipeline.py example 5: https://github.com/FCP-INDI/CPAC-Development/blob/6cd6c67/deprecate/cpac_pipeline.py#L723
165166

166167
.. |Docker Hub tags| replace:: fcpindi/c-pac Tags | Docker Hub
167168

@@ -171,9 +172,9 @@ To semiautomatically deprecate a published version of C-PAC, follow these steps:
171172

172173
.. _run.py: https://github.com/FCP-INDI/CPAC-Development/blob/DEPRECATE/deprecate/run.py
173174

174-
.. |run.py example 1| replace:: ``run.py#L216-L219@bc6081c``
175+
.. |run.py example 1| replace:: ``run.py#L216-L220@6cd6c67``
175176

176-
.. _run.py example 1: https://github.com/FCP-INDI/CPAC-Development/blob/bc6081c/deprecate/run.py#L216-L219
177+
.. _run.py example 1: https://github.com/FCP-INDI/CPAC-Development/blob/6cd6c67/deprecate/run.py#L216-L220
177178

178179
.. |semver| raw:: HTML
179180

0 commit comments

Comments
 (0)