Skip to content

Commit

Permalink
correct rst formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Jan 2, 2018
1 parent 3e4f734 commit cfb6cd2
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions doc/tagging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,28 @@ performing a report will act on the tagged objects.
Tagging acts on the active selection, that is the items in the search
results which you have selected.

Please remember: you can select all result rows by pressing Ctrl-A, you can
deselect everything by pressing Ctrl-Shift-A, you can toggle tagging of a
single row by Ctrl-Mouse clicking on it.
Please remember: you can select all result rows by pressing ``Ctrl-A``, you can
deselect everything by pressing ``Ctrl-Shift-A``, you can toggle tagging of a
single row by ``Ctrl-Mouse click`` on it.

Once you have an active selection, tagging can be done in two ways:

dialog box tagging
~~~~~~~~~~~~~~~~~~~

Press Ctrl-T or select :menuselection:`Tag-->Tag Selection` from the menu,
Press ``Ctrl-T`` or select :menuselection:`Tag-->Tag Selection` from the menu,
this activates a window where you can create new tags and apply any existing
tag to the selection.

The tag window is composed of three parts:

# The upper part mentions the list of objects in your active selection. This
is the list of object of which you are editing the tags;

# The middle part has a list of all available tags, with a checkbox that you
can activate for applying the tag to or removing the tag from the
selection;

# The lower part only holds a link to new tag creation, and the Ok button
for closing the dialog box.
#. The upper part mentions the list of objects in your active
selection. This is the list of object of which you are editing the tags;
#. The middle part has a list of all available tags, with a checkbox that
you can activate for applying the tag to or removing the tag from the
selection;
#. The lower part only holds a link to new tag creation, and the Ok button
for closing the dialog box.

If, when opening the tag dialog box, the active selection holds multiple
items, then only the tags that are common to all the selected items will
Expand All @@ -54,6 +52,6 @@ active tag, and it shows with a check next to it in the tags menu.
windowless tagging
~~~~~~~~~~~~~~~~~~~

Once you have an active tag, pressing Ctrl-Y applies the active tag to all
objects in the active selection. Ctrl-Shift-Y removes the active tag from
Once you have an active tag, pressing ``Ctrl-Y`` applies the active tag to all
objects in the active selection. ``Ctrl-Shift-Y`` removes the active tag from
all objects in the active selection.

0 comments on commit cfb6cd2

Please sign in to comment.