aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-09-21 09:51:51 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-09-21 09:51:51 +0200
commit0b8cfb0b3bc8b3c618a66089e11c1cc14c03fa9e (patch)
tree544978ebdf04c33cd3a4986c5530281d460c4890
parent887d9406bbf6aaf239152b74f4963be79699027c (diff)
Add doc links (url + pdf)
-rw-r--r--docs/README.md10
-rw-r--r--docs/part-1/0_Abstract.md15
-rw-r--r--docs/part-2/0_Abstract.md2
3 files changed, 16 insertions, 11 deletions
diff --git a/docs/README.md b/docs/README.md
index 6dcccc3..fca70e9 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -3,12 +3,10 @@
**X**(cross) **D**evelopment **S**ystem is a tool that allows user to easily
cross build applications.
-The first goal is to provide a multi-platform cross development tool with
-near-zero installation.
-The second goal is to keep application sources locally (on user's machine) to
-make it compatible with existing IT policies (e.g. corporate backup or SCM),
-and let user to continue to work as usual (use his favorite editor,
-keep performance while editing/browsing sources).
+This documentation is available :
+
+- online: [http://docs.automotivelinux.org/docs/devguides/en/dev/#xcross-development-system-user's-guide](http://docs.automotivelinux.org/docs/devguides/en/dev/#xcross-development-system-user's-guide)
+- PDF file: [http://iot.bzh/download/public/2017/XDS/docs/XDS_UsersGuide.pdf](http://iot.bzh/download/public/2017/XDS/docs/XDS_UsersGuide.pdf)
<br>
<br>
diff --git a/docs/part-1/0_Abstract.md b/docs/part-1/0_Abstract.md
index 4d93f54..7badf42 100644
--- a/docs/part-1/0_Abstract.md
+++ b/docs/part-1/0_Abstract.md
@@ -1,13 +1,20 @@
-# Part 1 - Getting Started for Users
+# Getting Started for Users
## Abstract
X(cross) Development System (XDS) is set of tools that provide a multi-platform
for cross development with near-zero installation.
-XDS allows you to keep developed application sources locally (on user's machine)
-to make it compatible with existing IT policies (e.g. corporate backup or SCM),
-and let user to continue to work as usual (use its favorite editor,
+This documentation is available :
+
+- online: [http://docs.automotivelinux.org/docs/devguides/en/dev/#xcross-development-system-user's-guide](http://docs.automotivelinux.org/docs/devguides/en/dev/#xcross-development-system-user's-guide)
+- PDF file: [http://iot.bzh/download/public/2017/XDS/docs/XDS_UsersGuide.pdf](http://iot.bzh/download/public/2017/XDS/docs/XDS_UsersGuide.pdf)
+
+The first goal of XDS is to provide a multi-platform cross development tool with
+near-zero installation.
+The second goal is to keep application sources locally (on user's machine) to
+make it compatible with existing IT policies (e.g. corporate backup or SCM),
+and let user to continue to work as usual (use his favorite editor,
keep performance while editing/browsing sources).
The two main blocks that compose XDS are the client part (`xds-agent`) running
diff --git a/docs/part-2/0_Abstract.md b/docs/part-2/0_Abstract.md
index 51aa70d..c2f90c3 100644
--- a/docs/part-2/0_Abstract.md
+++ b/docs/part-2/0_Abstract.md
@@ -1,4 +1,4 @@
-# Part 2 - XDS internals
+# XDS internals
## Abstract