Consistent indentation

This was done by executing this command:

```
find src -type f -name '*.rst' -exec sed -Ei 's/^  :/    :/g' {} \;
```
This commit is contained in:
Oliver Davies 2024-05-10 22:40:24 +02:00
parent 4de38d0276
commit ad467a8700
10 changed files with 320 additions and 320 deletions

View file

@ -7,7 +7,7 @@ Better deployments with Ansistrano
.. page:: standardPage .. page:: standardPage
.. image:: images/ansistrano.png .. image:: images/ansistrano.png
:width: 24cm :width: 24cm
.. raw:: pdf .. raw:: pdf
@ -197,7 +197,7 @@ Build Hooks
.. page:: imagePage .. page:: imagePage
.. image:: images/ansistrano-flow.png .. image:: images/ansistrano-flow.png
:width: 18cm :width: 18cm
.. raw:: pdf .. raw:: pdf

View file

@ -48,7 +48,7 @@ Basic deployment
.. page:: standardPage .. page:: standardPage
.. image:: images/after-deploy-1.png .. image:: images/after-deploy-1.png
:width: 24cm :width: 24cm
.. page:: standardPage .. page:: standardPage

View file

@ -180,7 +180,7 @@ requirements.yml
PageBreak PageBreak
.. image:: images/after-provision-1.png .. image:: images/after-provision-1.png
:width: 24cm :width: 24cm
.. raw:: pdf .. raw:: pdf
@ -191,7 +191,7 @@ requirements.yml
PageBreak PageBreak
.. image:: images/after-provision-2.png .. image:: images/after-provision-2.png
:width: 24cm :width: 24cm
.. raw:: pdf .. raw:: pdf

View file

@ -17,7 +17,7 @@ Oliver Davies, Inviqa
.. page:: imagePage .. page:: imagePage
.. image:: images/techs.png .. image:: images/techs.png
:width: 14cm :width: 14cm
.. include:: sections/building-a-lamp-stack.rst .. include:: sections/building-a-lamp-stack.rst
.. include:: sections/basic-deployment.rst .. include:: sections/basic-deployment.rst

View file

@ -39,7 +39,7 @@ How Does it Work?
================= =================
.. image:: diagram.png .. image:: diagram.png
:width: 18cm :width: 18cm
.. raw:: pdf .. raw:: pdf

View file

@ -6,7 +6,7 @@ Dockerfile.twig
=============== ===============
.. code-block:: twig .. code-block:: twig
:linenos: :linenos:
FROM php:{{ php.version }} AS base FROM php:{{ php.version }} AS base

View file

@ -125,7 +125,7 @@ Re-compiling when something changes.
| |
.. code-block:: bash .. code-block:: bash
:include: code/watching.txt :include: code/watching.txt
Presenting Presenting
========== ==========

View file

@ -68,14 +68,14 @@ Join us in ``#website-improve``
.. page:: imagePage .. page:: imagePage
.. image:: images/dpcon-cfp.png .. image:: images/dpcon-cfp.png
:width: 18cm :width: 18cm
.. image:: images/symfonylive-online-cfp.png .. image:: images/symfonylive-online-cfp.png
:width: 18cm :width: 18cm
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. image:: images/deploy-friday-composer.png .. image:: images/deploy-friday-composer.png
:width: 20cm :width: 20cm

View file

