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 19b9da1 commit 25b9713Copy full SHA for 25b9713
docs/source/_templates/layout.html
@@ -17,11 +17,11 @@
17
18
<script type="text/javascript">
19
var collapsedSections = []
20
- </script>
21
- {{ super() }}
22
- <script type="text/javascript">
23
- $(document).ready(function() {
24
- $(".main-menu-item a[href='https://github.com/pytorch/pytorch']").attr("href", "https://github.com/pytorch/torchtune");
25
- });
26
+</script>
+{{ super() }}
+<script type="text/javascript">
+ $(document).ready(function() {
+ $(".main-menu-item a[href='https://github.com/pytorch/pytorch']").attr("href", "https://github.com/pytorch/torchtune");
+ });
27
{% endblock %}
0 commit comments