From 3d7e8320231626e68a8384de082ad183b11aeeb2 Mon Sep 17 00:00:00 2001 From: DougTW Date: Mon, 29 Jul 2019 17:40:57 -0700 Subject: [PATCH] Minor editorial revisions. (#675) * Added TOC after opening sentence * Added Description heading * Moved remaining description under Description Signed-off-by: DougTW --- source/clear-linux/tutorials/kata.rst | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/source/clear-linux/tutorials/kata.rst b/source/clear-linux/tutorials/kata.rst index cecd365e..7f4863fc 100644 --- a/source/clear-linux/tutorials/kata.rst +++ b/source/clear-linux/tutorials/kata.rst @@ -4,9 +4,18 @@ Install Kata Containers\* ######################### This tutorial describes how to install, configure, and run `Kata Containers`_ -on |CL-ATTR|. Kata Containers is an open source project developing a -lightweight implementation of :abbr:`VMs (Virtual Machines)` that offer the -speed of containers and the security of VMs. +on |CL-ATTR|. + +.. contents:: + :local: + :depth: 1 + +Description +*********** + +Kata Containers is an open source project developing a lightweight +implementation of :abbr:`VMs (Virtual Machines)` that offer the speed of +containers and the security of VMs. Prerequisites *************