Skip to content

Commit aa25a82

Browse files
committed
Make Core internals doc path coherent with Python module path
1 parent b296bdb commit aa25a82

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

doc/clean-doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ parse_commandline "$@"
7474

7575
rm -v core/generated/*.rst
7676
rm -v sklearn/generated/*.rst
77-
rm -v internal/generated/*.rst
77+
rm -v internals/generated/*.rst
7878
rm -v tools/generated/*.rst
7979
sphinx-build -M clean . _build
8080

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ files (``.kdic``).
3939
sklearn <sklearn/index>
4040
core <core/index>
4141
tools <tools/index>
42-
internals <internal/index>
42+
internals <internals/index>
4343

4444
.. toctree::
4545
:caption: Tutorials and Code Samples
File renamed without changes.

0 commit comments

Comments
 (0)