diff --git a/docs/libvirt-go-xml.rst b/docs/libvirt-go-xml.rst new file mode 100644 index 0000000000000000000000000000000000000000..ee3b8780683edb50f7e5b706d362d372876df083 --- /dev/null +++ b/docs/libvirt-go-xml.rst @@ -0,0 +1,10 @@ +========================== +Libvirt Go XML parsing API +========================== + +The `Go `__ package ``libvirt.org/libvirt-go-xml`` provides +annotated Go struct definitions for parsing (and formatting) XML documents used +with libvirt APIs. + +For details of Go specific behaviour consult the +`Go package documentation `__ diff --git a/docs/libvirt-go.rst b/docs/libvirt-go.rst new file mode 100644 index 0000000000000000000000000000000000000000..6ec5c0c123c552945cdd336dd47781062d32b5dc --- /dev/null +++ b/docs/libvirt-go.rst @@ -0,0 +1,13 @@ +======================= +Libvirt Go Language API +======================= + +The `Go `__ package ``libvirt.org/libvirt-go`` provides +`CGo `__ binding from the OS native Libvirt API. + +In general the Go representation is a direct 1-1 mapping from native API +concepts to Go, so the native API documentation should serve as a reference +for most behaviour. + +For details of Go specific behaviour consult the +`Go package documentation `__ diff --git a/docs/page.xsl b/docs/page.xsl index f8f7ff8cf95ce56b8cd14e04dbbf57124af56d18..ddae5ab50809c4755389eb88368c6214e792146e 100644 --- a/docs/page.xsl +++ b/docs/page.xsl @@ -99,6 +99,12 @@ libvirt: <xsl:value-of select="html:html/html:body//html:h1"/> + + + + + +