From 80dca1eba9908547b099153f08fb2aa143ca4f23 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 10 Sep 2015 12:15:45 +0100 Subject: [PATCH] docs: Update devguide.html to point to the new Python dev guide We have a new libvirt-appdev-guide-python which we need to promote to users. Rewrite the existing page to mention it too. Also use the new URL location which is automatically refreshed once a day. Signed-off-by: Daniel P. Berrange --- docs/devguide.html.in | 56 ++++++++++++++++--------------------------- 1 file changed, 21 insertions(+), 35 deletions(-) diff --git a/docs/devguide.html.in b/docs/devguide.html.in index 122fe249b4..639e495058 100644 --- a/docs/devguide.html.in +++ b/docs/devguide.html.in @@ -2,55 +2,41 @@ -

libvirt Application Development Guide

- - - -

- The guide is both a learning tool for developing with libvirt and an - API reference document. It is a work in progress, composed by a - professional author from contributions written by members of the - libvirt team. -

+

libvirt Application Development Guides

- Contributions to the guide are VERY welcome. If you'd like to get - your name on this and demonstrate your virtualisation prowess, a solid - contribution to the content here will do it. :) + The libvirt API is accessible from a number of programming languages. + At this time, there are application development guides available + which cover the C API and the Python API. Of the two, the Python guide + is currently the more comprehensive document.

-

Browsable online

- -

GIT source repository

+

Contributing content

- The source is in a git repository: + These guides are written in DocBook and published with the + publican tool, which is also used for Fedora and Red Hat + documentation. The original content is provided in GIT and + any contributions to the guide are welcome.

-      git clone git://libvirt.org/libvirt-appdev-guide.git
+ # C language + $ git clone git://libvirt.org/libvirt-appdev-guide.git -

- Browsable here: -

+ # Python language + $ git clone git://libvirt.org/libvirt-appdev-guide-python.git -
-      http://libvirt.org/git/?p=libvirt-appdev-guide.git;a=summary
+ # Publican Style/Theme + $ git clone git://libvirt.org/libvirt-publican.git + -- GitLab