We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44df5df commit 7526895Copy full SHA for 7526895
docs/source/index.rst
@@ -13,6 +13,7 @@ mainly used by developers internal to the package.
13
14
game_theory
15
markov
16
+ optimize
17
random
18
tools
19
util
setup.py
@@ -98,6 +98,7 @@ def write_version_py(filename=None):
98
'quantecon.game_theory',
99
'quantecon.game_theory.game_generators',
100
'quantecon.markov',
101
+ 'quantecon.optimize',
102
'quantecon.random',
103
'quantecon.tests',
104
'quantecon.util',
0 commit comments