@@ -142,7 +142,7 @@ Release Process
142142
143143 - make sure to have your ``rs.cred `` file (see ``maintenance.sh ``'s help)
144144
145- .. code-block :: bash
145+ .. code-block :: console
146146
147147 $ cd /path/to/release/utils
148148 $ export CYCLUS_DIR=/path/to/cyclus
@@ -163,7 +163,7 @@ Release Process
163163 #. if the dev-list agrees to those changes, update the symbols and
164164 commit the new one:
165165
166- .. code-block :: bash
166+ .. code-block :: console
167167
168168 $ cd $CYCLUS_DIR/release
169169 $ ./smbchk.py --update -t X.X.X # X.X.X is *this* version
@@ -173,15 +173,15 @@ Release Process
173173
174174 #. Commit all changes for all projects.
175175
176- .. code-block :: bash
176+ .. code-block :: console
177177
178178 $ cd /path/to/project
179179 $ git checkout vX.X.X-release
180180 $ git commit -am "final release commit after maintenence"
181181
182182 #. Update all master branches.
183183
184- .. code-block :: bash
184+ .. code-block :: console
185185
186186 $ cd /path/to/project
187187 $ git checkout master
@@ -190,7 +190,7 @@ Release Process
190190
191191 #. *Locally * tag the repository for *each * of the projects.
192192
193- .. code-block :: bash
193+ .. code-block :: console
194194
195195 $ cd /path/to/project
196196 $ git checkout master
@@ -202,7 +202,7 @@ Release Process
202202 - the ``make_release_notes.sh `` utility in ``release/utils `` will help
203203 provide a template
204204
205- .. code-block :: bash
205+ .. code-block :: console
206206
207207 $ cd /path/to/release/utils
208208 $ export CYCLUS_DIR=/path/to/cyclus
@@ -218,7 +218,7 @@ Release Process
218218 - the ``api_docs.sh `` utility in ``release/utils `` will do this
219219 automatically for you
220220
221- .. code-block :: bash
221+ .. code-block :: console
222222
223223 $ cd /path/to/release/utils
224224 $ export CYCLUS_DIR=/path/to/cyclus
@@ -227,7 +227,7 @@ Release Process
227227
228228 #. Update the ``master `` branch of all projects and clean up.
229229
230- .. code-block :: bash
230+ .. code-block :: console
231231
232232 $ cd /path/to/project
233233 $ git push upstream X.X.X master
@@ -293,7 +293,7 @@ Release Process
293293 have to be compiled on you system and both executable and lib have to be on
294294 the default paths. Please refer to the :doc:`source installation
295295 <../user/install_from_git>` if you need.
296- .. .. code-block:: bash
296+ .. .. code-block:: console
297297 $ git clone https://github.com/rwcarlsen/cloudlus.git
298298 $ cd cloudlus
299299 $ go install ./cmd/cloudlus
@@ -327,7 +327,7 @@ evolves, we'll want to have our version evolve as well. Here are the steps to do
327327These assume that in your HOME dir there are both the pyne and |cyclus | repos. Remember
328328to check in the changes afterwards.
329329
330- .. code-block :: bash
330+ .. code-block :: console
331331
332332 $ cd ~/pyne
333333 $ ./amalgamate.py -s pyne.cc -i pyne.h
@@ -337,7 +337,7 @@ to check in the changes afterwards.
337337our source data. Occassionally, this needs to be updated as updates to pyne itself come out.
338338The command for generating |cyclus | specific nuclear data is as follows:
339339
340- .. code-block :: bash
340+ .. code-block :: console
341341
342342 $ cd ~/pyne
343343 $ nuc_data_make -o cyclus_nuc_data.h5 \
@@ -357,7 +357,7 @@ automatically. In order to check this correctly, you must have a **RELEASE**
357357build of Cyclus compiled/installed. Every release please run the following
358358command to verify that the release branch is stable:
359359
360- .. code-block :: bash
360+ .. code-block :: console
361361
362362 $ cd cyclus/release
363363 $ ./smbchk.py --update -t HEAD --no-save --check
@@ -374,7 +374,7 @@ Once stable and there are no more code changes to be made, add the symbols
374374in this release to the database with the following command (again - make sure
375375you are working on a RELEASE build of Cyclus):
376376
377- .. code-block :: bash
377+ .. code-block :: console
378378
379379 $ cd cyclus/release
380380 $ ./smbchk.py --update -t X.X.X
0 commit comments