Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilland committed Apr 29, 2015
1 parent 594e75b commit 0c01764
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'pushjack.tex', u'pushjack Documentation',
('index', 'pushjack.tex', u'Pushjack Documentation',
u'Derrick Gilland', 'manual'),
]

Expand Down Expand Up @@ -243,7 +243,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'pushjack', u'pushjack Documentation',
('index', 'pushjack', u'Pushjack Documentation',
[u'Derrick Gilland'], 1)
]

Expand All @@ -257,8 +257,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'pushjack', u'pushjack Documentation',
u'Derrick Gilland', 'pushjack', 'One line description of project.',
('index', 'pushjack', u'Pushjack Documentation',
u'Derrick Gilland', 'pushjack', 'Push notifications for APNS (iOS) and GCM (Android).',
'Miscellaneous'),
]

Expand Down

0 comments on commit 0c01764

Please sign in to comment.