docs: Drop node.gif

It's the only GIF file we have in our repository.

We could convert it to PNG, but that would result in a
significantly bigger file (~5.5 KiB vs ~1.5 KiB).

Since the image doesn't really add much to the documentation,
drop it instead.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Andrea Bolognani 2022-01-19 17:54:53 +01:00
parent 2b7f9506b1
commit 6cb131e5cb
4 changed files with 0 additions and 40 deletions

View File

@ -14,9 +14,6 @@
(or subsystem in the case of container virtualization) running on a
virtualized machine provided by the hypervisor</li>
</ul>
<p class="image">
<img alt="Hypervisor and domains running on a node" src="images/node.gif"/>
</p>
<p>Now we can define the goal of libvirt: <b> to provide a common and
stable layer sufficient to securely manage domains on a node, possibly
remote</b>.</p>

View File

@ -10,7 +10,6 @@ docs_image_files = [
'migration-native.png',
'migration-tunnel.png',
'migration-unmanaged-direct.png',
'node.gif',
]
install_data(docs_image_files, install_dir: docs_html_dir / 'images')

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,36 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Creator: fig2dev Version 3.2.7b-dev -->
<!-- CreationDate: 2020-07-10 10:25:51 -->
<!-- Magnification: 1 -->
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="150pt" height="159pt"
viewBox="963 1488 2490 2649">
<g fill="none">
<!-- Line -->
<rect x="1275" y="1800" width="1275" height="450" rx="105"
stroke="#000000" stroke-width="8px"/>
<!-- Text -->
<text xml:space="preserve" x="1500" y="2100" fill="#000000" font-family="Times" font-style="normal" font-weight="normal" font-size="240" text-anchor="start">Domain</text>
<!-- Line -->
<rect x="1275" y="2325" width="1275" height="450" rx="105"
stroke="#000000" stroke-width="8px"/>
<!-- Text -->
<text xml:space="preserve" x="1500" y="2625" fill="#000000" font-family="Times" font-style="normal" font-weight="normal" font-size="240" text-anchor="start">Domain</text>
<!-- Line -->
<rect x="1275" y="2850" width="1275" height="450" rx="105"
stroke="#000000" stroke-width="8px"/>
<!-- Text -->
<text xml:space="preserve" x="1500" y="3150" fill="#000000" font-family="Times" font-style="normal" font-weight="normal" font-size="240" text-anchor="start">Domain</text>
<!-- Line -->
<rect x="975" y="1500" width="2400" height="2625"
stroke="#000000" stroke-width="8px"/>
<!-- Line -->
<rect x="1125" y="3450" width="2100" height="525" rx="105"
stroke="#000000" stroke-width="8px"/>
<!-- Text -->
<text xml:space="preserve" x="1500" y="3825" fill="#000000" font-family="Times" font-style="normal" font-weight="normal" font-size="240" text-anchor="start">Hypervisor</text>
<!-- Text -->
<text xml:space="preserve" x="2700" y="2850" fill="#000000" font-family="Times" font-style="normal" font-weight="normal" font-size="240" text-anchor="start">Node</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.8 KiB