Skip to content

Commit

Permalink
Correct issues commente
Browse files Browse the repository at this point in the history
corrections to ..index formatting issues
  • Loading branch information
KSchopmeyer authored and andy-maier committed Apr 29, 2020
1 parent f36d7b2 commit 6f959f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions docs/pywbemcli/cmdlineinterface.rst
Expand Up @@ -14,8 +14,8 @@
..
.. index::
single; pywbemcli command line interface
single; command line interface
single: pywbemcli command line interface
single: command line interface

.. _`Pywbemcli command line interface`:

Expand Down Expand Up @@ -58,7 +58,7 @@ Options are prefixed with the characters ``-`` for the short form or ``--`` for
the long form (ex. ``-n`` or ``--namespace``). The other components do not
begin with ``-``.

.. index:: pair command groups; command interface
.. index:: pair: command groups; command interface

Command groups are named after the objects the commands operate on
(ex. ``class``, ``instance``, ``qualifier``, ``server``). Executing
Expand Down
2 changes: 1 addition & 1 deletion docs/pywbemcli/commands.rst
Expand Up @@ -82,7 +82,7 @@ Example:
See :ref:`pywbemcli class associators --help` for the exact help output of the command.

.. index:: pair: class commands; class delete
.. index:: delete classes; class commands
.. index:: pair: delete classes; class commands

.. _`Class delete command`:

Expand Down
12 changes: 6 additions & 6 deletions docs/pywbemcli/generaloptions.rst
Expand Up @@ -75,7 +75,7 @@ specified in the command line invocation:
| | | | | REFERENCE | ToSubclass |
+-------------+---------+---------+---------+-----------+-----------------+
.. index:: pair WBEM server; defining the WBEM server
.. index:: pair: WBEM server; defining the WBEM server

.. _`Defining the WBEM server`:

Expand Down Expand Up @@ -106,7 +106,7 @@ the following arguments :
* The :ref:`--timeout general option` defines the client side timeout
for operations.

2. Define a mock WBEM server () by using the :ref:`--mock-server general option`.
2. Define a mock WBEM server by using the :ref:`--mock-server general option`.

The mock WBEM server is part of pywbemcli and allows testing or
demonstrating pywbemcli without having access to a real WBEM server.
Expand Down Expand Up @@ -752,9 +752,9 @@ any subsequent pywbemcli commands:
.. index::
pair: pull operations; general options
single: --use-pull
single: --pull-max-count
single: traditional operations
single: --use-pull
single: --pull-max-count
single: traditional operations

.. _`Pywbemcli and the DMTF pull operations`:

Expand Down Expand Up @@ -1081,7 +1081,7 @@ single command ``class find CIM_Foo``:

.. index::
pair: CIM object output formats; output formats
pair: output formats; MOF
pair: output formats; MOF

.. _`CIM object formats`:

Expand Down

0 comments on commit 6f959f6

Please sign in to comment.