From c1ab48d901d675f312298a6cdd0e100ec3583896 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 1 Dec 2014 14:01:25 -0700 Subject: [PATCH] Add stub source files linking to canonical documents Now we can drop the Makefile magic. Signed-off-by: Zack Cerza --- docs/source/ChangeLog.rst | 1 + docs/source/INSTALL.rst | 1 + docs/source/LAB_SETUP.rst | 1 + docs/source/changelog.rst | 6 ------ docs/source/contents.rst | 2 +- docs/source/index.rst | 1 + 6 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 docs/source/ChangeLog.rst create mode 100644 docs/source/INSTALL.rst create mode 100644 docs/source/LAB_SETUP.rst delete mode 100644 docs/source/changelog.rst create mode 100644 docs/source/index.rst 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 -- 2.39.5