Skip to content
Snippets Groups Projects
Commit 75faece7 authored by Gael Varoquaux's avatar Gael Varoquaux
Browse files

DOC: state clearly the version number

parent f9161f6e
Branches
Tags
No related merge requests found
......@@ -95,7 +95,7 @@
.. include:: includes/big_toc_css.rst
This document describes scikit-learn |release|. For other versions and
Documentation for scikit-learn **version** |release|. For other versions and
printable format, see :ref:`documentation_resources`.
User Guide
......
......@@ -160,6 +160,10 @@
{% endif %}
<p style="text-align: center">This documentation is
for {{project}} <strong>version {{ release|e }}</strong>
&mdash; <a href="http://scikit-learn.org/stable/support.html#documentation-resources">Other versions</a></p>
{%- if toc|length != 11 %}
<h3>{{ _('This page') }}</h3>
{{ toc }}
......@@ -201,9 +205,6 @@
{%- block footer %}
<div class="footer">
<p style="text-align: center">This documentation is relative
to {{project}} version {{ release|e }}<p>
{%- if show_copyright %}
{%- if hasdoc('copyright') %}
{% trans path=pathto('copyright'), copyright=copyright|e %}&copy; {{ copyright }}.{% endtrans %}
......
......@@ -422,7 +422,7 @@ div.viewcode-block:target {
div.rel {
text-align: center;
margin: 10px 3px 0px 2px;
margin: 5px 3px 0px 2px;
background-color: #ff9c34;
color: white;
border-radius: 5px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment