From: Zack Cerza Date: Mon, 1 Dec 2014 21:01:25 +0000 (-0700) Subject: Add stub source files linking to canonical documents X-Git-Tag: 1.1.0~1061^2~24^2~3 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c1ab48d901d675f312298a6cdd0e100ec3583896;p=teuthology.git Add stub source files linking to canonical documents Now we can drop the Makefile magic. Signed-off-by: Zack Cerza --- diff --git a/docs/source/ChangeLog.rst b/docs/source/ChangeLog.rst new file mode 100644 index 0000000000..705b295913 --- /dev/null +++ b/docs/source/ChangeLog.rst @@ -0,0 +1 @@ +.. include:: ../../ChangeLog.rst diff --git a/docs/source/INSTALL.rst b/docs/source/INSTALL.rst new file mode 100644 index 0000000000..545ae4fa15 --- /dev/null +++ b/docs/source/INSTALL.rst @@ -0,0 +1 @@ +.. include:: ../../INSTALL.rst diff --git a/docs/source/LAB_SETUP.rst b/docs/source/LAB_SETUP.rst new file mode 100644 index 0000000000..d9a11f5fbd --- /dev/null +++ b/docs/source/LAB_SETUP.rst @@ -0,0 +1 @@ +.. include:: ../../LAB_SETUP.rst diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst deleted file mode 100644 index 218a0baa2e..0000000000 --- a/docs/source/changelog.rst +++ /dev/null @@ -1,6 +0,0 @@ -Changelog -========= - -0.1.0 ------ -* (Actual changelog coming soon) diff --git a/docs/source/contents.rst b/docs/source/contents.rst index 45f4465d17..5bf830f3d1 100644 --- a/docs/source/contents.rst +++ b/docs/source/contents.rst @@ -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 index 0000000000..a6210d3d8a --- /dev/null +++ b/docs/source/index.rst @@ -0,0 +1 @@ +.. include:: ../../README.rst