We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a02b4b commit 22ff18bCopy full SHA for 22ff18b
doc/themes/scikit-learn/static/js/copybutton.js
@@ -1,7 +1,9 @@
1
$(document).ready(function() {
2
/* Add a [>>>] button on the top-right corner of code samples to hide
3
* the >>> and ... prompts and the output and thus make the code
4
- * copyable. */
+ * copyable.
5
+ * Note: This JS snippet was taken from the official python.org
6
+ * documentation site.*/
7
var div = $('.highlight-python .highlight,' +
8
'.highlight-python3 .highlight,' +
9
'.highlight-pycon .highlight')
0 commit comments