Skip to content

Commit 872a622

Browse files
committed
Solution for issue pandas-dev#39859: Added documentation source link to each page
1 parent 918c348 commit 872a622

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/_templates/sidebar-nav-bs.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
let link = document.getElementById("source_doc_link");
1919
let curr_href = link.getAttribute('href');
2020

21+
// Parses through the url to get the docs path
2122
let path = url.substring(url.lastIndexOf("source/") + 7, url.lastIndexOf(".html"))
2223
let extension = ".rst"
2324

0 commit comments

Comments
 (0)