chiark / gitweb /
docs: Fix formatting of sub-entries in gamespec
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 4 May 2022 23:29:32 +0000 (00:29 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 5 May 2022 20:01:47 +0000 (21:01 +0100)
Re-using the same bullet point symbol confuses Sphinx.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
docs/gamespec.rst

index 1a8e3befa785f7f3328cd31971ff3bc00f504cc9..6ecbe7e4de1b47a6abcd7590538ae2e755922691 100644 (file)
@@ -133,14 +133,16 @@ This is discussed in the descriptions for each piece spec type.
 
  * ``label``.  Controls display of the label with information about
    the in-game state.  Dictionary with two sub-entries:
-    * ``colour`` [string, defaults to the edge colour].
-    * ``place`` [string]: One of ``"BottomLeft"`` (default),
+
+    - ``colour`` [string, defaults to the edge colour].
+    - ``place`` [string]: One of ``"BottomLeft"`` (default),
       ``"TopLeft"``, ``"BottomLeftOutside"``, ``"TopLeftOutside"``.
 
  * ``shape``.  The shape of a piece.  Dictionary with two sub-entries:
-    * ``type``.  ``"Circle"`` or ``"Rect"`` [required]
-    * ``size`` [array of 1 or 2 numbers]: required if ``type="Rect"``.
-    * ``diam`` [number]: required if ``type="Circle"``.
+
+    - ``type``.  ``"Circle"`` or ``"Rect"`` [required]
+    - ``size`` [array of 1 or 2 numbers]: required if ``type="Rect"``.
+    - ``diam`` [number]: required if ``type="Circle"``.
 
  * ``itemname``: Used when other parts of the game want to refer to
    this one.  [string]