1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Some minor documentation format corrections.

This commit is contained in:
Joe R 2022-11-20 14:57:13 -05:00
parent 73dca1b206
commit 3ed6bcf984
4 changed files with 5 additions and 3 deletions

View file

@ -14,4 +14,5 @@ as games that use the standard deck but the larger number of different
cards in a deck (96 or 120) adds an element of complexity. The fact cards in a deck (96 or 120) adds an element of complexity. The fact
that each suit has it's own color makes things quite interesting in that each suit has it's own color makes things quite interesting in
games that use "Alternate Color" row stacks.</p> games that use "Alternate Color" row stacks.</p>
<br/>
<img alt="" src="images/ganjifa.gif"> <img alt="" src="images/ganjifa.gif">

View file

@ -209,7 +209,7 @@ def gen_rules_html():
title = 'PySol - Rules for ' + gi.name title = 'PySol - Rules for ' + gi.name
s = '' s = ''
if gi.si.game_type == GI.GT_HANAFUDA: if gi.si.game_type == GI.GT_HANAFUDA:
s = '<a href="../hanafuda.html">General Flower Card rules</a>' s = '<a href="../hanafuda.html">General Hanafuda rules</a>'
elif gi.si.game_type == GI.GT_DASHAVATARA_GANJIFA or \ elif gi.si.game_type == GI.GT_DASHAVATARA_GANJIFA or \
gi.si.game_type == GI.GT_MUGHAL_GANJIFA: gi.si.game_type == GI.GT_MUGHAL_GANJIFA:
s = '<a href="../ganjifa.html">About Ganjifa</a>' s = '<a href="../ganjifa.html">About Ganjifa</a>'

View file

@ -1,4 +1,4 @@
<h1>General Flower Card Rules</h1> <h1>General Hanafuda (Flower Card) Rules</h1>
<p> <p>
There are some characteristics common to all the games played with Hanafuda There are some characteristics common to all the games played with Hanafuda
@ -16,4 +16,5 @@ difficult part of learning to play with hanafuda cards is learning which cards
belong in which suits and what their ranking is. The ranking of the suits is belong in which suits and what their ranking is. The ranking of the suits is
sometimes as important as the ranking of the cards in the suit. Try keeping sometimes as important as the ranking of the cards in the suit. Try keeping
this hanafuda help image displayed where you can refer to it as you play.</p> this hanafuda help image displayed where you can refer to it as you play.</p>
<br/>
<img alt="" src="images/hanahelp.gif"> <img alt="" src="images/hanahelp.gif">

View file

@ -2,7 +2,7 @@
<ul> <ul>
<li> <a href="intro.html">Introduction</a> <li> <a href="intro.html">Introduction</a>
<!-- <p> <a href="install.html">Installation</a>--> <!-- <p> <a href="install.html">Installation</a>-->
<li> <a href="howtoplay.html">How to play</a> <li> <a href="howtoplay.html">How to use PySol</a>
</ul> </ul>
<h2>Rules</h2> <h2>Rules</h2>
<ul> <ul>