diff options
Diffstat (limited to 'docs/testing/user/installation')
-rw-r--r-- | docs/testing/user/installation/docker.rst | 1 | ||||
-rw-r--r-- | docs/testing/user/installation/index.rst | 15 | ||||
-rw-r--r-- | docs/testing/user/installation/overview.rst | 1 | ||||
-rw-r--r-- | docs/testing/user/installation/source.rst | 1 |
4 files changed, 18 insertions, 0 deletions
diff --git a/docs/testing/user/installation/docker.rst b/docs/testing/user/installation/docker.rst new file mode 100644 index 00000000..f5d01191 --- /dev/null +++ b/docs/testing/user/installation/docker.rst @@ -0,0 +1 @@ +How to install qtip from docker registry diff --git a/docs/testing/user/installation/index.rst b/docs/testing/user/installation/index.rst new file mode 100644 index 00000000..7b19a1ca --- /dev/null +++ b/docs/testing/user/installation/index.rst @@ -0,0 +1,15 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2017 ZTE Corp. + + +####################### +QTIP Installation Guide +####################### + +.. toctree:: + :maxdepth: 2 + + ./overview.rst + ./docker.rst + ./source.rst diff --git a/docs/testing/user/installation/overview.rst b/docs/testing/user/installation/overview.rst new file mode 100644 index 00000000..c9651d22 --- /dev/null +++ b/docs/testing/user/installation/overview.rst @@ -0,0 +1 @@ +What will be installed and how.
\ No newline at end of file diff --git a/docs/testing/user/installation/source.rst b/docs/testing/user/installation/source.rst new file mode 100644 index 00000000..d32b245f --- /dev/null +++ b/docs/testing/user/installation/source.rst @@ -0,0 +1 @@ +How to install qtip from source.
\ No newline at end of file |