neutron/doc/source/contributor
Stephen Finucane d409296bde docs: Deindent code blocks
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>
2023-05-10 17:37:26 +01:00
..
dashboards Doc: Due to recent grafana upgrade change urls in doc 2022-02-15 11:33:49 +01:00
internals docs: Deindent code blocks 2023-05-10 17:37:26 +01:00
ovn [OVN] scripts for networking-ovn code migration 2020-01-26 20:19:43 +00:00
ovn_vagrant [OVN] Merge networking-ovn vagrant into neutron 2020-02-18 17:26:15 -05:00
policies Merge "Add Jens Harbott as Lieutenants in Infra area" 2023-03-14 08:57:12 +00:00
stadium Remove reference of openstack-health 2022-04-05 19:44:58 -05:00
testing Remove "neutron-ovn-tempest-ovs-release-ubuntu-old" job 2023-04-28 14:15:45 +00:00
alembic_migrations.rst Updates for python3.8 2020-04-28 14:03:21 -04:00
client_command_extensions.rst Update the documentation link for doc migration 2017-07-22 18:46:13 +09:00
contribute.rst Fix links for Source code references 2021-12-02 20:12:34 +05:30
contributing.rst [Community goal] Add contributor and PTL guide 2020-03-03 04:43:26 +01:00
development_environment.rst Fix remaining typos in comments and tests 2022-07-06 21:20:27 +05:30
effective_neutron.rst Remove documentation about nested transactions 2021-01-18 12:22:40 +01:00
gerrit-recheck.rst Make the recheck policy more prominently visible 2022-04-22 17:13:41 -05:00
index.rst Make the recheck policy more prominently visible 2022-04-22 17:13:41 -05:00
modules.rst Rearrange existing documentation to fit the new standard layout 2017-07-08 05:49:56 +00:00
neutron_api.rst Rearrange existing documentation to fit the new standard layout 2017-07-08 05:49:56 +00:00
upgrade_checks.rst Upgrade check command - add support for 3rd party checks 2018-12-18 11:23:03 +01:00