diff --git a/docs/conf.py b/docs/conf.py index 8429e4f4..e11cd409 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,6 +60,9 @@ 'sphinx.ext.mathjax' ] +# The main toctree document. +master_doc = 'index' + # Add any paths that contain templates here, relative to this directory. # I think this is right: templates_path = [os.path.join(conf_directory, 'sphinx/_templates')] @@ -292,7 +295,7 @@ # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - (master_doc, 'Axom.tex', u'Axom Documentation', + (master_doc, 'ReSolve.tex', u'ReSolve Documentation', u'LLNL', 'manual'), ] @@ -322,7 +325,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'axom', u'Axom Documentation', + (master_doc, 'resolve', u'ReSolve Documentation', [u'Axom Team'], 1) ] @@ -336,8 +339,8 @@ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'Axom', u'Axom Documentation', - 'Axom Team', 'Axom', 'Library of CS utilities for HPC applications.', + (master_doc, 'ReSolve', u'ReSolve Documentation', + 'ReSolve Team', 'ReSolve', 'ReSolve is a library of GPU-resident linear solver.', 'Miscellaneous'), ]