summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2013-07-14 14:49:49 -0500
committerSol Jerome <sol.jerome@gmail.com>2013-07-14 14:49:49 -0500
commita7c2a14cfecf93d013556dcb703abb8e36bb45e5 (patch)
tree49f731525c6c65637fe99080b99401ce24c2afa2
parent15f003dfbb208a826818faaba76a1b5a3bc0a959 (diff)
downloadbcfg2-a7c2a14cfecf93d013556dcb703abb8e36bb45e5.tar.gz
bcfg2-a7c2a14cfecf93d013556dcb703abb8e36bb45e5.tar.bz2
bcfg2-a7c2a14cfecf93d013556dcb703abb8e36bb45e5.zip
doc: Fix sphinx build warnings/errors
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
-rw-r--r--doc/client/tools/actions.txt2
-rw-r--r--doc/server/plugins/structures/bundler/index.txt2
-rw-r--r--doc/server/xml-common.txt4
3 files changed, 6 insertions, 2 deletions
diff --git a/doc/client/tools/actions.txt b/doc/client/tools/actions.txt
index 268fcc51d..61bb8854b 100644
--- a/doc/client/tools/actions.txt
+++ b/doc/client/tools/actions.txt
@@ -57,6 +57,8 @@ same bundle based on group membership.
It is also possible to do this in one step in the bundle itself with a
``BoundAction`` tag, e.g.:
+.. code-block:: xml
+
<Bundle>
<BoundAction timing='post' when='modified' name='action_name'
command='/path/to/command arg1 arg2' status='ignore'/>
diff --git a/doc/server/plugins/structures/bundler/index.txt b/doc/server/plugins/structures/bundler/index.txt
index c7dde193f..25134cb89 100644
--- a/doc/server/plugins/structures/bundler/index.txt
+++ b/doc/server/plugins/structures/bundler/index.txt
@@ -49,6 +49,8 @@ be provided by a different plugin such as
Alternatively, you can use fully-bound entries in Bundler, which has
various uses. For instance:
+.. code-block:: xml
+
<Bundle>
<Path name='/etc/ssh/ssh_config'/>
<Group name='rpm'>
diff --git a/doc/server/xml-common.txt b/doc/server/xml-common.txt
index aa414dc48..073e409b2 100644
--- a/doc/server/xml-common.txt
+++ b/doc/server/xml-common.txt
@@ -327,10 +327,10 @@ Feature Matrix
+-------------------------------------------------+--------------+--------+------------+------------+
| File | Group/Client | Genshi | Encryption | XInclude |
+=================================================+==============+========+============+============+
-| :ref:`ACL ip.xml <server-plugins-misc-acl>' | No | No | No | Yes |
+| :ref:`ACL ip.xml <server-plugins-misc-acl>` | No | No | No | Yes |
+-------------------------------------------------+--------------+--------+------------+------------+
| :ref:`ACL metadata.xml | Yes | Yes | Yes | Yes |
-| <server-plugins-misc-acl>' | | | | |
+| <server-plugins-misc-acl>` | | | | |
+-------------------------------------------------+--------------+--------+------------+------------+
| :ref:`Bundler | Yes | Yes | Yes | Yes |
| <server-plugins-structures-bundler-index>` | | | | |