mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Added version number to documentation footers.
This commit is contained in:
parent
24dc4db02c
commit
78dcce8662
2 changed files with 6 additions and 1 deletions
|
@ -13,5 +13,5 @@ Krishna, Buddha, and Kalanki. Ganjifa solitaire games play the same
|
||||||
as games that use the standard deck but the larger number of different
|
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.
|
games that use "Alternate Color" row stacks.</p>
|
||||||
<img alt="" src="images/ganjifa.gif">
|
<img alt="" src="images/ganjifa.gif">
|
||||||
|
|
|
@ -8,6 +8,7 @@ from pysollib.gamedb import GAME_DB
|
||||||
from pysollib.gamedb import GI
|
from pysollib.gamedb import GI
|
||||||
from pysollib.mfxutil import latin1_normalize
|
from pysollib.mfxutil import latin1_normalize
|
||||||
from pysollib.mygettext import fix_gettext
|
from pysollib.mygettext import fix_gettext
|
||||||
|
from pysollib.settings import VERSION
|
||||||
# outdir = '../html'
|
# outdir = '../html'
|
||||||
pysollib_dir = '../'
|
pysollib_dir = '../'
|
||||||
|
|
||||||
|
@ -97,6 +98,8 @@ main_footer = '''
|
||||||
<p>
|
<p>
|
||||||
<br>
|
<br>
|
||||||
%(back_to_index_link)s
|
%(back_to_index_link)s
|
||||||
|
<hr>
|
||||||
|
<i>PySolFC Documentation - version ''' + VERSION + '''</i>
|
||||||
</body>
|
</body>
|
||||||
</html>'''
|
</html>'''
|
||||||
|
|
||||||
|
@ -124,6 +127,8 @@ rules_footer = '''
|
||||||
<a href="../index.html">Back to the index</a>
|
<a href="../index.html">Back to the index</a>
|
||||||
<br>
|
<br>
|
||||||
<a href="../rules.html">Back to individual game rules</a>
|
<a href="../rules.html">Back to individual game rules</a>
|
||||||
|
<hr>
|
||||||
|
<i>PySolFC Documentation - version ''' + VERSION + '''</i>
|
||||||
</body>
|
</body>
|
||||||
</html>'''
|
</html>'''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue