diff options
author | Sandra McCann <samccann@redhat.com> | 2019-04-22 13:21:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-22 13:21:21 -0400 |
commit | cca365061c7343e23c9de69001e44eb7bad919db (patch) | |
tree | 08e67cd5b6c131d8ebf00e0f8e59cd70c18c6de5 /docs/docsite/rst/plugins | |
parent | 5311ee9efa9aea3de0e217b11411005f4d957c0a (diff) | |
download | ansible-cca365061c7343e23c9de69001e44eb7bad919db.tar.gz |
add how to create HttpApi plugins for network modules (#54340)
* initial port over from gdoc
* crosslink httpapi pages
* Add some examples?
* Add quick example of using Connection
* Fix indentation of python code blocks
* moved to a full developer guide for networks
* Try to clarify some examples
* Fix typos
How did I even do that?
Diffstat (limited to 'docs/docsite/rst/plugins')
-rw-r--r-- | docs/docsite/rst/plugins/httpapi.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/docsite/rst/plugins/httpapi.rst b/docs/docsite/rst/plugins/httpapi.rst index bd93412802..91f7f613d4 100644 --- a/docs/docsite/rst/plugins/httpapi.rst +++ b/docs/docsite/rst/plugins/httpapi.rst @@ -18,7 +18,7 @@ others might be usable on a variety of platforms (RESTCONF). Adding httpapi plugins ------------------------- -You can extend Ansible to support other APIs by dropping a custom plugin into the ``httpapi_plugins`` directory. +You can extend Ansible to support other APIs by dropping a custom plugin into the ``httpapi_plugins`` directory. See :ref:`developing_plugins_httpapi` for details. .. _using_httpapi: @@ -51,6 +51,8 @@ Use ``ansible-doc -t httpapi <plugin name>`` to see detailed documentation and e :ref:`Ansible for Network Automation<network_guide>` An overview of using Ansible to automate networking devices. + :ref:`Developing network modules<developing_modules_network>` + How to develop network modules. `User Mailing List <https://groups.google.com/group/ansible-devel>`_ Have a question? Stop by the google group! `irc.freenode.net <http://irc.freenode.net>`_ |