]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Add stub source files linking to canonical documents
authorZack Cerza <zack.cerza@inktank.com>
Mon, 1 Dec 2014 21:01:25 +0000 (14:01 -0700)
committerZack Cerza <zack.cerza@inktank.com>
Mon, 1 Dec 2014 21:37:59 +0000 (14:37 -0700)
Now we can drop the Makefile magic.

Signed-off-by: Zack Cerza <zack@redhat.com>
docs/source/ChangeLog.rst [new file with mode: 0644]
docs/source/INSTALL.rst [new file with mode: 0644]
docs/source/LAB_SETUP.rst [new file with mode: 0644]
docs/source/changelog.rst [deleted file]
docs/source/contents.rst
docs/source/index.rst [new file with mode: 0644]

diff --git a/docs/source/ChangeLog.rst b/docs/source/ChangeLog.rst
new file mode 100644 (file)
index 0000000..705b295
--- /dev/null
@@ -0,0 +1 @@
+.. include:: ../../ChangeLog.rst
diff --git a/docs/source/INSTALL.rst b/docs/source/INSTALL.rst
new file mode 100644 (file)
index 0000000..545ae4f
--- /dev/null
@@ -0,0 +1 @@
+.. include:: ../../INSTALL.rst
diff --git a/docs/source/LAB_SETUP.rst b/docs/source/LAB_SETUP.rst
new file mode 100644 (file)
index 0000000..d9a11f5
--- /dev/null
@@ -0,0 +1 @@
+.. include:: ../../LAB_SETUP.rst
diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst
deleted file mode 100644 (file)
index 218a0ba..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-Changelog
-=========
-
-0.1.0
------
-* (Actual changelog coming soon)
index 45f4465d1755db5156ce47fc31ed3cc3c42e59fa..5bf830f3d100b24bd3f8646d48679ea03f2bdccc 100644 (file)
@@ -4,7 +4,7 @@ Content Index
 .. toctree::
    :maxdepth: 2
 
-   README.rst
+   index.rst
    INSTALL.rst
    LAB_SETUP.rst
    ChangeLog.rst
diff --git a/docs/source/index.rst b/docs/source/index.rst
new file mode 100644 (file)
index 0000000..a6210d3
--- /dev/null
@@ -0,0 +1 @@
+.. include:: ../../README.rst