Skip to content

Commit 7526895

Browse files
committed
add optimize to top level index and setup for installation
1 parent 44df5df commit 7526895

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ mainly used by developers internal to the package.
1313

1414
game_theory
1515
markov
16+
optimize
1617
random
1718
tools
1819
util

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def write_version_py(filename=None):
9898
'quantecon.game_theory',
9999
'quantecon.game_theory.game_generators',
100100
'quantecon.markov',
101+
'quantecon.optimize',
101102
'quantecon.random',
102103
'quantecon.tests',
103104
'quantecon.util',

0 commit comments

Comments
 (0)