From 1038a1c038278645e5d494b5ed9c6b0b62dc36f5 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 31 Jul 2017 11:23:43 +0100 Subject: fix 'configration' typo Fix typos in the documentation and corresponding directory structure. Change-Id: I90c40139f6c6af3d326f6f9251e6821d5c4b1a82 --- doc/source/configration/conffixture.rst | 9 --------- doc/source/configration/index.rst | 9 --------- doc/source/configration/opts.rst | 16 ---------------- doc/source/configuration/conffixture.rst | 9 +++++++++ doc/source/configuration/index.rst | 9 +++++++++ doc/source/configuration/opts.rst | 16 ++++++++++++++++ doc/source/index.rst | 2 +- 7 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 doc/source/configration/conffixture.rst delete mode 100644 doc/source/configration/index.rst delete mode 100644 doc/source/configration/opts.rst create mode 100644 doc/source/configuration/conffixture.rst create mode 100644 doc/source/configuration/index.rst create mode 100644 doc/source/configuration/opts.rst (limited to 'doc') diff --git a/doc/source/configration/conffixture.rst b/doc/source/configration/conffixture.rst deleted file mode 100644 index e66887d..0000000 --- a/doc/source/configration/conffixture.rst +++ /dev/null @@ -1,9 +0,0 @@ ----------------------- -Testing Configurations ----------------------- - -.. currentmodule:: oslo_messaging.conffixture - -.. autoclass:: ConfFixture - :members: - diff --git a/doc/source/configration/index.rst b/doc/source/configration/index.rst deleted file mode 100644 index 782a644..0000000 --- a/doc/source/configration/index.rst +++ /dev/null @@ -1,9 +0,0 @@ -============ -Configration -============ - -.. toctree:: - :maxdepth: 2 - - opts - conffixture diff --git a/doc/source/configration/opts.rst b/doc/source/configration/opts.rst deleted file mode 100644 index 9d94c18..0000000 --- a/doc/source/configration/opts.rst +++ /dev/null @@ -1,16 +0,0 @@ -======================= - Configuration Options -======================= - -oslo.messaging uses oslo.config to define and manage configuration -options to allow the deployer to control how an application uses the -underlying messaging system. - -.. show-options:: oslo.messaging - -API -=== - -.. currentmodule:: oslo_messaging.opts - -.. autofunction:: list_opts diff --git a/doc/source/configuration/conffixture.rst b/doc/source/configuration/conffixture.rst new file mode 100644 index 0000000..e66887d --- /dev/null +++ b/doc/source/configuration/conffixture.rst @@ -0,0 +1,9 @@ +---------------------- +Testing Configurations +---------------------- + +.. currentmodule:: oslo_messaging.conffixture + +.. autoclass:: ConfFixture + :members: + diff --git a/doc/source/configuration/index.rst b/doc/source/configuration/index.rst new file mode 100644 index 0000000..13bee5e --- /dev/null +++ b/doc/source/configuration/index.rst @@ -0,0 +1,9 @@ +============= +Configuration +============= + +.. toctree:: + :maxdepth: 2 + + opts + conffixture diff --git a/doc/source/configuration/opts.rst b/doc/source/configuration/opts.rst new file mode 100644 index 0000000..9d94c18 --- /dev/null +++ b/doc/source/configuration/opts.rst @@ -0,0 +1,16 @@ +======================= + Configuration Options +======================= + +oslo.messaging uses oslo.config to define and manage configuration +options to allow the deployer to control how an application uses the +underlying messaging system. + +.. show-options:: oslo.messaging + +API +=== + +.. currentmodule:: oslo_messaging.opts + +.. autofunction:: list_opts diff --git a/doc/source/index.rst b/doc/source/index.rst index 4c2452d..e3e1cdf 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -10,7 +10,7 @@ different messaging transports. :maxdepth: 1 contributor/index - configration/index + configuration/index admin/index user/index reference/index -- cgit v1.2.1