8000 DOC link to dev docs instead of contributing docs in the menu (#12885) · scikit-learn/scikit-learn@3c6ab5f · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c6ab5f

Browse files
amuellerqinhanmin2014
authored andcommitted
DOC link to dev docs instead of contributing docs in the menu (#12885)
1 parent d6095eb commit 3c6ab5f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

doc/developers/contributing.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ ticket to the
4141
also welcome to post feature requests or pull requests.
4242

4343

44-
==================
4544
Ways to contribute
4645
==================
4746

doc/themes/scikit-learn/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<li><a href="{{ pathto('modules/classes') }}">API</a></li>
9090
<li><a href="{{ pathto('glossary') }}">Glossary</a></li>
9191
<li><a href="{{ pathto('faq') }}">FAQ</a></li>
92-
<li><a href="{{ pathto('developers/contributing') }}">Contributing</a></li>
92+
<li><a href="{{ pathto('developers/index') }}">Development</a></li>
9393
<li><a href="{{ pathto('roadmap') }}">Roadmap</a></li>
9494
<li class="divider"></li>
9595
<script>if (VERSION_SUBDIR != "stable") document.write('<li><a href="http://scikit-learn.org/stable/documentation.html">Stable version</a></li>')</script>

0 commit comments

Comments
 (0)
0