Skip to content

Commit

Permalink
docs: update to all conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias47n9e committed May 15, 2015
1 parent 8a1ad8e commit 33cabfe
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions docs/de/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# innsbruck_stereographic documentation build configuration file, created by
# innstereo documentation build configuration file, created by
# sphinx-quickstart on Sun Feb 8 22:32:13 2015.
#
# This file is execfile()d with the current directory set to its
Expand Down Expand Up @@ -179,7 +179,7 @@
#html_file_suffix = None

# Output file base name for HTML help builder.
htmlhelp_basename = 'innsbruck_stereographicdoc'
htmlhelp_basename = 'innstereo_doc'


# -- Options for LaTeX output ---------------------------------------------
Expand All @@ -199,7 +199,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'innsbruck_stereographic.tex', 'innsbruck\\_stereographic Documentation',
('index', 'innstereo.tex', 'innstereo Documentation',
'Tobias Schoenberg', 'manual'),
]

Expand Down Expand Up @@ -229,7 +229,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'innsbruck_stereographic', 'innsbruck_stereographic Documentation',
('index', 'innstereo', 'innstereo Documentation',
['Tobias Schoenberg'], 1)
]

Expand All @@ -243,8 +243,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'innsbruck_stereographic', 'innsbruck_stereographic Documentation',
'Tobias Schoenberg', 'innsbruck_stereographic', 'One line description of project.',
('index', 'innstereo', 'innstereo Documentation',
'Tobias Schoenberg', 'innstereo', 'One line description of project.',
'Miscellaneous'),
]

Expand Down
12 changes: 6 additions & 6 deletions docs/en/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# innsbruck_stereographic documentation build configuration file, created by
# innstereo documentation build configuration file, created by
# sphinx-quickstart on Sun Feb 8 22:32:13 2015.
#
# This file is execfile()d with the current directory set to its
Expand Down Expand Up @@ -179,7 +179,7 @@
#html_file_suffix = None

# Output file base name for HTML help builder.
htmlhelp_basename = 'innsbruck_stereographicdoc'
htmlhelp_basename = 'innstereo_doc'


# -- Options for LaTeX output ---------------------------------------------
Expand All @@ -199,7 +199,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'innsbruck_stereographic.tex', 'innsbruck\\_stereographic Documentation',
('index', 'innstereo.tex', 'innstereo Documentation',
'Tobias Schoenberg', 'manual'),
]

Expand Down Expand Up @@ -229,7 +229,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'innsbruck_stereographic', 'innsbruck_stereographic Documentation',
('index', 'innstereo', 'innstereo Documentation',
['Tobias Schoenberg'], 1)
]

Expand All @@ -243,8 +243,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'innsbruck_stereographic', 'innsbruck_stereographic Documentation',
'Tobias Schoenberg', 'innsbruck_stereographic', 'One line description of project.',
('index', 'innstereo', 'innstereo Documentation',
'Tobias Schoenberg', 'innstereo', 'One line description of project.',
'Miscellaneous'),
]

Expand Down
12 changes: 6 additions & 6 deletions docs/es/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
# innsbruck_stereographic documentation build configuration file, created by
# innstereo documentation build configuration file, created by
# sphinx-quickstart on Sun Feb 8 22:32:13 2015.
#
# This file is execfile()d with the current directory set to its
Expand Down Expand Up @@ -179,7 +179,7 @@
#html_file_suffix = None

# Output file base name for HTML help builder.
htmlhelp_basename = 'innsbruck_stereographicdoc'
htmlhelp_basename = 'innstereo_doc'


# -- Options for LaTeX output ---------------------------------------------
Expand All @@ -199,7 +199,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'innsbruck_stereographic.tex', 'innsbruck\\_stereographic Documentation',
('index', 'innstereo.tex', 'innstereo Documentation',
'Tobias Schoenberg', 'manual'),
]

Expand Down Expand Up @@ -229,7 +229,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'innsbruck_stereographic', 'innsbruck_stereographic Documentation',
('index', 'innstereo', 'innstereo Documentation',
['Tobias Schoenberg'], 1)
]

Expand All @@ -243,8 +243,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'innsbruck_stereographic', 'innsbruck_stereographic Documentation',
'Tobias Schoenberg', 'innsbruck_stereographic', 'One line description of project.',
('index', 'innstereo', 'innstereo Documentation',
'Tobias Schoenberg', 'innstereo', 'One line description of project.',
'Miscellaneous'),
]

Expand Down

0 comments on commit 33cabfe

Please sign in to comment.