Skip to content

Commit

Permalink
bug in util to utilities update for rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Mar 16, 2016
1 parent 2a71784 commit 14c0caf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/qe_apidoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def model_tool():
m_name = f_name
if f_name == "game_theory":
f_name = "Game Theory" #Produce Nicer Title for Game Theory Module
if f_name = "util":
if f_name == "util":
f_name = "Utilities" #Produce Nicer Title for Utilities Module
temp = split_file_template.format(name=f_name.capitalize(),
equals="="*len(f_name),
Expand Down
4 changes: 2 additions & 2 deletions docs/source/util.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Util
====
Utilities
=========

.. toctree::
:maxdepth: 2
Expand Down

0 comments on commit 14c0caf

Please sign in to comment.