Last update before using external repo for CSS/JS

This commit is contained in:
2020-11-27 11:15:13 +01:00
parent a6da7b3e66
commit e14d2f8b8a
13 changed files with 2953 additions and 770 deletions

View File

@@ -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