diff --git a/docs_dhrep/conf.py b/docs_dhrep/conf.py index 0d7e867d47e4b627d5a8fbd9e396a7153acf2988..923543ea1a9e471597ee0efba4bf162a2c672687 100644 --- a/docs_dhrep/conf.py +++ b/docs_dhrep/conf.py @@ -48,17 +48,17 @@ source_suffix = '.rst' master_doc = 'index' # General information about the project. -project = u'oai-pmh' -copyright = u'2017, DARIAH-DE' +project = u'DH-oaipmh' +copyright = u'2019, DARIAH-DE' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '3.0' +version = '2019' # The full version, including alpha/beta/rc tags. -release = '3.0' +release = '2019' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -188,10 +188,10 @@ htmlhelp_basename = 'oai-pmhdoc' latex_elements = { # The paper size ('letterpaper' or 'a4paper'). -#'papersize': 'letterpaper', +'papersize': 'a4paper', # The font size ('10pt', '11pt' or '12pt'). -#'pointsize': '10pt', +'pointsize': '12pt', # Additional stuff for the LaTeX preamble. #'preamble': '', @@ -201,8 +201,7 @@ latex_elements = { # (source start file, target name, title, # author, documentclass [howto, manual, or own class]). latex_documents = [ - ('index', 'oai-pmh.tex', u'oai-pmh Documentation', - u'DARIAH-DE', 'manual'), + ('index', 'dhoaipmh_doc.tex', u'DH-oaipmh Documentation', u'DARIAH-DE', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -231,8 +230,7 @@ latex_documents = [ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - ('index', 'oai-pmh', u'oai-pmh Documentation', - [u'DARIAH-DE'], 1) + ('index', 'DH-oaipmh', u'DH-oaipmh Documentation', [u'DARIAH-DE'], 1) ] # If true, show URL addresses after external links. @@ -245,9 +243,7 @@ man_pages = [ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - ('index', 'oai-pmh', u'oai-pmh Documentation', - u'DARIAH-DE', 'oai-pmh', 'One line description of project.', - 'Miscellaneous'), + ('index', 'DH-oaipmh', u'DH-oaipmh Documentation', u'DARIAH-DE', 'DH-oaipmh', 'DH-oaipmh Documentation', 'Miscellaneous'), ] # Documents to append as an appendix to all manuals. diff --git a/docs_dhrep/index.rst b/docs_dhrep/index.rst index 9c16d137ddba0605c9970814180da6b8954ff6d4..e3a66bb249a0fa38e43d9f9ce1d36cd1b490caa5 100644 --- a/docs_dhrep/index.rst +++ b/docs_dhrep/index.rst @@ -3,6 +3,9 @@ You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. +A PFD version of this DH-oaipmh Service Documentation you can find `HERE <./dhoaipmh_doc.pdf>`__. + + DH-oaipmh Service =================