From a3832977e4f1bc233dcb265aa2d8b5fb3582b3fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Hurtado?= Date: Wed, 27 Nov 2019 10:15:55 +0100 Subject: [PATCH] Fix some formatting bugs 'The Project' section --- docs/source/the_project/quickstart.rst | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/docs/source/the_project/quickstart.rst b/docs/source/the_project/quickstart.rst index a55cc44..66f4d5d 100644 --- a/docs/source/the_project/quickstart.rst +++ b/docs/source/the_project/quickstart.rst @@ -42,13 +42,13 @@ Accessing via SSH to :samp:`External Host` If we choose this option then we need to create a user and grant him access via :samp:`SSH` to :samp:`External Host` for every person that needs to check for :samp:`Internal host` status. - Conclusion: **Not a good idea** + Conclusion: **Not a good idea.** Reasons: - 1. We need to manage users (violates a constraint) - 2. We need to grant access for users to system (violates a constraint) - 3. We can't control what :samp:`ping` options the user can use to ping :samp:`Internal Host` (violates a constraint) + 1. We need to manage users (violates a constraint.) + 2. We need to grant access for users to system (violates a constraint.) + 3. We can't control what :samp:`ping` options the user can use to ping :samp:`Internal Host` (violates a constraint.) Develop and deploy a custom solution @@ -60,12 +60,12 @@ Develop and deploy a custom solution 2. We need to wait for for the development to be production ready. 3. We need a bucket, even we have developers in our organization. - Conclusion: **Not a good idea** + Conclusion: **Not a good idea.** Reasons: - 1. Need to spend money (violates a constraint) - 2. Need to spend time + 1. Need to spend money (violates a constraint.) + 2. Need to spend time. Using Kapow! (Spoiler: the winner!) @@ -74,12 +74,10 @@ Using Kapow! (Spoiler: the winner!) Ok, lets analyze Kapow! and check it for our constraints: 1. Kapow! is Open Source, so **it's free**. - 2. By using kapow! we don't need to program our own solution, so - **don't waste time**. - 3. By using Kapow! we can run any command in the :samp:`External Host` - limiting the command parameters, so **it's safe**. + 2. By using kapow! we don't need to program our own solution, so we **don't waste time**. + 3. By using Kapow! we can run any command in the :samp:`External Host` limiting the command parameters, so **it's safe**. 4. By using Kapow! we can launch any system command as an HTTP API easily, - so **we don't need to grant login access to anybody to ``External Host``** + so **we don't need to grant login access to anybody to** :samp:`External Host`**.** Conclusion: **Kapow! is the best choice**.