diff options
| author | Takashi Kajinami <tkajinam@redhat.com> | 2021-03-15 23:29:53 +0900 |
|---|---|---|
| committer | Takashi Kajinami <tkajinam@redhat.com> | 2021-03-15 23:29:53 +0900 |
| commit | 791bed6dd2272138b619e7c7ab26ca0692defff8 (patch) | |
| tree | 42f8528a939dd17936a28f9acef45487c47ec191 /doc/source/contributor | |
| parent | 2ccf7727a6c06214956b7067e7932015bcdfb5a5 (diff) | |
| download | python-openstackclient-791bed6dd2272138b619e7c7ab26ca0692defff8.tar.gz | |
Update the file paths mentioned in README.rst
This change fixes the outdated file paths, which were renamed by commit
9599ffe65d9dcd4b3aa780d346eccd1e760890bf .
Change-Id: I9ec4c49711a2fde24f5527086e495c86af9ef1ce
Diffstat (limited to 'doc/source/contributor')
| -rw-r--r-- | doc/source/contributor/plugins.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/source/contributor/plugins.rst b/doc/source/contributor/plugins.rst index 067c1b99..c2a08c5d 100644 --- a/doc/source/contributor/plugins.rst +++ b/doc/source/contributor/plugins.rst @@ -226,15 +226,15 @@ Add the command checker to your CI Changes to python-openstackclient --------------------------------- -#. In ``doc/source/plugins.rst``, update the `Adoption` section to reflect the - status of the project. +#. In ``doc/source/contributor/plugins.rst``, update the `Adoption` section to + reflect the status of the project. -#. Update ``doc/source/commands.rst`` to include objects that are defined by - fooclient's new plugin. +#. Update ``doc/source/contributor/commands.rst`` to include objects that are + defined by fooclient's new plugin. -#. Update ``doc/source/plugin-commands.rst`` to include the entry point defined - in fooclient. We use `sphinxext`_ to automatically document commands that - are used. +#. Update ``doc/source/contributor/plugin-commands.rst`` to include the entry + point defined in fooclient. We use `sphinxext`_ to automatically document + commands that are used. #. Update ``test-requirements.txt`` to include fooclient. This is necessary to auto-document the commands in the previous step. |
