# HG changeset patch # User Pierre-Yves David # Date 1347371967 -7200 # Node ID 41688ca951e789d51bffe7187464e59e91e2bbda # Parent c6236b19b10ce51dca59a8a1533bf0f4fd1f5349 doc: add a logo It's not that cute be we have one. diff -r c6236b19b10c -r 41688ca951e7 .hgignore --- a/.hgignore Tue Sep 11 15:57:54 2012 +0200 +++ b/.hgignore Tue Sep 11 15:59:27 2012 +0200 @@ -13,3 +13,4 @@ ^build/ ^MANIFEST$ ^docs/tutorials/.*\.rst$ +\.ico$ diff -r c6236b19b10c -r 41688ca951e7 docs/conf.py --- a/docs/conf.py Tue Sep 11 15:57:54 2012 +0200 +++ b/docs/conf.py Tue Sep 11 15:59:27 2012 +0200 @@ -73,17 +73,17 @@ # The name of an image file (within the static path) to place at the top of # the sidebar. -#html_logo = None +html_logo = 'logo-evolve.svg' # 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 # pixels large. -#html_favicon = None +html_favicon = 'logo-evolve.ico' # 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, # 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, # using the given strftime format. diff -r c6236b19b10c -r 41688ca951e7 docs/makefile --- a/docs/makefile Tue Sep 11 15:57:54 2012 +0200 +++ b/docs/makefile Tue Sep 11 15:59:27 2012 +0200 @@ -1,6 +1,11 @@ -all: tutorial +all: tutorial static/logo-evolve.ico sphinx-build . ../html/ tutorial: python test2rst.py tutorials/ + +logo-evolve.ico: + convert -resize 36x36 static/logo-evolve.svg static/logo-evolve.ico + + diff -r c6236b19b10c -r 41688ca951e7 docs/static/logo-evolve.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/static/logo-evolve.svg Tue Sep 11 15:59:27 2012 +0200 @@ -0,0 +1,622 @@ + + + +image/svg+xmlCali Mastny and Matt MackallFeb 12 2008 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +evolve + \ No newline at end of file