Dynamic routing services for OpenStack Neutron.
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 |
||
---|---|---|
devstack | ||
doc/source | ||
etc | ||
neutron_dynamic_routing | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pylintrc | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
TESTING.rst | ||
tox.ini |
Team and repository tags
This package contains neutron-dynamic-routing code which depends upon neutron and it's related libraries to run.
External Resources
The homepage for Neutron is: http://launchpad.net/neutron. Use this site for asking for help, and filing bugs. We use a single launchpad page for all Neutron projects.
Code is available on git.openstack.org at: <http://git.openstack.org/cgit/openstack/neutron-dynamic-routing>
Refer to Neutron documentation for more information: Neutron README.rst