Skip to content

Commit be2168f

Browse files
MNT: local changes to vendored docs script github_link.py
As far as I can see, we had just added a few lines to tell this vendored script originates in scikit-learn. File initially copied in #1258, and not changed since.
1 parent 2fee341 commit be2168f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/sphinxext/github_link.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
This vendored script comes from scikit-learn:
3+
https://github.com/scikit-learn/scikit-learn/blob/master/doc/sphinxext/github_link.py
4+
"""
15
import inspect
26
import os
37
import subprocess

0 commit comments

Comments
 (0)