os-vif/doc/source
Eric Fried 8d7c0d548d doc: Fix arg specs and object types in docs
The usage doc stated that plug and unplug accept a single argument of
type `os_vif.objects.VIF`, which isn't a thing, and then went on to give
an example showing that they take two.  The usage doc and the plug and
unplug docstrings also listed various objects at the wrong paths (e.g.
the `instance_info` param being of type `os_vif.objects.InstanceInfo`,
which also isn't a thing).

Fixed up the usage doc to list both arguments and correct the references
in the sample code; and fixed the plug/unplug docstrings
to list the proper paths to classes: os_vif.objects.vif.VIFBase and
os_vif.objects.instance_info.InstanceInfo.

Made everything in `single backticks` into a proper rst ``literal``.

Change-Id: I400838bbe9663917fe2c64f52975b77a370405b4
2018-07-16 17:55:22 +01:00
..
reference doc: Create directory structure for docs migration 2017-07-04 10:08:01 +01:00
user doc: Fix arg specs and object types in docs 2018-07-16 17:55:22 +01:00
conf.py doc: Remove cruft from releasenotes conf.py 2017-07-20 11:40:17 +01:00
index.rst add noop plugin 2018-07-05 16:20:22 +00:00