From c30df02ca31ab6ec3b33623adc9128fe92e268cc Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 7 Mar 2022 14:14:46 +0100 Subject: [PATCH] docs: Drop 'devguide' page MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The page is not referenced from anywhere and contains dead links for the output and links to old repos. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- docs/devguide.html.in | 42 ------------------------------------------ docs/meson.build | 1 - 2 files changed, 43 deletions(-) delete mode 100644 docs/devguide.html.in diff --git a/docs/devguide.html.in b/docs/devguide.html.in deleted file mode 100644 index 2668e6f29e..0000000000 --- a/docs/devguide.html.in +++ /dev/null @@ -1,42 +0,0 @@ - - - - -

libvirt Application Development Guides

- -

- 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. -

- - - -

Contributing content

- -

- 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. -

- -
-# C language
-$ git clone https://libvirt.org/git/libvirt-appdev-guide.git
-
-# Python language
-$ git clone https://libvirt.org/git/libvirt-appdev-guide-python.git
-
-# Publican Style/Theme
-$ git clone https://libvirt.org/git/libvirt-publican.git
-    
- - - diff --git a/docs/meson.build b/docs/meson.build index e348e64b8e..3caaa76735 100644 --- a/docs/meson.build +++ b/docs/meson.build @@ -25,7 +25,6 @@ docs_html_in_files = [ 'contribute', 'csharp', 'dbus', - 'devguide', 'docs', 'downloads', 'drivers', -- 2.47.2