Skip to content

Commit 127d07a

Browse files
author
Matthew Fisher
committed
Merge pull request #2310 from bacongobbler/import-images-docs
docs(install_deisctl): import shield badges
2 parents ece951a + 0ee19ee commit 127d07a

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ server: dirhtml
7070
test: clean
7171
@if [ ! -d venv ]; then virtualenv venv; fi
7272
venv/bin/pip install -q -r docs_requirements.txt
73-
venv/bin/$(SPHINXBUILD) -b dirhtml -N $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
73+
venv/bin/$(SPHINXBUILD) -b dirhtml -N -W $(ALLSPHINXOPTS) $(BUILDDIR)/dirhtml
7474
grep -q \<h1\>Welcome _build/dirhtml/index.html || exit 1
7575
@echo
7676
@echo "Test finished. The HTML pages are in $(BUILDDIR)/dirhtml."
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

docs/managing_deis/install-deisctl.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ schedule the components. Link it to /usr/local/bin, so it will be in your PATH:
3030
3131
To change installation options, save the installer directly:
3232

33-
.. image:: http://img.shields.io/badge/download-Linux-brightgreen.svg?style=flat
33+
.. image:: download-linux-brightgreen.svg
3434
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-dev-linux-amd64.run
3535

36-
.. image:: http://img.shields.io/badge/download-Mac%20OS%20X-brightgreen.svg?style=flat
36+
.. image:: download-osx-brightgreen.svg
3737
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-dev-darwin-amd64.run
3838

3939
Then run the downloaded file as a shell script. Append ``--help`` to see what options
@@ -48,10 +48,10 @@ Builds are hosted on an S3 bucket at this URL format:
4848

4949
For example, the deisctl release for Deis version 0.14.1 can be downloaded here:
5050

51-
.. image:: http://img.shields.io/badge/download-Linux-brightgreen.svg?style=flat
51+
.. image:: download-linux-brightgreen.svg
5252
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-dev-linux-amd64.run
5353

54-
.. image:: http://img.shields.io/badge/download-Mac%20OS%20X-brightgreen.svg?style=flat
54+
.. image:: download-osx-brightgreen.svg
5555
:target: https://s3-us-west-2.amazonaws.com/opdemand/deisctl-0.14.1-dev-darwin-amd64.run
5656

5757
Building from Source

0 commit comments

Comments
 (0)