summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Ospalý <p.ospaly@partner.samsung.com>2019-02-26 11:42:16 +0100
committerPetr Ospalý <p.ospaly@partner.samsung.com>2019-02-26 11:53:20 +0100
commit41a20c145b30e9eebf395742b986bfed2ed7ca60 (patch)
tree96061a1f11c01b852858281560f30aef1b4245dd
parentf3491548c657ac1c7f7840eb664e923d5d63c751 (diff)
Add support for ONAP documentation project
Provided the mandatory doc structure: docs/ index.rst ... Added a couple of .gitignore for better testing and development. Change-Id: I722806681e4844e0ea915006bc7de6018d3073d7 Issue-ID: OOM-1672 Signed-off-by: Petr Ospalý <p.ospaly@partner.samsung.com>
-rw-r--r--.gitignore1
-rw-r--r--docs/.gitignore2
-rw-r--r--[-rwxr-xr-x]docs/BuildGuide.rst (renamed from doc/BuildGuide.rst)0
-rw-r--r--[-rwxr-xr-x]docs/InstallGuide.rst (renamed from doc/InstallGuide.rst)0
-rw-r--r--docs/index.rst11
5 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..8e695ec8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+doc
diff --git a/docs/.gitignore b/docs/.gitignore
new file mode 100644
index 00000000..19fe1aa0
--- /dev/null
+++ b/docs/.gitignore
@@ -0,0 +1,2 @@
+conf.py*
+_static
diff --git a/doc/BuildGuide.rst b/docs/BuildGuide.rst
index 4cf8d97c..4cf8d97c 100755..100644
--- a/doc/BuildGuide.rst
+++ b/docs/BuildGuide.rst
diff --git a/doc/InstallGuide.rst b/docs/InstallGuide.rst
index f34ee03e..f34ee03e 100755..100644
--- a/doc/InstallGuide.rst
+++ b/docs/InstallGuide.rst
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 00000000..a43eedf5
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,11 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+
+OOM offline-installer
+=====================
+
+.. toctree::
+ :maxdepth: 2
+
+ BuildGuide.rst
+ InstallGuide.rst
+