Add contents to various pages with more than one topic per page.

This commit is contained in:
Michael DeHaan 2013-12-26 14:32:01 -05:00
commit 1c29f043b4
19 changed files with 41 additions and 2 deletions

View file

@ -1,6 +1,8 @@
Python API
==========
.. contents:: Topics
There are several interesting ways to use Ansible from an API perspective. You can use
the Ansible python API to control nodes, you can extend Ansible to respond to various python events, you can
write various plugins, and you can plug in inventory data from external data sources. This document