ironic/ironic/drivers
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
..
modules Fix doc builds for ironic 2018-09-05 19:24:55 +02:00
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
base.py Follow-up patch to ramdisk interface 2018-07-30 12:48:19 -07:00
cisco_ucs.py Add I202 to flake ignore list 2017-10-25 14:32:52 +03:00
drac.py Remove the iDRAC classic drivers 2018-06-26 14:29:37 +02:00
fake_hardware.py BIOS Settings: Add BIOSInterface 2018-05-08 15:16:52 +08:00
generic.py Adds ramdisk deploy driver 2018-07-26 17:22:47 +00:00
hardware_type.py BIOS Settings: Add BIOSInterface 2018-05-08 15:16:52 +08:00
ilo.py iLO BIOS interface implementation 2018-07-20 17:52:46 +05:30
ipmi.py Add "noop" management and use it in the "ipmi" hardware type 2018-08-07 13:25:50 +00:00
irmc.py Implement iRMC BIOS configuration 2018-07-11 08:04:15 +07:00
oneview.py Remove the OneView classic drivers 2018-06-26 14:30:27 +02:00
raid_config_schema.json Fix for Unable to create RAID1 on Dell BOSS card 2018-06-19 14:41:57 -04:00
redfish.py Add redfish driver 2017-04-21 11:06:24 +01:00
snmp.py Switch the "snmp" hardware type to "noop" management 2018-08-07 15:40:29 +00:00
utils.py Support SUM based firmware update as clean step for iLO drivers 2017-10-10 07:36:51 +00:00
xclarity.py Deprecate xclarity hardware type 2018-07-25 09:39:10 -07:00