mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 04:46:23 +02:00
[rtfd]
This commit is contained in:
parent
3a6651cc00
commit
6de73b2bb2
1 changed files with 14 additions and 14 deletions
|
|
@ -259,7 +259,7 @@ htmlhelp_basename = 'GPydoc'
|
|||
|
||||
# -- Options for LaTeX output ---------------------------------------------
|
||||
|
||||
latex_elements = {
|
||||
#latex_elements = {
|
||||
# The paper size ('letterpaper' or 'a4paper').
|
||||
#'papersize': 'letterpaper',
|
||||
|
||||
|
|
@ -276,10 +276,10 @@ latex_elements = {
|
|||
# Grouping the document tree into LaTeX files. List of tuples
|
||||
# (source start file, target name, title,
|
||||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
(master_doc, 'GPy.tex', u'GPy Documentation',
|
||||
u'GPy Authors', 'manual'),
|
||||
]
|
||||
#latex_documents = [
|
||||
# (master_doc, 'GPy.tex', u'GPy Documentation',
|
||||
# u'GPy Authors', 'manual'),
|
||||
#]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
# the title page.
|
||||
|
|
@ -306,10 +306,10 @@ latex_documents = [
|
|||
|
||||
# One entry per manual page. List of tuples
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
(master_doc, 'gpy', u'GPy Documentation',
|
||||
[author], 1)
|
||||
]
|
||||
#man_pages = [
|
||||
# (master_doc, 'gpy', u'GPy Documentation',
|
||||
# [author], 1)
|
||||
#]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
#man_show_urls = False
|
||||
|
|
@ -320,11 +320,11 @@ man_pages = [
|
|||
# Grouping the document tree into Texinfo files. List of tuples
|
||||
# (source start file, target name, title, author,
|
||||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
(master_doc, 'GPy', u'GPy Documentation',
|
||||
author, 'GPy', 'One line description of project.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
#texinfo_documents = [
|
||||
# (master_doc, 'GPy', u'GPy Documentation',
|
||||
# author, 'GPy', 'One line description of project.',
|
||||
# 'Miscellaneous'),
|
||||
#]
|
||||
|
||||
# Documents to append as an appendix to all manuals.
|
||||
#texinfo_appendices = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue