Organized document directories, added index.rst files ... 49/7349/4
authorTrevor Cooper <trevor.cooper@intel.com>
Tue, 19 Jan 2016 19:53:14 +0000 (11:53 -0800)
committerTrevor Cooper <trevor.cooper@intel.com>
Fri, 22 Jan 2016 21:42:03 +0000 (13:42 -0800)
./ only file here should be project facts (INFO)
./docs/ no files should be here (jumpserver_install and pharos-spec files will be removed)
./docs/configguide/ overview of community lab expecations, reference to all other files wtih descriptions, get started for a new lab (e.g. how to update pharos start page)
./docs/images/ diagrams for pharos project (Wiki etc. not a particular lab)
./docs/information/ contains pharos project information ... pharos.rst
./docs/lab-description/ templates and config file examples (human readable (rst) and machine readable (yaml) files)
./docs/labs/ all lab specific documentation (filled templates, etc.)
./docs/labs/images/ lab specific diagrams
./docs/specification/ files that are part of the pharos spec

Change-Id: I3a7a1434ae4b8f6f0d66d0ce5b6a1b00853378d5
Signed-off-by: Trevor Cooper <trevor.cooper@intel.com>
.INFO.swp [new file with mode: 0644]
docs/configguide/index.rst [new file with mode: 0644]
docs/configguide/lab_update_guide.rst [moved from docs/lab_update_guide.rst with 100% similarity]
docs/information/index.rst [new file with mode: 0644]
docs/information/pharos.rst [moved from docs/pharos.rst with 100% similarity]
docs/lab-description/lab_details_template.rst [moved from docs/labs/templates/lab_details_template.rst with 100% similarity]

diff --git a/.INFO.swp b/.INFO.swp
new file mode 100644 (file)
index 0000000..a187b76
Binary files /dev/null and b/.INFO.swp differ
diff --git a/docs/configguide/index.rst b/docs/configguide/index.rst
new file mode 100644 (file)
index 0000000..4af40a5
--- /dev/null
@@ -0,0 +1,15 @@
+Pharos Project Information
+====================
+
+.. toctree::
+   :maxdepth: 2
+
+   ./pharos.rst
+
+:Authors: Trevor Cooper (Intel)
+:Version: 1.0
+
+Indices and tables
+==================
+
+* :ref:`search`
diff --git a/docs/information/index.rst b/docs/information/index.rst
new file mode 100644 (file)
index 0000000..4af40a5
--- /dev/null
@@ -0,0 +1,15 @@
+Pharos Project Information
+====================
+
+.. toctree::
+   :maxdepth: 2
+
+   ./pharos.rst
+
+:Authors: Trevor Cooper (Intel)
+:Version: 1.0
+
+Indices and tables
+==================
+
+* :ref:`search`
similarity index 100%
rename from docs/pharos.rst
rename to docs/information/pharos.rst