"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "docs/manual/conf.py" between
gammu-1.41.0.tar.bz2 and gammu-1.42.0.tar.bz2

About: Gammu (GNU All Mobile Management Utilities) is a cellular manager (ringtones, phonebook, SMS, logos, WAP, date/time, alarm, calls, backups etc) for Nokia and other mobile phones and modems.

conf.py  (gammu-1.41.0.tar.bz2):conf.py  (gammu-1.42.0.tar.bz2)
# -*- coding: utf-8 -*-
#
# python-gammu documentation build configuration file, created by # python-gammu documentation build configuration file, created by
# sphinx-quickstart on Tue Mar 10 18:14:17 2009. # sphinx-quickstart on Tue Mar 10 18:14:17 2009.
# #
# This file is execfile()d with the current directory set to its # This file is execfile()d with the current directory set to its
# containing dir. # containing dir.
# #
# Note that not all possible configuration values are present in this # Note that not all possible configuration values are present in this
# autogenerated file. # autogenerated file.
# #
# All configuration values have a default; values that are commented out # All configuration values have a default; values that are commented out
skipping to change at line 82 skipping to change at line 80
# source_suffix = ['.rst', '.md'] # source_suffix = ['.rst', '.md']
source_suffix = '.rst' source_suffix = '.rst'
# The encoding of source files. # The encoding of source files.
#source_encoding = 'utf-8-sig' #source_encoding = 'utf-8-sig'
# The master toctree document. # The master toctree document.
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = u'Gammu' project = 'Gammu'
copyright = u'2009-2015, Michal Čihař <michal@cihar.com>' copyright = '2009-2015, Michal Čihař <michal@cihar.com>'
author = u'Michal Čihař <michal@cihar.com>' author = 'Michal Čihař <michal@cihar.com>'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = '@GAMMU_VERSION@' version = '@GAMMU_VERSION@'
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = version release = version
skipping to change at line 260 skipping to change at line 258
#'preamble': '', #'preamble': '',
# Latex figure (float) alignment # Latex figure (float) alignment
#'figure_align': 'htbp', #'figure_align': 'htbp',
} }
# 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 = [
('contents', 'gammu.tex', ur'Gammu Manual', ('contents', 'gammu.tex', r'Gammu Manual',
ur'Michal Čihař <michal@cihar.com>', 'manual', True), r'Michal Čihař <michal@cihar.com>', 'manual', True),
('smsd/index', 'smsd.tex', ur'Gammu SMSD Daemon Manual', ('smsd/index', 'smsd.tex', r'Gammu SMSD Daemon Manual',
ur'Michal Čihař <michal@cihar.com>', 'manual', True), r'Michal Čihař <michal@cihar.com>', 'manual', True),
] ]
# 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.
#latex_logo = None #latex_logo = None
# For "manual" documents, if this is true, then toplevel headings are parts, # For "manual" documents, if this is true, then toplevel headings are parts,
# not chapters. # not chapters.
#latex_use_parts = False #latex_use_parts = False
skipping to change at line 303 skipping to change at line 301
breathe_domain_by_extension = { breathe_domain_by_extension = {
"h" : "c", "h" : "c",
} }
# -- Options for manual page output --------------------------------------- # -- Options for manual page output ---------------------------------------
# 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 = [
('smsd/files', 'gammu-smsd-files', 'gammu-smsd(1) backend using filesystem a ('smsd/files', 'gammu-smsd-files', 'gammu-smsd(1) backend using filesystem a
s a message storage', u'Michal Čihař <michal@cihar.com>', 7), s a message storage', 'Michal Čihař <michal@cihar.com>', 7),
('smsd/tables', 'gammu-smsd-tables', 'description of tables for database bac ('smsd/tables', 'gammu-smsd-tables', 'description of tables for database bac
kends of gammu-smsd(1)', u'Michal Čihař <michal@cihar.com>', 7), kends of gammu-smsd(1)', 'Michal Čihař <michal@cihar.com>', 7),
('smsd/mysql', 'gammu-smsd-mysql', 'gammu-smsd(1) backend using MySQL databa ('smsd/mysql', 'gammu-smsd-mysql', 'gammu-smsd(1) backend using MySQL databa
se server as a message storage', u'Michal Čihař <michal@cihar.com>', 7), se server as a message storage', 'Michal Čihař <michal@cihar.com>', 7),
('smsd/pgsql', 'gammu-smsd-pgsql', 'gammu-smsd(1) backend using PostgreSQL d ('smsd/pgsql', 'gammu-smsd-pgsql', 'gammu-smsd(1) backend using PostgreSQL d
atabase server as a message storage', u'Michal Čihař <michal@cihar.com>', 7), atabase server as a message storage', 'Michal Čihař <michal@cihar.com>', 7),
('smsd/dbi', 'gammu-smsd-dbi', 'gammu-smsd(1) backend using DBI abstraction ('smsd/dbi', 'gammu-smsd-dbi', 'gammu-smsd(1) backend using DBI abstraction
layer to use any supported database as a message storage', u'Michal Čihař <micha layer to use any supported database as a message storage', 'Michal Čihař <michal
l@cihar.com>', 7), @cihar.com>', 7),
('smsd/odbc', 'gammu-smsd-odbc', 'gammu-smsd(1) backend using ODBC abstracti ('smsd/odbc', 'gammu-smsd-odbc', 'gammu-smsd(1) backend using ODBC abstracti
on layer to use any supported database as a message storage', u'Michal Čihař <mi on layer to use any supported database as a message storage', 'Michal Čihař <mic
chal@cihar.com>', 7), hal@cihar.com>', 7),
('smsd/sql', 'gammu-smsd-sql', 'gammu-smsd(1) backend using SQL abstraction ('smsd/sql', 'gammu-smsd-sql', 'gammu-smsd(1) backend using SQL abstraction
layer to use any supported database as a message storage', u'Michal Čihař <micha layer to use any supported database as a message storage', 'Michal Čihař <michal
l@cihar.com>', 7), @cihar.com>', 7),
('smsd/run', 'gammu-smsd-run', 'documentation for RunOnReceive directive', u ('smsd/run', 'gammu-smsd-run', 'documentation for RunOnReceive directive', '
'Michal Čihař <michal@cihar.com>', 7), Michal Čihař <michal@cihar.com>', 7),
('smsd/null', 'gammu-smsd-null', 'gammu-smsd(1) backend not storing messages ('smsd/null', 'gammu-smsd-null', 'gammu-smsd(1) backend not storing messages
', u'Michal Čihař <michal@cihar.com>', 7), ', 'Michal Čihař <michal@cihar.com>', 7),
('smsd/config', 'gammu-smsdrc', 'gammu-smsd(1) configuration file', u'Michal ('smsd/config', 'gammu-smsdrc', 'gammu-smsd(1) configuration file', 'Michal
Čihař <michal@cihar.com>', 5), Čihař <michal@cihar.com>', 5),
('smsd/inject', 'gammu-smsd-inject', 'Inject messages into queue of SMS daem ('smsd/inject', 'gammu-smsd-inject', 'Inject messages into queue of SMS daem
on for Gammu', u'Michal Čihař <michal@cihar.com>', 1), on for Gammu', 'Michal Čihař <michal@cihar.com>', 1),
('smsd/monitor', 'gammu-smsd-monitor', 'Monitor state of SMS daemon for Gamm ('smsd/monitor', 'gammu-smsd-monitor', 'Monitor state of SMS daemon for Gamm
u', u'Michal Čihař <michal@cihar.com>', 1), u', 'Michal Čihař <michal@cihar.com>', 1),
('smsd/smsd', 'gammu-smsd', 'SMS daemon for Gammu', u'Michal Čihař <michal@c ('smsd/smsd', 'gammu-smsd', 'SMS daemon for Gammu', 'Michal Čihař <michal@ci
ihar.com>', 1), har.com>', 1),
('config/index', 'gammurc', 'gammu(1) configuration file', u'Michal Čihař <m ('config/index', 'gammurc', 'gammu(1) configuration file', 'Michal Čihař <mi
ichal@cihar.com>', 5), chal@cihar.com>', 5),
('gammu/index', 'gammu', 'Does some neat things with your cellular phone or ('gammu/index', 'gammu', 'Does some neat things with your cellular phone or
modem.', u'Michal Čihař <michal@cihar.com>', 1), modem.', 'Michal Čihař <michal@cihar.com>', 1),
('formats/backup', 'gammu-backup', 'gammu(1) backup file format.', u'Michal ('formats/backup', 'gammu-backup', 'gammu(1) backup file format.', 'Michal Č
Čihař <michal@cihar.com>', 5), ihař <michal@cihar.com>', 5),
('formats/smsbackup', 'gammu-smsbackup', 'gammu(1) SMS backup file format.', ('formats/smsbackup', 'gammu-smsbackup', 'gammu(1) SMS backup file format.',
u'Michal Čihař <michal@cihar.com>', 5), 'Michal Čihař <michal@cihar.com>', 5),
('utils/jadmaker', 'jadmaker', 'JAD File Generator', u'Michal Čihař <michal@ ('utils/jadmaker', 'jadmaker', 'JAD File Generator', 'Michal Čihař <michal@c
cihar.com>', 1), ihar.com>', 1),
('utils/gammu-config', 'gammu-config', 'Gammu configurator', u'Michal Čihař ('utils/gammu-config', 'gammu-config', 'Gammu configurator', 'Michal Čihař <
<michal@cihar.com>', 1), michal@cihar.com>', 1),
('utils/gammu-detect', 'gammu-detect', 'Gammu device detection', u'Michal Či ('utils/gammu-detect', 'gammu-detect', 'Gammu device detection', 'Michal Čih
hař <michal@cihar.com>', 1), <michal@cihar.com>', 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
# -- Options for Texinfo output ------------------------------------------- # -- Options for Texinfo output -------------------------------------------
# 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, 'testproject', u'testproject Documentation', (master_doc, 'testproject', 'testproject Documentation',
author, 'testproject', 'One line description of project.', author, 'testproject', '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 = []
# If false, no module index is generated. # If false, no module index is generated.
#texinfo_domain_indices = True #texinfo_domain_indices = True
 End of changes. 5 change blocks. 
53 lines changed or deleted 51 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)