@ -76,10 +76,10 @@ Tasks
.. Adding the first test. .. Adding the first test.
.. code-block:: php .. code-block:: php
:include: code/3.txt :include: code/3.txt
:linenos: :linenos:
:startinline: true :startinline: true
:end-before: // end test :end-before: // end test
.. raw:: pdf .. raw:: pdf
@ -150,21 +150,21 @@ Tasks
PageBreak PageBreak
.. code-block:: yaml .. code-block:: yaml
:include: code/3.txt :include: code/3.txt
:linenos: :linenos:
:start-after: // start routing :start-after: // start routing
:end-before: // end routing :end-before: // end routing
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: yaml .. code-block:: yaml
:include: code/3.txt :include: code/3.txt
:linenos: :linenos:
:start-after: // start routing :start-after: // start routing
:end-before: // end routing :end-before: // end routing
:hl_lines: 4,6 :hl_lines: 4,6
.. raw:: pdf .. raw:: pdf
@ -175,11 +175,11 @@ Tasks
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/3.txt :include: code/3.txt
:startinline: true :startinline: true
:start-after: // start output :start-after: // start output
:end-before: // end output :end-before: // end output
:hl_lines: 7,8,9 :hl_lines: 7,8,9
.. raw:: pdf .. raw:: pdf
@ -190,18 +190,18 @@ Tasks
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/4.txt :include: code/4.txt
:linenos: :linenos:
:startinline: true :startinline: true
:end-before: // output :end-before: // output
| |
.. code-block:: plain .. code-block:: plain
:include: code/4.txt :include: code/4.txt
:startinline: true :startinline: true
:start-after: // output :start-after: // output
:end-before: // end output :end-before: // end output
.. raw:: pdf .. raw:: pdf
@ -211,17 +211,17 @@ Tasks
.. Enable the node module. .. Enable the node module.
.. code-block:: php .. code-block:: php
:include: code/5.txt :include: code/5.txt
:linenos: :linenos:
:startinline: true :startinline: true
:end-before: // end code :end-before: // end code
| |
.. code-block:: plain .. code-block:: plain
:include: code/5.txt :include: code/5.txt
:start-after: // start output :start-after: // start output
:end-before: // end output :end-before: // end output
.. raw:: pdf .. raw:: pdf
@ -232,67 +232,67 @@ Tasks
.. Create the Controller. .. Create the Controller.
.. code-block:: php .. code-block:: php
:include: code/6.txt :include: code/6.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/6.txt :include: code/6.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
:hl_lines: 1,2,3 :hl_lines: 1,2,3
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/6.txt :include: code/6.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
:hl_lines: 7,13 :hl_lines: 7,13
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/6.txt :include: code/6.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
:hl_lines: 9,10,11 :hl_lines: 9,10,11
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: plain .. code-block:: plain
:include: code/6.txt :include: code/6.txt
:start-after: // start output :start-after: // start output
:end-before: // end output :end-before: // end output
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/7.txt :include: code/7.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start test :start-after: // start test
:end-before: // end test :end-before: // end test
.. raw:: pdf .. raw:: pdf
@ -325,241 +325,241 @@ Tasks
PageBreak PageBreak
.. code-block:: plain .. code-block:: plain
:include: code/7.txt :include: code/7.txt
:start-after: // start output :start-after: // start output
:end-before: // end output :end-before: // end output
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/7.txt :include: code/7.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
:hl_lines: 3,7 :hl_lines: 3,7
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/7.txt :include: code/7.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
:hl_lines: 10,11,12 :hl_lines: 10,11,12
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: plain .. code-block:: plain
:include: code/7.txt :include: code/7.txt
:start-after: // start output2 :start-after: // start output2
:end-before: // end output2 :end-before: // end output2
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/8.txt :include: code/8.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/8.txt :include: code/8.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
:hl_lines: 1,2,3,4,5,6,7,15 :hl_lines: 1,2,3,4,5,6,7,15
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/8.txt :include: code/8.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
:hl_lines: 9,10,14 :hl_lines: 9,10,14
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/8.txt :include: code/8.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
:hl_lines: 11 :hl_lines: 11
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/8.txt :include: code/8.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
:hl_lines: 13 :hl_lines: 13
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/8.txt :include: code/8.txt
:start-after: // start output :start-after: // start output
:end-before: // end output :end-before: // end output
.. code-block:: php .. code-block:: php
:include: code/8.txt :include: code/8.txt
:start-after: // start output :start-after: // start output
:end-before: // end output :end-before: // end output
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/9.txt :include: code/9.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
| |
.. code-block:: yaml .. code-block:: yaml
:include: code/9.txt :include: code/9.txt
:linenos: :linenos:
:start-after: // start services :start-after: // start services
:end-before: // end services :end-before: // end services
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: yaml .. code-block:: yaml
:include: code/9.txt :include: code/9.txt
:start-after: // start output :start-after: // start output
:end-before: // end output :end-before: // end output
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/10.txt :include: code/10.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
:hl_lines: 5,6,7 :hl_lines: 5,6,7
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: plain .. code-block:: plain
:include: code/10.txt :include: code/10.txt
:start-after: // start output :start-after: // start output
:end-before: // end output :end-before: // end output
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/11.txt :include: code/11.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code 1 :start-after: // start code 1
:end-before: // end code 1 :end-before: // end code 1
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/11.txt :include: code/11.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code 1 :start-after: // start code 1
:end-before: // end code 1 :end-before: // end code 1
:hl_lines: 10,11,12 :hl_lines: 10,11,12
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/11.txt :include: code/11.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code 1 :start-after: // start code 1
:end-before: // end code 1 :end-before: // end code 1
:hl_lines: 8,13 :hl_lines: 8,13
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/11.txt :include: code/11.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code 2 :start-after: // start code 2
:end-before: // end code 2 :end-before: // end code 2
:hl_lines: 1,3 :hl_lines: 1,3
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/11.txt :include: code/11.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code 2 :start-after: // start code 2
:end-before: // end code 2 :end-before: // end code 2
:hl_lines: 2 :hl_lines: 2
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: yaml .. code-block:: yaml
:include: code/12.txt :include: code/12.txt
:linenos: :linenos:
:start-after: // start services1 :start-after: // start services1
:end-before: // end services1 :end-before: // end services1
| |
.. code-block:: yaml .. code-block:: yaml
:include: code/12.txt :include: code/12.txt
:linenos: :linenos:
:start-after: // start services2 :start-after: // start services2
:end-before: // end services2 :end-before: // end services2
.. raw:: pdf .. raw:: pdf
@ -571,71 +571,71 @@ Tasks
PageBreak PageBreak
.. code-block:: plain .. code-block:: plain
:include: code/12.txt :include: code/12.txt
:start-after: // start output :start-after: // start output
:end-before: // end output :end-before: // end output
| |
.. code-block:: php .. code-block:: php
:include: code/13.txt :include: code/13.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start test :start-after: // start test
:end-before: // end test :end-before: // end test
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: plain .. code-block:: plain
:include: code/13.txt :include: code/13.txt
:start-after: // start output :start-after: // start output
:end-before: // end output :end-before: // end output
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/14.txt :include: code/14.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start test :start-after: // start test
:end-before: // end test :end-before: // end test
:hl_lines: 1 :hl_lines: 1
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/14.txt :include: code/14.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start test :start-after: // start test
:end-before: // end test :end-before: // end test
:hl_lines: 5 :hl_lines: 5
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: plain .. code-block:: plain
:include: code/14.txt :include: code/14.txt
:start-after: // start output :start-after: // start output
:end-before: // end output :end-before: // end output
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/15.txt :include: code/15.txt
:linenos: :linenos:
:start-after: // start test :start-after: // start test
:end-before: // end test :end-before: // end test
:startinline: true :startinline: true
.. raw:: pdf .. raw:: pdf
@ -643,12 +643,12 @@ Tasks
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/15.txt :include: code/15.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start test :start-after: // start test
:end-before: // end test :end-before: // end test
:hl_lines: 1,2,3,4 :hl_lines: 1,2,3,4
.. raw:: pdf .. raw:: pdf
@ -656,24 +656,24 @@ Tasks
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/15.txt :include: code/15.txt
:linenos: :linenos:
:startinline: true :startinline: true
:end-before: // end test :end-before: // end test
:start-after: // start test :start-after: // start test
:hl_lines: 10,11 :hl_lines: 10,11
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/15.txt :include: code/15.txt
:startinline: true :startinline: true
:linenos: :linenos:
:start-after: // start test :start-after: // start test
:end-before: // end test :end-before: // end test
:hl_lines: 13,14,15 :hl_lines: 13,14,15
.. raw:: pdf .. raw:: pdf
@ -683,47 +683,47 @@ Tasks
.. Published or unpublished nodes. .. Published or unpublished nodes.
.. code-block:: php .. code-block:: php
:include: code/16.txt :include: code/16.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start test :start-after: // start test
:end-before: // end test :end-before: // end test
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/16.txt :include: code/16.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start test :start-after: // start test
:end-before: // end test :end-before: // end test
:hl_lines: 2,4,6 :hl_lines: 2,4,6
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/16.txt :include: code/16.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start test :start-after: // start test
:end-before: // end test :end-before: // end test
:hl_lines: 3,5 :hl_lines: 3,5
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/16.txt :include: code/16.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start test :start-after: // start test
:end-before: // end test :end-before: // end test
:hl_lines: 12 :hl_lines: 12
.. raw:: pdf .. raw:: pdf
@ -731,27 +731,27 @@ Tasks
PageBreak PageBreak
.. code-block:: plain .. code-block:: plain
:include: code/16.txt :include: code/16.txt
:start-after: // start output :start-after: // start output
:end-before: // end output :end-before: // end output
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/17.txt :include: code/17.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
| |
.. code-block:: plain .. code-block:: plain
:include: code/17.txt :include: code/17.txt
:start-after: // start output :start-after: // start output
:end-before: // end output :end-before: // end output
.. raw:: pdf .. raw:: pdf
@ -760,79 +760,79 @@ Tasks
.. Ensure articles are ordered correctly. .. Ensure articles are ordered correctly.
.. code-block:: php .. code-block:: php
:include: code/18.txt :include: code/18.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start test :start-after: // start test
:end-before: // end test :end-before: // end test
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/18.txt :include: code/18.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start test :start-after: // start test
:end-before: // end test :end-before: // end test
:hl_lines: 3,5,7,9,11 :hl_lines: 3,5,7,9,11
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/18.txt :include: code/18.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start test :start-after: // start test
:end-before: // end test :end-before: // end test
:hl_lines: 16 :hl_lines: 16
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: plain .. code-block:: plain
:include: code/18.txt :include: code/18.txt
:start-after: // start output :start-after: // start output
:end-before: // end output :end-before: // end output
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/19.txt :include: code/19.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/19.txt :include: code/19.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
:hl_lines: 2,3,4 :hl_lines: 2,3,4
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/19.txt :include: code/19.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
:hl_lines: 6,7 :hl_lines: 6,7
.. raw:: pdf .. raw:: pdf
@ -840,18 +840,18 @@ Tasks
PageBreak PageBreak
.. code-block:: php .. code-block:: php
:include: code/19.txt :include: code/19.txt
:linenos: :linenos:
:startinline: true :startinline: true
:start-after: // start code :start-after: // start code
:end-before: // end code :end-before: // end code
:hl_lines: 9 :hl_lines: 9
.. raw:: pdf .. raw:: pdf
PageBreak PageBreak
.. code-block:: plain .. code-block:: plain
:include: code/19.txt :include: code/19.txt
:start-after: // start output :start-after: // start output
:end-before: // end output :end-before: // end output

View file

@ -30,7 +30,7 @@ Software Developer, Consultant, open-source maintainer
.. page:: imagePage .. page:: imagePage
.. image:: images/timmillwood-ono.png .. image:: images/timmillwood-ono.png
:width: 22cm :width: 22cm
.. raw:: pdf .. raw:: pdf
@ -39,7 +39,7 @@ Software Developer, Consultant, open-source maintainer
.. page:: imagePage .. page:: imagePage
.. image:: images/override-node-options-1.png .. image:: images/override-node-options-1.png
:width: 18cm :width: 18cm
.. raw:: pdf .. raw:: pdf
@ -50,12 +50,12 @@ Software Developer, Consultant, open-source maintainer
| |
.. image:: images/override-node-options-2.png .. image:: images/override-node-options-2.png
:width: 22cm :width: 22cm
| |
.. image:: images/override-node-options-3.png .. image:: images/override-node-options-3.png
:width: 22cm :width: 22cm
.. raw:: pdf .. raw:: pdf