Skip to content

Commit

Permalink
conf.py changes for sphinx autodocs
Browse files Browse the repository at this point in the history
  • Loading branch information
robbmcleod committed May 19, 2017
1 parent 036e7b6 commit d13b51f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
32 changes: 16 additions & 16 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@
# built documents.
#
# The short X.Y version.
version = '3.0.0'
version = '2.6'
# The full version, including alpha/beta/rc tags.
release = 'a0'
release = '2.6.3.dev0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down Expand Up @@ -271,10 +271,10 @@
# 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, 'numexpr.tex', 'numexpr Documentation',
'David M. Cooke, Francesc Alted, and others', 'manual'),
]
#latex_documents = [
# (master_doc, 'numexpr.tex', 'numexpr Documentation',
# 'David M. Cooke, Francesc Alted, and others', 'manual'),
#]

# The name of an image file (relative to this directory) to place at the top of
# the title page.
Expand Down Expand Up @@ -313,10 +313,10 @@

# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'numexpr', 'numexpr Documentation',
[author], 1)
]
#man_pages = [
# (master_doc, 'numexpr', 'numexpr Documentation',
# [author], 1)
#]

# If true, show URL addresses after external links.
#
Expand All @@ -328,11 +328,11 @@
# 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, 'numexpr', 'numexpr Documentation',
author, 'numexpr', 'One line description of project.',
'Miscellaneous'),
]
#texinfo_documents = [
# (master_doc, 'numexpr', 'numexpr Documentation',
# author, 'numexpr', 'One line description of project.',
# 'Miscellaneous'),
#]

# Documents to append as an appendix to all manuals.
#
Expand Down
1 change: 0 additions & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Contents:
.. toctree::
:maxdepth: 2


Core module
===========

Expand Down

0 comments on commit d13b51f

Please sign in to comment.