Last update before using external repo for CSS/JS
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$(function() {
|
||||
$( document ).ready(function() {
|
||||
$('.note').before("<p class='admonition-title note'>Note</p>");
|
||||
$('.seealso').before("<p class='admonition-title seealso'>See also</p>");
|
||||
$('.definition').before("<p class='admonition-title definition'>Definition</p>");
|
||||
@@ -11,6 +11,7 @@ $(function() {
|
||||
$('.warning').before("<p class='admonition-title warning'>Warning</p>");
|
||||
});
|
||||
|
||||
|
||||
$( document ).ready(function() {
|
||||
|
||||
// Shift nav in mobile when clicking the menu.
|
||||
@@ -30,6 +31,7 @@ $( document ).ready(function() {
|
||||
$("table.docutils:not(.field-list)").wrap("<div class='wy-table-responsive'></div>");
|
||||
});
|
||||
|
||||
|
||||
$( document ).ready(function() {
|
||||
$('#text-table-of-contents ul').first().addClass('nav');
|
||||
// ScrollSpy also requires that we use
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user