[gnome-sudoku/wip/piotrdrag/help-update: 1/6] help: Update Notes



commit 722ed9f3721b16ccec64c0393834cfa65d279a5c
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Tue Dec 5 01:13:13 2017 +0100

    help: Update Notes
    
    Only the Easter egg Ctrl-N notes are supported.

 help/C/earmarks.page           |   40 ++++++++++++++++++++++++++++++++++++++++
 help/C/keyboard-shortcuts.page |    2 +-
 help/C/notes.page              |   40 ----------------------------------------
 help/C/strategy.page           |    4 ++--
 help/Makefile.am               |    2 +-
 5 files changed, 44 insertions(+), 44 deletions(-)
---
diff --git a/help/C/earmarks.page b/help/C/earmarks.page
new file mode 100644
index 0000000..2879b97
--- /dev/null
+++ b/help/C/earmarks.page
@@ -0,0 +1,40 @@
+<page xmlns="http://projectmallard.org/1.0/";
+       type="topic" style="task"
+       id="earmarks">
+  <info>
+    <revision pkgversion="3.4" version="0.1" date="2012-03-08" status="final"/>
+    <revision pkgversion="3.26" version="0.2" date="2017-12-05" status="review"/>
+   <link type="guide" xref="index#tips"/>
+    <credit type="author copyright">
+      <name>Thomas Hinkle</name>
+      <email>tmhinkle gmail com</email>
+      <years>2011</years>
+    </credit>
+    <credit type="editor">
+      <name>Chris Beiser</name>
+      <email>ctbeiser gmail com</email>
+    </credit>
+    <credit type="editor">
+      <name>Michael Hill</name>
+      <email>mdhillca gmail com</email>
+    </credit>
+    <license>
+      <p>Creative Commons Share Alike 3.0</p>
+    </license>
+  </info>
+
+<title>Earmarks</title>
+<p>Earmarks (small numeric notes) can be added to any cell. They allow you to mark possible values for a 
cell. Earmarks will store all characters in order, but will remove repetitions of characters.</p>
+
+<p>To add earmarks to a cell:</p>
+
+<steps>
+  <item><p>Select the cell.</p></item>
+  <item><p>Press <keyseq><key>Ctrl</key><key>1</key></keyseq> through 
<keyseq><key>Ctrl</key><key>9</key></keyseq>.</p></item>
+</steps>
+
+<p>You can remove a number from the earmarks by pressing <keyseq><key>Ctrl</key><key>1</key></keyseq> 
through <keyseq><key>Ctrl</key><key>9</key></keyseq> again.</p>
+
+<note><p>You can also add earmarks by clicking the cell while pressing <key>Ctrl</key> or right-clicking the 
cell, and then choosing a number.</p></note>
+
+</page>
diff --git a/help/C/keyboard-shortcuts.page b/help/C/keyboard-shortcuts.page
index ae5e827..6ae913e 100644
--- a/help/C/keyboard-shortcuts.page
+++ b/help/C/keyboard-shortcuts.page
@@ -57,7 +57,7 @@
                        <td><p><keyseq><key>Ctrl</key><key>Shift</key><key>Z</key></keyseq></p></td>
                </tr>
                <tr>
-                       <td><p>Add a number to the top notes of a cell</p></td>
+                       <td><p>Add a number to the top earmarks of a cell</p></td>
                        <td><p><keyseq><key>Ctrl</key><key>1-9</key></keyseq></p></td>
                </tr>
                <tr>
diff --git a/help/C/strategy.page b/help/C/strategy.page
index 587c075..e4ce9b7 100644
--- a/help/C/strategy.page
+++ b/help/C/strategy.page
@@ -32,7 +32,7 @@
             </item>
            <item><p>Determine which numbers in the row are missing.</p></item>
            <item><p>Choose one of the empty cells in this row. Determine which of the missing numbers are in 
that column or in that 3x3 box.</p></item>
-           <item><p> Using <link xref="notes">notes</link>, enter the missing numbers which are not in that 
column or 3x3 box, into the the upper field. These numbers are candidate solutions for that cell.</p></item>
+           <item><p> Using <link xref="earmarks">earmarks</link>, enter the missing numbers which are not in 
that column or 3x3 box. These numbers are candidate solutions for that cell.</p></item>
            <item><p>Go to the next empty cell of the chosen row and repeat the above method. Repeat this for 
every row and column, starting at those with the most numbers and continuing through to the least. Always 
look carefully for the numbers and don't forget the 3x3 boxes.</p></item>
           </steps>
             <note><p>This strategy will help reveal the cells which have only one possible choice. When 
revealed, you can fill those cells in with that choice, and repeat the strategy again until the entire puzzle 
is solved.</p></note>
@@ -48,7 +48,7 @@
          <steps>
            <item><p>Find the number which appears most often.</p></item>
            <item><p>Now look at the left vertical alignment of the 3x3 boxes and locate the column(s) in 
which this number appears.</p></item>
-           <item><p>In this alignment, go to a 3x3 box which does not contain this number in any of its 
cells.  Using <link xref="notes">notes</link>, enter this number in every empty cell of the column in which 
this number does not appear. If the number appears in the row of one of these cells, do not enter it in that 
cell's notes.</p></item>
+           <item><p>In this alignment, go to a 3x3 box which does not contain this number in any of its 
cells.  Using <link xref="earmarks">earmarks</link>, enter this number in every empty cell of the column in 
which this number does not appear. If the number appears in the row of one of these cells, do not enter it in 
that cell's earmarks.</p></item>
            <item><p>Repeat the last two steps for the center and right vertical alignments.</p></item>
             <item><p>Find the next number which appears most, and repeat until you have done this for all 9 
numbers.</p></item>
          </steps>
diff --git a/help/Makefile.am b/help/Makefile.am
index a8ce813..6fc6f8a 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -19,7 +19,7 @@ HELP_FILES = \
        keyboard-shortcuts.page         \
        legal.xml                       \
        license.page                    \
-       notes.page                      \
+       earmarks.page                   \
        print-blank-puzzles.page        \
        print-inprogress-game.page      \
        rules.page                      \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]