aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xen-api/xenapi.tex
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xen-api/xenapi.tex')
-rw-r--r--docs/xen-api/xenapi.tex60
1 files changed, 0 insertions, 60 deletions
diff --git a/docs/xen-api/xenapi.tex b/docs/xen-api/xenapi.tex
deleted file mode 100644
index b59b706772..0000000000
--- a/docs/xen-api/xenapi.tex
+++ /dev/null
@@ -1,60 +0,0 @@
-%
-% Copyright (c) 2006-2007 XenSource, Inc.
-%
-% Permission is granted to copy, distribute and/or modify this document under
-% the terms of the GNU Free Documentation License, Version 1.2 or any later
-% version published by the Free Software Foundation; with no Invariant
-% Sections, no Front-Cover Texts and no Back-Cover Texts. A copy of the
-% license is included in the section entitled
-% "GNU Free Documentation License" or the file fdl.tex.
-%
-% Authors: Ewan Mellor, Richard Sharp, Dave Scott, Jon Harrop.
-%
-
-\documentclass{report}
-
-\usepackage{a4}
-\usepackage{graphics}
-\usepackage{longtable}
-\usepackage{fancyhdr}
-\usepackage{hyperref}
-\usepackage{array}
-
-\setlength\topskip{0cm}
-\setlength\topmargin{0cm}
-\setlength\oddsidemargin{0cm}
-\setlength\evensidemargin{0cm}
-\setlength\parindent{0pt}
-
-%% Parameters for coversheet:
-\input{xenapi-coversheet}
-
-\begin{document}
-
-% The coversheet itself
-\include{coversheet}
-
-% The revision history
-\include{revision-history}
-
-% Table of contents
-\tableofcontents
-
-
-% ... and off we go!
-
-\chapter{Introduction}
-
-This document contains a description of the Xen Management API---an interface for
-remotely configuring and controlling virtualised guests running on a
-Xen-enabled host.
-
-\input{presentation}
-
-\include{wire-protocol}
-\include{vm-lifecycle}
-\include{xenapi-datamodel}
-\include{fdl}
-\include{bibliography}
-
-\end{document}