Add sample game generators from bimatrix-generators#392
Add sample game generators from bimatrix-generators#392mmcky merged 8 commits intoQuantEcon:masterfrom
Conversation
|
@mmcky Running |
|
The issue is that our |
|
If we add something like game_theory_files += glob("../quantecon/game_theory/[!tests]*/[a-z0-9]*.py")to QuantEcon.py/docs/qe_apidoc.py Line 187 in 931fd11 would that work? |
|
That is essentially what needs to be done - except that would list the generators under the @QBatista and I can work on this while he is here. It might be nice to improve the code to make this sort of adjustment easier to do. I am thinking of a simpler |
|
I see. At the moment it is fine with me: the functions in |
|
I see. In that case: should work. |
|
It's also OK if you want to use your pattern to capture future sub-directories also if you think the sub-modules will always be available at the top level of the |
|
|
|
@oyamad this isn't elegant but includes the game_generators subdirectory into the As this branch sits in your fork I don't think I can pre-render using |
|
@mmcky Great, thanks so much! It renders perfectly locally, although there is some warning with (Does not seem to affect the outcome.) |
|
Hi @oyamad - Great. I am comfortable with the warning from sphinx for now and happy for this to be merged when you have finalised development. |
|
There remain some English grammatical issues (common for this PR and QuantEcon/GameTheory.jl#76). Could you advise us on
Thanks! |
|
This is ready to be merged. |

For the background, see QuantEcon/GameTheory.jl#53 (comment). Cc: @ptigwe