Skip to content

Commit 0528eb1

Browse files
committed
Fix reST markup
1 parent eff36ea commit 0528eb1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

documentation/ADMINISTRATA.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -200,21 +200,21 @@ Release from master
200200
$ git checkout master
201201

202202
Resolve any conflicts and tag the release as appropriate (see `Git
203-
practices`_ above).
203+
practices`_ above)::
204204

205205
$ git tag --annotate x.y master
206206

207-
Push the tag to GitHub_
207+
Push the tag to GitHub_::
208208

209209
$ git push --tags origin master
210210

211211
Upon successful completion of the `Continuous Integration`_ systems, fetch
212212
the tagged build products and place in :file:`dist/`:
213213

214-
FiPy-x.y.tar.gz
214+
:file:`FiPy-x.y.tar.gz`
215215
From CircleCI_ `build-binaries` Artifacts
216216

217-
FiPy-x.y.win32.zip
217+
:file:`FiPy-x.y.win32.zip`
218218
From AppVeyor_ Artifacts
219219

220220
Clean the working copy::

0 commit comments

Comments
 (0)