d409296bde
We had a number of code blocks that were being incorrectly rendered inside block quotes, which messed with formatting somewhat. Correct them. This was done using the following script: sphinx-build -W -b xml doc/source doc/build/xml files=$(find doc/build/xml -name '*.xml' -print) for file in $files; do if xmllint -xpath "//block_quote/literal_block" "$file" &>/dev/null; then echo "$file" fi done Note that this also highlighted a file using DOS line endings. This is corrected. Change-Id: If63f31bf13c76a185e2c6eebc9b85f9a1f3bbde8 Signed-off-by: Stephen Finucane <sfinucan@redhat.com> |
||
---|---|---|
.. | ||
dashboards | ||
internals | ||
ovn | ||
ovn_vagrant | ||
policies | ||
stadium | ||
testing | ||
alembic_migrations.rst | ||
client_command_extensions.rst | ||
contribute.rst | ||
contributing.rst | ||
development_environment.rst | ||
effective_neutron.rst | ||
gerrit-recheck.rst | ||
index.rst | ||
modules.rst | ||
neutron_api.rst | ||
upgrade_checks.rst |