doc: convert image extensions to wildcard
authorJohn McNamara <john.mcnamara@intel.com>
Tue, 3 Feb 2015 14:11:18 +0000 (14:11 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 Mar 2015 10:43:21 +0000 (11:43 +0100)
commitba9e05cb6b002016b01adf4e8700f206f3d04fd6
tree16aea4e61d9d25d4b3b8e3904aff3893d9d81855
parent1e7055ac8a297cdedd6e54d967461981fe40b583
doc: convert image extensions to wildcard

Changed all image.svg and image.png extensions to image.*
This allows Sphinx to decide the appropriate image type
from the available image options.

In case of PDF, SVG images are converted and Sphinx must pick
the converted version.

Signed-off-by: John McNamara <john.mcnamara@intel.com>
Acked-by: Bernard Iremonger <bernard.iremonger@intel.com>
34 files changed:
doc/guides/prog_guide/env_abstraction_layer.rst
doc/guides/prog_guide/i40e_ixgbe_igb_virt_func_drv.rst
doc/guides/prog_guide/intel_dpdk_xen_based_packet_switch_sol.rst
doc/guides/prog_guide/ivshmem_lib.rst
doc/guides/prog_guide/kernel_nic_interface.rst
doc/guides/prog_guide/libpcap_ring_based_poll_mode_drv.rst
doc/guides/prog_guide/link_bonding_poll_mode_drv_lib.rst
doc/guides/prog_guide/lpm6_lib.rst
doc/guides/prog_guide/lpm_lib.rst
doc/guides/prog_guide/malloc_lib.rst
doc/guides/prog_guide/mbuf_lib.rst
doc/guides/prog_guide/mempool_lib.rst
doc/guides/prog_guide/multi_proc_support.rst
doc/guides/prog_guide/overview.rst
doc/guides/prog_guide/packet_distrib_lib.rst
doc/guides/prog_guide/packet_framework.rst
doc/guides/prog_guide/poll_mode_drv_emulated_virtio_nic.rst
doc/guides/prog_guide/poll_mode_drv_paravirtual_vmxnets_nic.rst
doc/guides/prog_guide/qos_framework.rst
doc/guides/prog_guide/ring_lib.rst
doc/guides/sample_app_ug/dist_app.rst
doc/guides/sample_app_ug/exception_path.rst
doc/guides/sample_app_ug/intel_quickassist.rst
doc/guides/sample_app_ug/kernel_nic_interface.rst
doc/guides/sample_app_ug/l2_forward_real_virtual.rst
doc/guides/sample_app_ug/l3_forward_access_ctrl.rst
doc/guides/sample_app_ug/load_balancer.rst
doc/guides/sample_app_ug/multi_process.rst
doc/guides/sample_app_ug/qos_scheduler.rst
doc/guides/sample_app_ug/quota_watermark.rst
doc/guides/sample_app_ug/test_pipeline.rst
doc/guides/sample_app_ug/vhost.rst
doc/guides/sample_app_ug/vm_power_management.rst
doc/guides/sample_app_ug/vmdq_dcb_forwarding.rst