mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-14 16:32:15 +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 ---------------------------------------------
|
# -- Options for LaTeX output ---------------------------------------------
|
||||||
|
|
||||||
latex_elements = {
|
#latex_elements = {
|
||||||
# The paper size ('letterpaper' or 'a4paper').
|
# The paper size ('letterpaper' or 'a4paper').
|
||||||
#'papersize': 'letterpaper',
|
#'papersize': 'letterpaper',
|
||||||
|
|
||||||
|
|
@ -276,10 +276,10 @@ latex_elements = {
|
||||||
# Grouping the document tree into LaTeX files. List of tuples
|
# Grouping the document tree into LaTeX files. List of tuples
|
||||||
# (source start file, target name, title,
|
# (source start file, target name, title,
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
#latex_documents = [
|
||||||
(master_doc, 'GPy.tex', u'GPy Documentation',
|
# (master_doc, 'GPy.tex', u'GPy Documentation',
|
||||||
u'GPy Authors', 'manual'),
|
# u'GPy Authors', 'manual'),
|
||||||
]
|
#]
|
||||||
|
|
||||||
# The name of an image file (relative to this directory) to place at the top of
|
# The name of an image file (relative to this directory) to place at the top of
|
||||||
# the title page.
|
# the title page.
|
||||||
|
|
@ -306,10 +306,10 @@ latex_documents = [
|
||||||
|
|
||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
#man_pages = [
|
||||||
(master_doc, 'gpy', u'GPy Documentation',
|
# (master_doc, 'gpy', u'GPy Documentation',
|
||||||
[author], 1)
|
# [author], 1)
|
||||||
]
|
#]
|
||||||
|
|
||||||
# If true, show URL addresses after external links.
|
# If true, show URL addresses after external links.
|
||||||
#man_show_urls = False
|
#man_show_urls = False
|
||||||
|
|
@ -320,11 +320,11 @@ man_pages = [
|
||||||
# Grouping the document tree into Texinfo files. List of tuples
|
# Grouping the document tree into Texinfo files. List of tuples
|
||||||
# (source start file, target name, title, author,
|
# (source start file, target name, title, author,
|
||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
#texinfo_documents = [
|
||||||
(master_doc, 'GPy', u'GPy Documentation',
|
# (master_doc, 'GPy', u'GPy Documentation',
|
||||||
author, 'GPy', 'One line description of project.',
|
# author, 'GPy', 'One line description of project.',
|
||||||
'Miscellaneous'),
|
# 'Miscellaneous'),
|
||||||
]
|
#]
|
||||||
|
|
||||||
# Documents to append as an appendix to all manuals.
|
# Documents to append as an appendix to all manuals.
|
||||||
#texinfo_appendices = []
|
#texinfo_appendices = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue