@@ -77,7 +77,7 @@ def __getattr__(cls, name):
7777# Document Python Code
7878#autodoc_mock_imports = ['bs4', 'requests']
7979#autoapi_type = 'python'
80- #autoapi_dirs = '../../../CircularEconomy-MassFlowCalculator '
80+ #autoapi_dirs = '../../../PV_ICE '
8181
8282napoleon_use_rtype = False # group rtype on same line together with return
8383
@@ -94,7 +94,7 @@ def __getattr__(cls, name):
9494master_doc = 'index'
9595
9696# General information about the project.
97- project = 'Circular Economy - Mass Flow Calculator '
97+ project = 'PV ICE '
9898copyright = '2020, NREL'
9999author = 'Silvana Ayala, Heather Mirletz'
100100release = '0.1.0'
@@ -140,7 +140,7 @@ def __getattr__(cls, name):
140140html_show_copyright = True
141141
142142# Output file base name for HTML help builder.
143- htmlhelp_basename = 'CircularEconomy-MassFlowCalculatordoc '
143+ htmlhelp_basename = 'PV_ICEdoc '
144144
145145# A workaround for the responsive tables always having annoying scrollbars.
146146def setup (app ):
@@ -164,7 +164,7 @@ def setup(app):
164164# (source start file, target name, title,
165165# author, documentclass [howto, manual, or own class]).
166166latex_documents = [
167- ('index', 'CircularEconomy-MassFlowCalculator .tex', u'CircularEconomy-MassFlowCalculator \\ _Python Documentation',
167+ ('index', 'PV_ICE .tex', u'PV_ICE \\ _Python Documentation',
168168 u'NREL, github contributors', 'manual'),
169169]
170170
@@ -189,9 +189,9 @@ def setup(app):
189189#latex_domain_indices = True
190190"""
191191# extlinks alias
192- extlinks = {'issue' : ('https://github.com/NREL/CircularEconomy-MassFlowCalculator /issues/%s' , 'GH' ),
193- 'pull' : ('https://github.com/NREL/CircularEconomy-MassFlowCalculator /pull/%s' , 'GH' ),
194- 'wiki' : ('https://github.com/NREL/CircularEconomy-MassFlowCalculator /wiki/%s' , 'wiki ' ),
192+ extlinks = {'issue' : ('https://github.com/NREL/PV_ICE /issues/%s' , 'GH' ),
193+ 'pull' : ('https://github.com/NREL/PV_ICE /pull/%s' , 'GH' ),
194+ 'wiki' : ('https://github.com/NREL/PV_ICE /wiki/%s' , 'wiki ' ),
195195 'doi' : ('http://dx.doi.org/%s' , 'DOI: ' ),
196196 'ghuser' : ('https://github.com/%s' , '@' )}
197197"""
@@ -200,7 +200,7 @@ def setup(app):
200200# One entry per manual page. List of tuples
201201# (source start file, name, description, authors, manual section).
202202man_pages = [
203- ('index', 'CircularEconomy-MassFlowCalculator ', u'CircularEconomy-MassFlowCalculator Documentation',
203+ ('index', 'PV_ICE ', u'PV_ICE Documentation',
204204 [u'NREL, github contributors'], 1)
205205]
206206
@@ -214,8 +214,8 @@ def setup(app):
214214# (source start file, target name, title, author,
215215# dir menu entry, description, category)
216216texinfo_documents = [
217- ('index', 'CircularEconomy-MassFlowCalculator ', u'CircularEconomy-MassFlowCalculator Documentation',
218- u'NREL, github contributors', 'CircularEconomy-MassFlowCalculator ', 'One line description of project.',
217+ ('index', 'PV_ICE ', u'PV_ICE Documentation',
218+ u'NREL, github contributors', 'PV_ICE ', 'One line description of project.',
219219 'Miscellaneous'),
220220]
221221
0 commit comments