diff options
-rw-r--r-- | doc/source/index.rst | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 4050355..b909a53 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -5,6 +5,9 @@ Welcome to oslo.utils's documentation! The `Oslo`_ utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling. +Contents +======== + .. toctree:: :maxdepth: 1 @@ -13,7 +16,15 @@ such as encoding, exception handling, string manipulation, and time handling. reference/index contributor/index -.. rubric:: Indices and tables +Release Notes +============= + +Read also the `oslo.utils Release Notes +<https://docs.openstack.org/releasenotes/oslo.utils/>`_. + + +Indices and tables +================== * :ref:`genindex` * :ref:`modindex` |