Skip to content

Commit 3a85cbe

Browse files
reference branch creation
1 parent 4d482b7 commit 3a85cbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/developer.catalog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ You may wish to first review the :ref:`pygambit <pygambit>` docs pages.
8989

9090
2. **Create a new Python class for your game:**
9191

92-
Open `src/pygambit/catalog_games.py` and add a subclass of `CatalogGame` with your code implemented as the `_game` function,
92+
Create a new branch in the `gambit` repo and open `src/pygambit/catalog_games.py`.
93+
Add a subclass of `CatalogGame` with your code implemented as the `_game` function,
9394
which should be defined as a `staticmethod` returning a ``Game`` object.
9495
You can optionally include paramaters to generate game variants.
9596

0 commit comments

Comments
 (0)