From 64edba9c6fd3b29f655505ebfddfb96ca44d8572 Mon Sep 17 00:00:00 2001 From: ministrike3 Date: Sun, 17 Jul 2016 17:02:11 -0700 Subject: [PATCH] Add Bold Titles for the Sidebar boxes --- doc/themes/scikit-learn/layout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/themes/scikit-learn/layout.html b/doc/themes/scikit-learn/layout.html index f8595a7e72546..2bf0238fb8b22 100644 --- a/doc/themes/scikit-learn/layout.html +++ b/doc/themes/scikit-learn/layout.html @@ -262,9 +262,9 @@

Machine Learning in Python

{% endif %} {%- if pagename != "install" %} -

This documentation is for {{project}} version {{ release|e }}Other versions

+

VERSION:This documentation is for {{project}} version {{ release|e }}Other versions

{%- endif %} -

If you use the software, please consider citing scikit-learn.

+

CITE US:If you use the software, please consider citing scikit-learn.

{{ toc }}