Skip to content

Commit

Permalink
adding logo and favicon in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Jan 25, 2012
1 parent 7e9325b commit d511e21
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
#default_role = None #default_role = None


# If true, '()' will be appended to :func: etc. cross-reference text. # If true, '()' will be appended to :func: etc. cross-reference text.
add_function_parentheses = False add_function_parentheses = True


# If true, the current module name will be prepended to all description # If true, the current module name will be prepended to all description
# unit titles (such as .. function::). # unit titles (such as .. function::).
Expand Down Expand Up @@ -123,17 +123,17 @@


# The name of an image file (relative to this directory) to place at the top # The name of an image file (relative to this directory) to place at the top
# of the sidebar. # of the sidebar.
#html_logo = None html_logo = 'logo.png'


# The name of an image file (within the static path) to use as favicon of the # The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large. # pixels large.
#html_favicon = None html_favicon = 'favicon.ico'


# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css". # so a file named "default.css" will overwrite the builtin "default.css".
#html_static_path = ['_static'] html_static_path = ['static']


# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format. # using the given strftime format.
Expand Down
2 changes: 1 addition & 1 deletion docs/epydoc.conf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ name: Django Blog Zinnia
#css: docs/epydoc-zinnia.css #css: docs/epydoc-zinnia.css


# The documented project's URL. # The documented project's URL.
url: http://github.com/Fantomas42/django-blog-zinnia url: http://django-blog-zinnia.com/documentation/


# HTML code for the project link in the navigation bar. If left # HTML code for the project link in the navigation bar. If left
# unspecified, the project link will be generated based on the # unspecified, the project link will be generated based on the
Expand Down
Binary file added docs/static/favicon.ico
Binary file not shown.
Binary file added docs/static/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/tests.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Coverage
Despite my best efforts, some functionnalities are not yet tested, that's why Despite my best efforts, some functionnalities are not yet tested, that's why
I need your help ! I need your help !


As I write these lines the **123** tests in Zinnia cover **96%** of the code As I write these lines the **125** tests in Zinnia cover **96%** of the code
bundled in Zinnia. A real effort has been made to obtain this percentage, bundled in Zinnia. A real effort has been made to obtain this percentage,
for ensuring the quality of the code. for ensuring the quality of the code.


Expand Down

0 comments on commit d511e21

Please sign in to comment.