ironic/ironic/drivers/modules/drac
Julia Kreger 17c3de3413 Fix doc builds for ironic
It seems that the wsme sphinx extension was concealing
issues in our doc builds, where formatting was not exactly
correct nor parsed as we would always expect as we have had
a tendency to fully document data structures as if we are
typing code.

Upon disabling the extension, the prior build failures due to
duplicate labels disappeared and other issues preventing the
docs from building successfully were raised.

It also seems that we never actually used the extension as
documented https://wsme.readthedocs.io/en/latest/document.html

$ grep -ir "wsme:root" ./ironic
$ grep -ir "wsme:type" ./ironic
$ grep -ir "wsme:attribute" ./ironic
$ grep -ir "wsme:service" ./ironic
$ grep -ir "autotype" ./ironic
./ironic/objects/fields.py:class FlexibleDictField(object_fields.AutoTypedField):
./ironic/objects/fields.py:class MACAddressField(object_fields.AutoTypedField):
$ grep -ir "autoattribute" ./ironic
$ grep -ir "autoservice" ./ironic
$ grep -ir "autofunction" ./ironic
$

Co-Authored-By: Dmitry Tantsur <dtantsur@redhat.com>
Change-Id: Ib5bbd9274a4098022fba69f0e4998485d2ee2396
Story: 2003020
Task:  23043
2018-09-05 19:24:55 +02:00
..
__init__.py Add DracDriver and its DracPower module 2014-08-19 16:28:52 +02:00
bios.py Fix doc builds for ironic 2018-09-05 19:24:55 +02:00
common.py Remove translation of log messages 2017-05-17 08:40:11 +07:00
inspect.py Remove translation of log messages 2017-05-17 08:40:11 +07:00
job.py Remove translation of log messages 2017-05-17 08:40:11 +07:00
management.py Fix iDRAC hardware type does not work with UEFI 2018-07-31 16:01:43 -04:00
power.py Fix handling of 'timeout' parameter to power methods 2018-02-06 08:33:45 -05:00
raid.py Merge "Fix for failure in cleaning" 2018-07-25 14:19:00 +00:00
vendor_passthru.py Do not use async parameter 2018-03-28 12:00:55 +03:00