Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/layouts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ fantasy.yml
<img src="layouts/expected_layouts_builtin_fantasy_00.png"
class="figure" width=350>

https://github.com/andymeneely/squib/tree/master/lib/squib/layouts/fantasy.yml
https://github.com/andymeneely/squib/tree/master/lib/squib/builtin/layouts/fantasy.yml

economy.yml
~~~~~~~~~~~
Expand All @@ -253,7 +253,7 @@ economy.yml
<img src="layouts/expected_layouts_builtin_economy_00.png"
class="figure" width=350>

https://github.com/andymeneely/squib/tree/master/lib/squib/layouts/economy.yml
https://github.com/andymeneely/squib/tree/master/lib/squib/builtin/layouts/economy.yml

tuck_box.yml
~~~~~~~~~~~~
Expand All @@ -265,7 +265,7 @@ Based on TheGameCrafter's template.
<img src="layouts/expected_layouts_builtin_tuck_box_00.png"
class="figure" width=450>

https://github.com/andymeneely/squib/tree/master/lib/squib/layouts/tuck_box.yml
https://github.com/andymeneely/squib/tree/master/lib/squib/builtin/layouts/tuck_box.yml


hand.yml
Expand All @@ -276,7 +276,7 @@ hand.yml
<img src="layouts/expected_layouts_builtin_hand_00.png"
class="figure" width=350>

https://github.com/andymeneely/squib/tree/master/lib/squib/layouts/hand.yml
https://github.com/andymeneely/squib/tree/master/lib/squib/builtin/layouts/hand.yml


party.yml
Expand All @@ -287,7 +287,7 @@ party.yml
<img src="layouts/expected_layouts_builtin_party_00.png"
class="figure" width=350>

https://github.com/andymeneely/squib/tree/master/lib/squib/layouts/party.yml
https://github.com/andymeneely/squib/tree/master/lib/squib/builtin/layouts/party.yml

playing_card.yml
~~~~~~~~~~~~~~~~
Expand All @@ -297,7 +297,7 @@ playing_card.yml
<img src="layouts/expected_layouts_builtin_playing_card_00.png"
class="figure" width=350>

https://github.com/andymeneely/squib/tree/master/lib/squib/layouts/playing_card.yml
https://github.com/andymeneely/squib/tree/master/lib/squib/builtin/layouts/playing_card.yml

See Layouts in Action
---------------------
Expand Down
Loading