From 4eaae635730fa62865cf7546a6d1060675d4ac74 Mon Sep 17 00:00:00 2001 From: Romain Ziba Date: Mon, 27 Jul 2015 16:48:22 +0200 Subject: [PATCH] Improve doc Change-Id: Id2dbb68738ee1d0beae09972e45535b2ed32a180 --- doc/source/arch.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/arch.rst b/doc/source/arch.rst index d95062f..6606524 100644 --- a/doc/source/arch.rst +++ b/doc/source/arch.rst @@ -24,9 +24,9 @@ Cerberus' manager Cerberus is easy to extend thanks to a plugin system. The manager has some functions: -* it loads **plugins** -* it manages **tasks** -* it stores **security reports** and **security alarms** in database +* it loads ``plugins`` +* it manages ``tasks`` +* it stores ``security reports`` and ``security alarms`` in database Plugins @@ -44,7 +44,7 @@ Plugins can subscribe to events sent on the notification topic Cerberus' manager listens on. For example, this can be useful to automatically configure a tool if a project has been created or if a certain role is granted to an user. Plugins may also implement some functions that the manager calls through -**tasks**. +``tasks``. Tasks