Skip to content

Commit

Permalink
Merge pull request #650 from Smit-create/docs
Browse files Browse the repository at this point in the history
DOCS: Remove "version" as it was deleted
  • Loading branch information
Smit-create committed Nov 7, 2022
2 parents a44da6b + a4fbe9d commit 11a0296
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/qe_apidoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ def model_tool():
tool_files = glob("../quantecon/[a-z0-9]*.py")
tools = list(map(lambda x: x.split('/')[-1][:-3], tool_files))
# Alphabetize
tools.remove("version")
tools.sort()

# list file names of utilities
Expand Down

0 comments on commit 11a0296

Please sign in to comment.