From a629f3fc9a66214317a0fadf4db9a26481951b8b Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 23 Jun 2015 16:02:41 -0700 Subject: [PATCH] Add history.rst that uses generated 'ChangeLog' file Change-Id: Iba1947128b7e2da7dbff5669e47883fd388e171d --- ChangeLog | 1 + doc/source/history.rst | 2 ++ doc/source/index.rst | 8 ++++++++ 3 files changed, 11 insertions(+) create mode 100644 ChangeLog create mode 100644 doc/source/history.rst diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..ba4c69b7 --- /dev/null +++ b/ChangeLog @@ -0,0 +1 @@ +.. This is a generated file! Do not edit. diff --git a/doc/source/history.rst b/doc/source/history.rst new file mode 100644 index 00000000..db8340b5 --- /dev/null +++ b/doc/source/history.rst @@ -0,0 +1,2 @@ +.. include:: ../../ChangeLog + diff --git a/doc/source/index.rst b/doc/source/index.rst index 90e3bcfa..acea31cb 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -103,6 +103,14 @@ projects, frameworks and libraries. shelf +History +------- + +.. toctree:: + :maxdepth: 2 + + history + Indices and tables ==================