Skip to content

Commit 747d166

Browse files
committed
adjusting for PDF tools
1 parent 73d9f99 commit 747d166

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,10 @@ commentary on how the Internet is evolving, you can follow the authors on
3434
Build the Book
3535
--------------
3636

37-
To build a web-viewable version, you first need to download the source:
37+
To build a web-viewable version, you first need to download the
38+
source:
3839

39-
.. code:: shell
40-
41-
$ mkdir ~/ops
42-
$ cd ~/ops
43-
$ git clone https://github.com/SystemsApproach/ops.git
40+
.. literalinclude:: code/build.sh
4441

4542
The build process is stored in the Makefile and requires Python be
4643
installed. The Makefile will create a virtualenv (``venv-docs``) which

code/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
$ mkdir ~/systemsapproach
2+
$ cd ~/systemsapproach
3+
$ git clone https://github.com/SystemsApproach/ops.git
4+
$ cd ops

monitor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ receiving security directives from a global policy engine.
593593

594594
.. _fig-mesh:
595595
.. figure:: figures/Slide27.png
596-
:width: 350px
596+
:width: 300px
597597
:align: center
598598

599599
Overview of a Service Mesh framework, with sidecars intercepting

0 commit comments

Comments
 (0)