Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scikit-learn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ian Johnson
scikit-learn
Commits
75faece7
Commit
75faece7
authored
13 years ago
by
Gael Varoquaux
Browse files
Options
Downloads
Patches
Plain Diff
DOC: state clearly the version number
parent
f9161f6e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/index.rst
+1
-1
1 addition, 1 deletion
doc/index.rst
doc/themes/scikit-learn/layout.html
+4
-3
4 additions, 3 deletions
doc/themes/scikit-learn/layout.html
doc/themes/scikit-learn/static/nature.css_t
+1
-1
1 addition, 1 deletion
doc/themes/scikit-learn/static/nature.css_t
with
6 additions
and
5 deletions
doc/index.rst
+
1
−
1
View file @
75faece7
...
...
@@ -95,7 +95,7 @@
.. include:: includes/big_toc_css.rst
This d
ocument
describes
scikit-learn |release|. For other versions and
D
ocument
ation for
scikit-learn
**version**
|release|. For other versions and
printable format, see :ref:`documentation_resources`.
User Guide
...
...
This diff is collapsed.
Click to expand it.
doc/themes/scikit-learn/layout.html
+
4
−
3
View file @
75faece7
...
...
@@ -160,6 +160,10 @@
{% endif %}
<p
style=
"text-align: center"
>
This documentation is
for {{project}}
<strong>
version {{ release|e }}
</strong>
—
<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 %}
©
{{ copyright }}.{% endtrans %}
...
...
This diff is collapsed.
Click to expand it.
doc/themes/scikit-learn/static/nature.css_t
+
1
−
1
View file @
75faece7
...
...
@@ -422,7 +422,7 @@ div.viewcode-block:target {
div.rel {
text-align: center;
margin:
10
px 3px 0px 2px;
margin:
5
px 3px 0px 2px;
background-color: #ff9c34;
color: white;
border-radius: 5px;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment