From 4448a64069ef9a8afa28003e4787d5601e542907 Mon Sep 17 00:00:00 2001 From: Mikhail Sobolev Date: Sun, 15 Dec 2013 13:09:43 +0200 Subject: [PATCH 1/2] add seealso to developing_inventory --- docsite/rst/developing_inventory.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/developing_inventory.rst b/docsite/rst/developing_inventory.rst index a78621d4fe..17c79f752a 100644 --- a/docsite/rst/developing_inventory.rst +++ b/docsite/rst/developing_inventory.rst @@ -83,6 +83,8 @@ The data to be added to the top level JSON dictionary looks like this:: } +.. seealso:: + :doc:`developing_api` Python API to Playbooks and Ad Hoc Task Execution :doc:`developing_modules` @@ -95,5 +97,3 @@ The data to be added to the top level JSON dictionary looks like this:: Mailing list for development topics `irc.freenode.net `_ #ansible IRC chat channel - - From 6569fb8455015a9fa6230fd1d6156edab12e0da1 Mon Sep 17 00:00:00 2001 From: Mikhail Sobolev Date: Sun, 15 Dec 2013 13:12:09 +0200 Subject: [PATCH 2/2] fixed a reference to AWX site --- docsite/rst/developing_inventory.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/developing_inventory.rst b/docsite/rst/developing_inventory.rst index 17c79f752a..4a5af3012c 100644 --- a/docsite/rst/developing_inventory.rst +++ b/docsite/rst/developing_inventory.rst @@ -91,7 +91,7 @@ The data to be added to the top level JSON dictionary looks like this:: How to develop modules :doc:`developing_plugins` How to develop plugins - `AnsibleWorks AWX `_ REST API endpoint and GUI for Ansible, syncs with dynamic inventory `Development Mailing List `_ Mailing list for development topics