Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e62353

Browse files
committed
DOC: format example log check instructions
Testing, you can't copy/paste as the instructions implied, the vim command has to be at the end of the copy/paste sequence.
1 parent 6ee4374 commit 5e62353

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/devel/guidelines/make_release.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,24 @@ Release checklist
8686
vim::
8787

8888
PY_VER=2.7
89+
90+
Then::
91+
8992
9093
scp -r ${BB_SSH}:nibotmi/public_html/nipy-examples-${PY_VER} .
9194
cd nipy-examples-${PY_VER}
9295
# Delete empty files
9396
find . -size 0 -exec rm {} \;
9497
# Review stderr; :bd to close buffer once reviewed
9598
vim *.stderr
99+
100+
Then::
101+
96102
# Review stdout
97103
vim *.stdout
104+
105+
Finally::
106+
98107
cd ..
99108

100109
Likewise for::

0 commit comments

Comments
 (0)