Skip to content

Commit

Permalink
Re #10137. Fixing python whitespace in Code/Mantid/docs tree
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Aug 20, 2014
1 parent 973b5d1 commit 676b329
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/docs/conf-html.py
Expand Up @@ -3,7 +3,7 @@
# serve to show the default.
#
# Options here are applied and assumed to be those required when the builder is set the "html".
# For common options see conf.py.in. This file is presumed to be "execfiled" by the main conf.py.in
# For common options see conf.py.in. This file is presumed to be "execfiled" by the main conf.py.in

# -- Override options for non-embedded standalone HTML output --------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/docs/sphinxext/mantiddoc/autodoc.py
Expand Up @@ -11,7 +11,7 @@ def skip(app, what, name, obj, skip, options):
name: the fully qualified name of the object
obj: the object itself
skip: a boolean indicating if autodoc will skip this member if the user handler does not override the decision
options: the options given to the directive: an object with attributes inherited_members, undoc_members,
options: the options given to the directive: an object with attributes inherited_members, undoc_members,
show_inheritance and noindex that are true if the flag option of same name was given to the auto directive
"""
if name == "__init__":
Expand Down
Expand Up @@ -106,7 +106,7 @@ def __init__(self, name, docname):
dirpath, filename = os.path.split(docname)
html_dir = dirpath + "/" + CATEGORIES_DIR
self.html_path = html_dir + "/" + name + ".html"

super(Category, self).__init__(name, self.html_path)
self.pages = set([])
self.subcategories = set([])
Expand Down

0 comments on commit 676b329

Please sign in to comment.