8000 [MRG + 1] Reformat the version info and cite us labels in the user-gu… · maskani-moh/scikit-learn@55b91a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55b91a6

Browse files
aashilmaskani-moh
authored andcommitted
[MRG + 1] Reformat the version info and cite us labels in the user-guide docs. (scikit-learn#8072)
* Reformat the version info and cite us labels in the user-guide docs. * Fix the line break in the version number. * Refactor the cite us sentence to have cite us in the beginning of the line. * Edit the sentence formation of "cite us" section.
1 parent 6bb893c commit 55b91a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/themes/scikit-learn/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ <h2>Machine Learning in Python</h2>
272272
{% endif %}
273273

274274
{%- if pagename != "install" %}
275-
<p class="doc-version">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>
275+
<p class="doc-version">This documentation is for {{project}} <b style="font-size: 110%;">version {{ release|e }}</b> &mdash; <a href="http://scikit-learn.org/stable/support.html#documentation-resources">Other versions</a></p>
276276
{%- endif %}
277-
<p class="citing">If you use the software, please consider <a href="{{pathto('about')}}#citing-scikit-learn">citing scikit-learn</a>.</p>
277+
<p class="citing">Please <b><a href="about.html#citing-scikit-learn" style="font-size: 110%;">cite us </a></b>if you use the software.</p>
278278
{{ toc }}
279279
</div>
280280
</div>

0 commit comments

Comments
 (0)
0