Skip to content

Commit

Permalink
explain code with comment
Browse files Browse the repository at this point in the history
uppercase Logya
  • Loading branch information
yaph committed Aug 7, 2016
1 parent 4a68afb commit e11c7a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
master_doc = 'index'

# General information about the project.
project = u'logya'
project = u'Logya'
copyright = u'2016, Ramiro Gómez'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -186,7 +186,7 @@
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'logya.tex', u'logya Documentation',
('index', 'logya.tex', u'Logya Documentation',
u'Ramiro Gómez', 'manual'),
]

Expand Down Expand Up @@ -230,7 +230,7 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'logya', u'logya Documentation',
('index', 'logya', u'Logya Documentation',
u'Ramiro Gómez', 'logya', 'One line description of project.',
'Miscellaneous'),
]
Expand Down
2 changes: 1 addition & 1 deletion logya/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def canonical_filename(name):
Leading slashes are stripped off.
"""

# TODO explain this
# Paths for generated indexes do not start with a slash.
if not name.startswith('/'):
name = '/{}'.format(name)

Expand Down

0 comments on commit e11c7a5

Please sign in to comment.