From 5dca6ffa4fafa380f4cb0a527a28dd7112e104ab Mon Sep 17 00:00:00 2001 From: Christian McHugh Date: Sun, 17 Mar 2019 10:21:04 +0000 Subject: [PATCH] include xml state/module in docs --- doc/ref/modules/all/index.rst | 1 + doc/ref/modules/all/salt.modules.xml.rst | 6 ++++++ doc/ref/states/all/index.rst | 1 + doc/ref/states/all/salt.states.xml.rst | 6 ++++++ 4 files changed, 14 insertions(+) create mode 100644 doc/ref/modules/all/salt.modules.xml.rst create mode 100644 doc/ref/states/all/salt.states.xml.rst diff --git a/doc/ref/modules/all/index.rst b/doc/ref/modules/all/index.rst index cfa6ffbbcffc..8834f6a3fda8 100644 --- a/doc/ref/modules/all/index.rst +++ b/doc/ref/modules/all/index.rst @@ -511,6 +511,7 @@ execution modules xapi_virt xbpspkg xfs + xml xmpp yumpkg zabbix diff --git a/doc/ref/modules/all/salt.modules.xml.rst b/doc/ref/modules/all/salt.modules.xml.rst new file mode 100644 index 000000000000..52b4ffa06898 --- /dev/null +++ b/doc/ref/modules/all/salt.modules.xml.rst @@ -0,0 +1,6 @@ +================ +salt.modules.xml +================ + +.. automodule:: salt.modules.xml + :members: diff --git a/doc/ref/states/all/index.rst b/doc/ref/states/all/index.rst index 966a5461e282..c4d42bf5d0a2 100644 --- a/doc/ref/states/all/index.rst +++ b/doc/ref/states/all/index.rst @@ -316,6 +316,7 @@ state modules win_wua winrepo x509 + xml xmpp zabbix_action zabbix_host diff --git a/doc/ref/states/all/salt.states.xml.rst b/doc/ref/states/all/salt.states.xml.rst new file mode 100644 index 000000000000..e6756c6639ab --- /dev/null +++ b/doc/ref/states/all/salt.states.xml.rst @@ -0,0 +1,6 @@ +=============== +salt.states.xml +=============== + +.. automodule:: salt.states.xml + :members: