diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.md | 10 | ||||
-rw-r--r-- | docs/part-1/0_Abstract.md | 15 | ||||
-rw-r--r-- | docs/part-2/0_Abstract.md | 2 |
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 |