diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-11-30 16:30:42 -0500 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-11-30 16:30:42 -0500 |
| commit | 43fbe569a5d1affa994d8c1be096e873d4abfa17 (patch) | |
| tree | 4d2edc3f2f1a3976cc4876f53880aaa22609ae9d | |
| parent | 0cdfa623838007174e67c42e31ee067d542c51ed (diff) | |
| download | python-openstackclient-43fbe569a5d1affa994d8c1be096e873d4abfa17.tar.gz | |
Add a changelog to see all changes into tagged releases
in addition to release notes, it'll be nice to also see the
changelog that happened between releases.
Change-Id: I4548be22c377ec12f0398a248391384126506715
| -rw-r--r-- | doc/source/history.rst | 1 | ||||
| -rw-r--r-- | doc/source/index.rst | 10 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/source/history.rst b/doc/source/history.rst new file mode 100644 index 00000000..69ed4fe6 --- /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 66afc2b5..c1fbbe39 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -20,7 +20,6 @@ User Documentation interactive humaninterfaceguide backwards-incompatible - releases man/openstack Getting Started @@ -30,6 +29,15 @@ Getting Started * Read the source `on OpenStack's Git server`_ * Install OpenStackClient from `PyPi`_ or a `tarball`_ +Release Notes +------------- + +.. toctree:: + :maxdepth: 1 + + releases + history + Developer Documentation ----------------------- |
