Skip to content

Commit fd4b535

Browse files
Tidy docs homepage including link to GitHub issues (#771)
* Add bug and dev docs links to homepage * remove space * 3 rows of buttons * Tidy homepage links and add emojis * Update Pygambit tagline
1 parent 86fda9f commit fd4b535

2 files changed

Lines changed: 36 additions & 12 deletions

File tree

doc/developer.contributing.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Contributing to Gambit
66
This section provides guidelines for contributing to Gambit, including how to report bugs, suggest features, and contribute code.
77
It includes information relevant to both core developers and external contributors.
88

9+
.. _github-issues:
10+
911
GitHub issues
1012
-------------
1113

doc/index.rst

Lines changed: 34 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ We recommended most new users install the PyGambit Python package and read the a
88

99
.. grid::
1010

11-
.. grid-item-card:: Installing Gambit
12-
:columns: 6
11+
.. grid-item-card:: ⬇️ Installing Gambit
12+
:columns: 4
1313

14-
Get started by installing Gambit. PyGambit quickstart: ``pip install pygambit``
14+
Quick installation with PyGambit:
15+
``pip install pygambit``
1516

1617
.. button-ref:: install
1718
:ref-type: ref
@@ -20,10 +21,10 @@ We recommended most new users install the PyGambit Python package and read the a
2021
:expand:
2122

2223

23-
.. grid-item-card:: PyGambit Python package
24-
:columns: 6
24+
.. grid-item-card:: 🐍 PyGambit
25+
:columns: 4
2526

26-
Create games and compute equilibria with the PyGambit package.
27+
Explore tutorial notebooks and API reference docs.
2728

2829
.. button-ref:: pygambit
2930
:ref-type: ref
@@ -32,8 +33,8 @@ We recommended most new users install the PyGambit Python package and read the a
3233
:expand:
3334

3435

35-
.. grid-item-card:: Command-line tools
36-
:columns: 6
36+
.. grid-item-card:: 🖥️ Command-line tools
37+
:columns: 4
3738

3839
Quickly compute equilibria with the Gambit command-line tools.
3940

@@ -43,18 +44,39 @@ We recommended most new users install the PyGambit Python package and read the a
4344
:color: secondary
4445
:expand:
4546

46-
.. grid-item-card:: Graphical interface
47-
:columns: 6
47+
.. grid-item-card:: 🖱️ Graphical interface
48+
:columns: 4
4849

49-
Gambit's graphical interface lets you interactively
50-
create, explore, and find equilibria of games.
50+
Interactively create, explore, and find equilibria of games.
5151

5252
.. button-ref:: section-gui
5353
:ref-type: ref
5454
:click-parent:
5555
:color: secondary
5656
:expand:
5757

58+
.. grid-item-card:: 🐛 Bugs and feature requests
59+
:columns: 4
60+
61+
Report bugs and feature requests on GitHub.
62+
63+
.. button-ref:: github-issues
64+
:ref-type: ref
65+
:click-parent:
66+
:color: secondary
67+
:expand:
68+
69+
.. grid-item-card:: 📖 Developer docs
70+
:columns: 4
71+
72+
Guides for developers & contributors to the package.
73+
74+
.. button-ref:: developer
75+
:ref-type: ref
76+
:click-parent:
77+
:color: secondary
78+
:expand:
79+
5880

5981
.. toctree::
6082
:hidden:

0 commit comments

Comments
 (0)