Skip to content

Commit 97252cf

Browse files
committed
Clean up spurious whitespace in command-line tool output examples
1 parent bd905dc commit 97252cf

File tree

11 files changed

+0
-42
lines changed

11 files changed

+0
-42
lines changed

doc/tools.convert.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,8 @@ outputting the strategic form of the game in one of these formats:
3939
Example invocation for HTML output
4040

4141
$ gambit-convert -O html 2x2.nfg
42-
4342
Convert games among various file formats
44-
4543
Gambit version |release|, Copyright (C) 1994-2025, The Gambit Project
46-
4744
This is free software, distributed under the GNU GPL
4845

4946
<center><h1>Two person 2 x 2 game with unique mixed equilibrium</h1></center>
@@ -57,11 +54,8 @@ Example invocation for HTML output
5754
Example invocation for LaTeX output
5855

5956
$ gambit-convert -O sgame 2x2.nfg
60-
6157
Convert games among various file formats
62-
6358
Gambit version |release|, Copyright (C) 1994-2025, The Gambit Project
64-
6559
This is free software, distributed under the GNU GPL
6660

6761
\begin{game}{2}{2}[Player 1][Player 2]

doc/tools.enummixed.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,8 @@ in Figure 2 of Selten (International Journal of Game Theory,
6969
1975)
7070

7171
$ gambit-enummixed e02.nfg
72-
7372
Compute Nash equilibria by enumerating extreme points
74-
7573
Gambit version |release|, Copyright (C) 1994-2025, The Gambit Project
76-
7774
This is free software, distributed under the GNU GPL
7875

7976
NE,1,0,0,1,0
@@ -84,11 +81,8 @@ equilibria. This fact can be observed by examining the connectedness
8481
information using the `-c` switch
8582

8683
$ gambit-enummixed -c e02.nfg
87-
8884
Compute Nash equilibria by enumerating extreme points
89-
9085
Gambit version |release|, Copyright (C) 1994-2025, The Gambit Project
91-
9286
This is free software, distributed under the GNU GPL
9387

9488
NE,1,0,0,1,0

doc/tools.enumpoly.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,8 @@ Computing equilibria of the strategic game :download:`e01.nfg
9797
"Selten's horse"
9898

9999
$ gambit-enumpoly e01.nfg
100-
101100
Compute Nash equilibria by solving polynomial systems
102-
103101
Gambit version |release|, Copyright (C) 1994-2025, The Gambit Project
104-
105102
This is free software, distributed under the GNU GPL
106103

107104
NE,1.000000,0.000000,1.000000,0.000000,0.000000,1.000000

doc/tools.enumpure.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ strategies
7373
$ gambit-enumpure -S e02.efg
7474

7575
Search for Nash equilibria in pure strategies
76-
7776
Gambit version |release|, Copyright (C) 1994-2025, The Gambit Project
78-
7977
This is free software, distributed under the GNU GPL
8078

8179
NE,1,0,0,1,0
@@ -85,11 +83,8 @@ is no way for a player to improve his payoff by changing action at
8583
only one information set; therefore the set of solutions is larger
8684

8785
$ gambit-enumpure -A e02.efg
88-
8986
Search for Nash equilibria in pure strategies
90-
9187
Gambit version |release|, Copyright (C) 1994-2025, The Gambit Project
92-
9388
This is free software, distributed under the GNU GPL
9489

9590
NE,1,0,1,0,1,0

doc/tools.gnm.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,9 @@ the reduced strategic form of the example in Figure 2 of Selten
8888
$ gambit-gnm e02.nfg
8989

9090
Compute Nash equilibria using a global Newton method
91-
9291
Gametracer version 0.2, Copyright (C) 2002, Ben Blum and Christian Shelton
93-
9492
Gambit version |release|, Copyright (C) 1994-2025, The Gambit Project
95-
9693
This is free software, distributed under the GNU GPL
97-
9894
NE,1,0,2.99905e-12,0.5,0.5
9995

10096

doc/tools.ipa.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,8 @@ the reduced strategic form of the example in Figure 2 of Selten
5555
$ gambit-ipa e02.nfg
5656

5757
Compute Nash equilibria using iterated polymatrix approximation
58-
5958
Gametracer version 0.2, Copyright (C) 2002, Ben Blum and Christian Shelton
60-
6159
Gambit version |release|, Copyright (C) 1994-2025, The Gambit Project
62-
6360
This is free software, distributed under the GNU GPL
6461

6562
NE,1.000000,0.000000,0.000000,1.000000,0.000000

doc/tools.lcp.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,8 @@ Computing an equilibrium of extensive game :download:`e02.efg
7171
(International Journal of Game Theory, 1975)
7272

7373
$ gambit-lcp e02.efg
74-
7574
Compute Nash equilibria by solving a linear complementarity program
76-
7775
Gambit version |release|, Copyright (C) 1994-2025, The Gambit Project
78-
7976
This is free software, distributed under the GNU GPL
8077

8178
NE,1,0,1/2,1/2,1/2,1/2

doc/tools.liap.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,8 @@ Computing an equilibrium in mixed strategies of :download:`e02.efg
8484
(International Journal of Game Theory, 1975)
8585

8686
$ gambit-liap e02.nfg
87-
8887
Compute Nash equilibria by minimizing the Lyapunov function
89-
9088
Gambit version |release|, Copyright (C) 1994-2025, The Gambit Project
91-
9289
This is free software, distributed under the GNU GPL
9390

9491
NE,0.998701,0.000229,0.001070,0.618833,0.381167

doc/tools.logit.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,8 @@ in Figure 2 of Selten (International Journal of Game Theory,
107107
1975)
108108

109109
$ gambit-logit e02.nfg
110-
111110
Compute a branch of the logit equilibrium correspondence
112-
113111
Gambit version |release|, Copyright (C) 1994-2025, The Gambit Project
114-
115112
This is free software, distributed under the GNU GPL
116113

117114
0.000000,0.333333,0.333333,0.333333,0.5,0.5

doc/tools.lp.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,8 @@ Computing an equilibrium of the game :download:`2x2const.nfg
5757
strategies each, with a unique equilibrium in mixed strategies
5858

5959
$ gambit-lp 2x2const.nfg
60-
6160
Compute Nash equilibria by solving a linear program
62-
6361
Gambit version |release|, Copyright (C) 1994-2025, The Gambit Project
64-
6562
This is free software, distributed under the GNU GPL
6663

6764
NE,1/3,2/3,1/3,2/3

0 commit comments

Comments
 (0)