8000 [MRG+1] Fix "cite us" link in sidebar (#8142) · paulha/scikit-learn@c026e82 · GitHub
[go: up one dir, main page]

Skip to content

Commit c026e82

Browse files
naoyakpaulha
authored andcommitted
[MRG+1] Fix "cite us" link in sidebar (scikit-learn#8142)
* Fix citation link in sidebar * Improve formatting of 'cite us' link
1 parent 2734765 commit c026e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/themes/scikit-learn/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ <h2>Machine Learning in Python</h2>
275275
<p class="doc-version"><b>{{project}} v{{ release|e }}</b><br/>
276276
<a href="http://scikit-learn.org/stable/support.html#documentation-resources">Other versions</a></p>
277277
{%- endif %}
278-
<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>
278+
<p class="citing">Please <b><a href="{{ pathto('about').replace('#', '') }}#citing-scikit-learn" style="font-size: 110%;">cite us </a></b>if you use the software.</p>
279279
{{ toc }}
280280
</div>
281281
</div>

0 commit comments

Comments
 (0)
0