diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-12-01 00:42:29 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-12-01 00:42:29 +0000 |
| commit | bf95d74c2d594d087c2229dd5f72174d796ef17e (patch) | |
| tree | 4c89eef4e798fa4c9fa4610102646268a45d0ff7 /doc/source | |
| parent | b4b1a84bf9daa3c13dc71ece95c240fd54fa940d (diff) | |
| parent | 43fbe569a5d1affa994d8c1be096e873d4abfa17 (diff) | |
| download | python-openstackclient-bf95d74c2d594d087c2229dd5f72174d796ef17e.tar.gz | |
Merge "Add a changelog to see all changes into tagged releases"
Diffstat (limited to 'doc/source')
| -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 ----------------------- |
