From 579426d4a0bbaa744cf8f62ad4d126797b173f74 Mon Sep 17 00:00:00 2001 From: TerryHowe Date: Sat, 20 Jun 2015 13:32:25 -0600 Subject: [PATCH] Add the pbr generated changelog to the docs You have to run 'python setup.py sdist' to generate the authors and changelog file, so I'm not sure how this will work out when docs are pushed to the docs server. Change-Id: I48c00712e3604c256e2c17a949409887beb8dbc1 --- doc/source/history.rst | 1 + doc/source/index.rst | 12 ++++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 doc/source/history.rst diff --git a/doc/source/history.rst b/doc/source/history.rst new file mode 100644 index 000000000..69ed4fe6c --- /dev/null +++ b/doc/source/history.rst @@ -0,0 +1 @@ +.. include:: ../../ChangeLog diff --git a/doc/source/index.rst b/doc/source/index.rst index 3b0565b79..40f1da8fd 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -22,5 +22,13 @@ For Contributors contributors/index -For a listing of terms used throughout the SDK, including the names of -projects and services supported by it, see the `Glossary `_. +General Information +------------------- + +General information about the SDK including a glossary and release history. + +.. toctree:: + :maxdepth: 1 + + Glossary of Terms + Release History