docs: formatdomain: Convert to rst

For now just plain conversion to rst. Anchors which existed until now
are preserved, but the table of contents now uses the docutils-generated
ones.

Additionally <code> which was nested in a link (<a>) was removed as rst
doesn't support nesting of inline markup.

The only anchor which wasn't restored is
'elementsDiskBackingStoreIndex' and its only reference was removed.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Peter Krempa 2020-07-10 17:09:35 +02:00
parent 2b9e277106
commit fdc0d13b2c
3 changed files with 7454 additions and 9861 deletions

File diff suppressed because it is too large Load Diff

7453
docs/formatdomain.rst Normal file

File diff suppressed because it is too large Load Diff

View File

@ -70,7 +70,6 @@ docs_html_in_files = [
'firewall',
'formatcaps',
'formatdomaincaps',
'formatdomain',
'format',
'formatnetwork',
'formatnetworkport',
@ -117,6 +116,7 @@ docs_rst_files = [
'developer-tooling',
'formatbackup',
'formatcheckpoint',
'formatdomain',
'hacking',
'kbase',
'libvirt-go',