From fcce95b66f4f4ff4d63f23dc0147f5986dfcbf42 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Tue, 23 Apr 2019 13:25:13 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs. Replace the old url by the new one in the README.rst file. Fix the title format in several files. Change-Id: I8777c0b9e09b91ae3ca89d562bf5fa2c24720616 --- README.rst | 2 +- doc/source/configuration/index.rst | 6 +++--- doc/source/contributor/index.rst | 6 +++--- doc/source/index.rst | 6 +++--- doc/source/install/index.rst | 6 +++--- doc/source/user/usage.rst | 6 +++--- 6 files changed, 16 insertions(+), 16 deletions(-) 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::