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 13
13
# add these directories to sys.path here. If the directory is relative to the
14
14
# documentation root, use os.path.abspath to make it absolute, like shown here.
15
15
#
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('.'))
19
19
20
20
21
21
# -- Project information -----------------------------------------------------
51
51
# The theme to use for HTML and HTML Help pages. See the documentation for
52
52
# a list of builtin themes.
53
53
#
54
- #html_theme = 'alabaster'
55
- #html_theme = 'pyramid'
56
- #html_theme = 'nature'
54
+ # html_theme = 'alabaster'
55
+ # html_theme = 'pyramid'
56
+ # html_theme = 'nature'
57
57
html_theme = 'bizstyle'
58
- #html_theme = 'classic'
58
+ # html_theme = 'classic'
59
59
html_copy_source = False
60
60
61
61
# Add any paths that contain custom static files (such as style sheets) here,
Original file line number Diff line number Diff line change 34
34
'finish' : 0 }
35
35
36
36
def _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
39
39
if isinstance (when , np .ndarray ):
40
40
return when
41
41
try :
You can’t perform that action at this time.
0 commit comments