Skip to content

Commit

Permalink
DOC: Prettify the docs and add a link to the mailing list.
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelVaroquaux committed Sep 5, 2010
1 parent 0ab4370 commit cb71a5c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/_templates/layout.html
@@ -0,0 +1,23 @@
{% extends '!layout.html' %}

{%- block sidebarsourcelink %}
{% endblock %}

{%- block sidebarsearch %}
<hr/>
{{ super() }}
<hr/>
<div>
<h3>Mailing list</h3>
<a href="http://librelist.com/browser/joblib/">joblib@librelist.com</a>
<p class="searchtip" style="font-size: 80%">
Send an email to subscribe</p>
</div>
{%- if show_source and has_source and sourcename %}
<hr/>
<small><a href="{{ pathto('_sources/' + sourcename, true)|e }}"
rel="nofollow">{{ _('Show this page source') }}</a>
</small>
{%- endif %}
{% endblock %}

19 changes: 19 additions & 0 deletions doc/conf.py
Expand Up @@ -192,3 +192,22 @@

# If false, no module index is generated.
#latex_use_modindex = True

html_theme_options = {
# "bgcolor": "#fff",
# "footertextcolor": "#666",
"relbarbgcolor": "#333",
# "relbarlinkcolor": "#445481",
# "relbartextcolor": "#445481",
"sidebarlinkcolor": "#e15617",
"sidebarbgcolor": "#000",
# "sidebartextcolor": "#333",
"footerbgcolor": "#111",
"linkcolor": "#aa560c",
# "bodyfont": '"Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif',
# "headfont": "georgia, 'bitstream vera sans serif', 'lucida grande', helvetica, verdana, sans-serif",
# "headbgcolor": "#F5F5F5",
"headtextcolor": "#643200",
"codebgcolor": "#f5efe7",
}

0 comments on commit cb71a5c

Please sign in to comment.