1
0
Fork 0
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:
Joe R 2021-11-15 21:03:09 -05:00
parent 48af00fb7e
commit 024248bac6
2 changed files with 6 additions and 1 deletions

View file

@ -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
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
games that use "Alternate Color" row stacks.
games that use "Alternate Color" row stacks.</p>
<img alt="" src="images/ganjifa.gif">

View file

@ -8,6 +8,7 @@ from pysollib.gamedb import GAME_DB
from pysollib.gamedb import GI
from pysollib.mfxutil import latin1_normalize
from pysollib.mygettext import fix_gettext
from pysollib.settings import VERSION
# outdir = '../html'
pysollib_dir = '../'
@ -97,6 +98,8 @@ main_footer = '''
<p>
<br>
%(back_to_index_link)s
<hr>
<i>PySolFC Documentation - version ''' + VERSION + '''</i>
</body>
</html>'''
@ -124,6 +127,8 @@ rules_footer = '''
<a href="../index.html">Back to the index</a>
<br>
<a href="../rules.html">Back to individual game rules</a>
<hr>
<i>PySolFC Documentation - version ''' + VERSION + '''</i>
</body>
</html>'''