File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1313# add these directories to sys.path here. If the directory is relative to the
1414# documentation root, use os.path.abspath to make it absolute, like shown here.
1515#
16- #import os
17- #import sys
18- #sys.path.insert(0, os.path.abspath('.'))
16+ # import os
17+ # import sys
18+ # sys.path.insert(0, os.path.abspath('.'))
1919
2020
2121# -- Project information -----------------------------------------------------
5151# The theme to use for HTML and HTML Help pages. See the documentation for
5252# a list of builtin themes.
5353#
54- #html_theme = 'alabaster'
55- #html_theme = 'pyramid'
56- #html_theme = 'nature'
54+ # html_theme = 'alabaster'
55+ # html_theme = 'pyramid'
56+ # html_theme = 'nature'
5757html_theme = 'bizstyle'
58- #html_theme = 'classic'
58+ # html_theme = 'classic'
5959html_copy_source = False
6060
6161# Add any paths that contain custom static files (such as style sheets) here,
Original file line number Diff line number Diff line change 3434 'finish' : 0 }
3535
3636def _convert_when (when ):
37- #Test to see if when has already been converted to ndarray
38- #This will happen if one function calls another, for example ppmt
37+ # Test to see if when has already been converted to ndarray
38+ # This will happen if one function calls another, for example ppmt
3939 if isinstance (when , np .ndarray ):
4040 return when
4141 try :
You can’t perform that action at this time.
0 commit comments