diff --git a/README.rst b/README.rst index 004d3cc9..fb0a2ef8 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,6 @@ caching backends such as `Memcached `_. * Free software: Apache license * Documentation: https://docs.openstack.org/oslo.cache/latest/ -* Source: https://git.openstack.org/cgit/openstack/oslo.cache/ +* Source: https://opendev.org/openstack/oslo.cache/ * Bugs: https://bugs.launchpad.net/oslo.cache * Release notes: https://docs.openstack.org/releasenotes/oslo.cache/ diff --git a/doc/source/configuration/index.rst b/doc/source/configuration/index.rst index 0827952d..4ff78a62 100644 --- a/doc/source/configuration/index.rst +++ b/doc/source/configuration/index.rst @@ -1,6 +1,6 @@ -======================= - Configuration Options -======================= +===================== +Configuration Options +===================== oslo.cache uses oslo.config to define and manage configuration options to allow the deployer to control how an application uses this library. diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index ed5290bb..3d4ceb40 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -1,5 +1,5 @@ -============== - Contributing -============== +============ +Contributing +============ .. include:: ../../../CONTRIBUTING.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index 0f85a437..b3742347 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,6 +1,6 @@ -============ - oslo.cache -============ +========== +oslo.cache +========== Cache storage for OpenStack projects. diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 5111fb7a..6da4a3fe 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -1,6 +1,6 @@ -============== - Installation -============== +============ +Installation +============ At the command line:: diff --git a/doc/source/user/usage.rst b/doc/source/user/usage.rst index 7e610624..824710c8 100644 --- a/doc/source/user/usage.rst +++ b/doc/source/user/usage.rst @@ -1,6 +1,6 @@ -======= - Usage -======= +===== +Usage +===== A simple example of oslo.cache in use::