9869b08da5
This patch fixes broken doc links as follows: - Removes the ref to generate the 'modindex' as this only applies to source that provides module level documentation with class refs. For example [1]. Today we don't have any such module doc in this project; and thus this generates a dead link. It can be added later (if needed) and the modindex ref can be added back in. - Fixes various internal links that are using '.rst'; this needs to be '.html' in order to link to the generated doc html files. - Fixes an incorrect link; missing a space and has an unneeded leading underscore. For more details please see the bug report associated with this fix. [1] https://github.com/openstack/neutron/blob/ master/neutron/neutron_plugin_base_v2.py#L19 Change-Id: I12e227ae1a3682a7268b75c844825d3f7464941b Closes-Bug: #1656403