File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,15 @@ project:
22 type : website
33 output-dir : docs
44
5+ website :
6+ site-url : " https://ds100.org/debugging-guide/"
7+ page-footer :
8+ center :
9+ - text : Accessibility
10+ href : " https://dap.berkeley.edu/get-help/report-web-accessibility-issue"
11+ - text : Nondiscrimination
12+ href : " https://ophd.berkeley.edu/policies-and-procedures/nondiscrimination-policy-statement"
13+
514book :
615 site-url : " https://ds100.org/debugging-guide/"
716 favicon : data100_logo.png
Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ <h3 class="anchored" data-anchor-id="my-autograder-keeps-runningtimed-out">My au
335335 }
336336 var localhostRegex = new RegExp ( / ^ (?: h t t p | h t t p s ) : \/ \/ l o c a l h o s t \: ? [ 0 - 9 ] * \/ / ) ;
337337 var mailtoRegex = new RegExp ( / ^ m a i l t o : / ) ;
338- var filterRegex = new RegExp ( '/' + window . location . host + '/' ) ;
338+ var filterRegex = new RegExp ( "https:\/\/ds100\.org\/debugging-guide\/" ) ;
339339 var isInternal = ( href ) => {
340340 return filterRegex . test ( href ) || localhostRegex . test ( href ) || mailtoRegex . test ( href ) ;
341341 }
@@ -663,6 +663,30 @@ <h3 class="anchored" data-anchor-id="my-autograder-keeps-runningtimed-out">My au
663663 } ) ;
664664 </ script >
665665</ div > <!-- /content -->
666+ < footer class ="footer ">
667+ < div class ="nav-footer ">
668+ < div class ="nav-footer-left ">
669+
670+ </ div >
671+ < div class ="nav-footer-center ">
672+ < ul class ="footer-items list-unstyled ">
673+ < li class ="nav-item ">
674+ < a class ="nav-link " href ="https://dap.berkeley.edu/get-help/report-web-accessibility-issue ">
675+ < p > Accessibility</ p >
676+ </ a >
677+ </ li >
678+ < li class ="nav-item ">
679+ < a class ="nav-link " href ="https://ophd.berkeley.edu/policies-and-procedures/nondiscrimination-policy-statement ">
680+ < p > Nondiscrimination</ p >
681+ </ a >
682+ </ li >
683+ </ ul >
684+ </ div >
685+ < div class ="nav-footer-right ">
686+
687+ </ div >
688+ </ div >
689+ </ footer >
666690
667691
668692
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ <h1 class="unnumbered">About</h1>
225225 }
226226 var localhostRegex = new RegExp ( / ^ (?: h t t p | h t t p s ) : \/ \/ l o c a l h o s t \: ? [ 0 - 9 ] * \/ / ) ;
227227 var mailtoRegex = new RegExp ( / ^ m a i l t o : / ) ;
228- var filterRegex = new RegExp ( '/' + window . location . host + '/' ) ;
228+ var filterRegex = new RegExp ( "https:\/\/ds100\.org\/debugging-guide\/" ) ;
229229 var isInternal = ( href ) => {
230230 return filterRegex . test ( href ) || localhostRegex . test ( href ) || mailtoRegex . test ( href ) ;
231231 }
@@ -553,6 +553,30 @@ <h1 class="unnumbered">About</h1>
553553 } ) ;
554554 </ script >
555555</ div > <!-- /content -->
556+ < footer class ="footer ">
557+ < div class ="nav-footer ">
558+ < div class ="nav-footer-left ">
559+
560+ </ div >
561+ < div class ="nav-footer-center ">
562+ < ul class ="footer-items list-unstyled ">
563+ < li class ="nav-item ">
564+ < a class ="nav-link " href ="https://dap.berkeley.edu/get-help/report-web-accessibility-issue ">
565+ < p > Accessibility</ p >
566+ </ a >
567+ </ li >
568+ < li class ="nav-item ">
569+ < a class ="nav-link " href ="https://ophd.berkeley.edu/policies-and-procedures/nondiscrimination-policy-statement ">
570+ < p > Nondiscrimination</ p >
571+ </ a >
572+ </ li >
573+ </ ul >
574+ </ div >
575+ < div class ="nav-footer-right ">
576+
577+ </ div >
578+ </ div >
579+ </ footer >
556580
557581
558582
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ <h2 class="anchored" data-anchor-id="automatically-closing-brackets">Automatical
309309 }
310310 var localhostRegex = new RegExp ( / ^ (?: h t t p | h t t p s ) : \/ \/ l o c a l h o s t \: ? [ 0 - 9 ] * \/ / ) ;
311311 var mailtoRegex = new RegExp ( / ^ m a i l t o : / ) ;
312- var filterRegex = new RegExp ( '/' + window . location . host + '/' ) ;
312+ var filterRegex = new RegExp ( "https:\/\/ds100\.org\/debugging-guide\/" ) ;
313313 var isInternal = ( href ) => {
314314 return filterRegex . test ( href ) || localhostRegex . test ( href ) || mailtoRegex . test ( href ) ;
315315 }
@@ -637,6 +637,30 @@ <h2 class="anchored" data-anchor-id="automatically-closing-brackets">Automatical
637637 } ) ;
638638 </ script >
639639</ div > <!-- /content -->
640+ < footer class ="footer ">
641+ < div class ="nav-footer ">
642+ < div class ="nav-footer-left ">
643+
644+ </ div >
645+ < div class ="nav-footer-center ">
646+ < ul class ="footer-items list-unstyled ">
647+ < li class ="nav-item ">
648+ < a class ="nav-link " href ="https://dap.berkeley.edu/get-help/report-web-accessibility-issue ">
649+ < p > Accessibility</ p >
650+ </ a >
651+ </ li >
652+ < li class ="nav-item ">
653+ < a class ="nav-link " href ="https://ophd.berkeley.edu/policies-and-procedures/nondiscrimination-policy-statement ">
654+ < p > Nondiscrimination</ p >
655+ </ a >
656+ </ li >
657+ </ ul >
658+ </ div >
659+ < div class ="nav-footer-right ">
660+
661+ </ div >
662+ </ div >
663+ </ footer >
640664
641665
642666
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ <h2 class="anchored" data-anchor-id="datahub-is-not-loading">Datahub is not load
339339 }
340340 var localhostRegex = new RegExp ( / ^ (?: h t t p | h t t p s ) : \/ \/ l o c a l h o s t \: ? [ 0 - 9 ] * \/ / ) ;
341341 var mailtoRegex = new RegExp ( / ^ m a i l t o : / ) ;
342- var filterRegex = new RegExp ( '/' + window . location . host + '/' ) ;
342+ var filterRegex = new RegExp ( "https:\/\/ds100\.org\/debugging-guide\/" ) ;
343343 var isInternal = ( href ) => {
344344 return filterRegex . test ( href ) || localhostRegex . test ( href ) || mailtoRegex . test ( href ) ;
345345 }
@@ -667,6 +667,30 @@ <h2 class="anchored" data-anchor-id="datahub-is-not-loading">Datahub is not load
667667 } ) ;
668668 </ script >
669669</ div > <!-- /content -->
670+ < footer class ="footer ">
671+ < div class ="nav-footer ">
672+ < div class ="nav-footer-left ">
673+
674+ </ div >
675+ < div class ="nav-footer-center ">
676+ < ul class ="footer-items list-unstyled ">
677+ < li class ="nav-item ">
678+ < a class ="nav-link " href ="https://dap.berkeley.edu/get-help/report-web-accessibility-issue ">
679+ < p > Accessibility</ p >
680+ </ a >
681+ </ li >
682+ < li class ="nav-item ">
683+ < a class ="nav-link " href ="https://ophd.berkeley.edu/policies-and-procedures/nondiscrimination-policy-statement ">
684+ < p > Nondiscrimination</ p >
685+ </ a >
686+ </ li >
687+ </ ul >
688+ </ div >
689+ < div class ="nav-footer-right ">
690+
691+ </ div >
692+ </ div >
693+ </ footer >
670694
671695
672696
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ <h3 class="anchored" data-anchor-id="valueerror--1-is-not-in-range-keyerror--1">
359359 }
360360 var localhostRegex = new RegExp ( / ^ (?: h t t p | h t t p s ) : \/ \/ l o c a l h o s t \: ? [ 0 - 9 ] * \/ / ) ;
361361 var mailtoRegex = new RegExp ( / ^ m a i l t o : / ) ;
362- var filterRegex = new RegExp ( '/' + window . location . host + '/' ) ;
362+ var filterRegex = new RegExp ( "https:\/\/ds100\.org\/debugging-guide\/" ) ;
363363 var isInternal = ( href ) => {
364364 return filterRegex . test ( href ) || localhostRegex . test ( href ) || mailtoRegex . test ( href ) ;
365365 }
@@ -687,6 +687,30 @@ <h3 class="anchored" data-anchor-id="valueerror--1-is-not-in-range-keyerror--1">
687687 } ) ;
688688 </ script >
689689</ div > <!-- /content -->
690+ < footer class ="footer ">
691+ < div class ="nav-footer ">
692+ < div class ="nav-footer-left ">
693+
694+ </ div >
695+ < div class ="nav-footer-center ">
696+ < ul class ="footer-items list-unstyled ">
697+ < li class ="nav-item ">
698+ < a class ="nav-link " href ="https://dap.berkeley.edu/get-help/report-web-accessibility-issue ">
699+ < p > Accessibility</ p >
700+ </ a >
701+ </ li >
702+ < li class ="nav-item ">
703+ < a class ="nav-link " href ="https://ophd.berkeley.edu/policies-and-procedures/nondiscrimination-policy-statement ">
704+ < p > Nondiscrimination</ p >
705+ </ a >
706+ </ li >
707+ </ ul >
708+ </ div >
709+ < div class ="nav-footer-right ">
710+
711+ </ div >
712+ </ div >
713+ </ footer >
690714
691715
692716
Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ <h3 class="anchored" data-anchor-id="my-ohe-columns-contain-a-lot-of-nan-values"
267267 }
268268 var localhostRegex = new RegExp ( / ^ (?: h t t p | h t t p s ) : \/ \/ l o c a l h o s t \: ? [ 0 - 9 ] * \/ / ) ;
269269 var mailtoRegex = new RegExp ( / ^ m a i l t o : / ) ;
270- var filterRegex = new RegExp ( '/' + window . location . host + '/' ) ;
270+ var filterRegex = new RegExp ( "https:\/\/ds100\.org\/debugging-guide\/" ) ;
271271 var isInternal = ( href ) => {
272272 return filterRegex . test ( href ) || localhostRegex . test ( href ) || mailtoRegex . test ( href ) ;
273273 }
@@ -595,6 +595,30 @@ <h3 class="anchored" data-anchor-id="my-ohe-columns-contain-a-lot-of-nan-values"
595595 } ) ;
596596 </ script >
597597</ div > <!-- /content -->
598+ < footer class ="footer ">
599+ < div class ="nav-footer ">
600+ < div class ="nav-footer-left ">
601+
602+ </ div >
603+ < div class ="nav-footer-center ">
604+ < ul class ="footer-items list-unstyled ">
605+ < li class ="nav-item ">
606+ < a class ="nav-link " href ="https://dap.berkeley.edu/get-help/report-web-accessibility-issue ">
607+ < p > Accessibility</ p >
608+ </ a >
609+ </ li >
610+ < li class ="nav-item ">
611+ < a class ="nav-link " href ="https://ophd.berkeley.edu/policies-and-procedures/nondiscrimination-policy-statement ">
612+ < p > Nondiscrimination</ p >
613+ </ a >
614+ </ li >
615+ </ ul >
616+ </ div >
617+ < div class ="nav-footer-right ">
618+
619+ </ div >
620+ </ div >
621+ </ footer >
598622
599623
600624
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ <h3 class="anchored" data-anchor-id="my-code-runs-locally-but-it-fails-for-every
378378 }
379379 var localhostRegex = new RegExp ( / ^ (?: h t t p | h t t p s ) : \/ \/ l o c a l h o s t \: ? [ 0 - 9 ] * \/ / ) ;
380380 var mailtoRegex = new RegExp ( / ^ m a i l t o : / ) ;
381- var filterRegex = new RegExp ( '/' + window . location . host + '/' ) ;
381+ var filterRegex = new RegExp ( "https:\/\/ds100\.org\/debugging-guide\/" ) ;
382382 var isInternal = ( href ) => {
383383 return filterRegex . test ( href ) || localhostRegex . test ( href ) || mailtoRegex . test ( href ) ;
384384 }
@@ -706,6 +706,30 @@ <h3 class="anchored" data-anchor-id="my-code-runs-locally-but-it-fails-for-every
706706 } ) ;
707707 </ script >
708708</ div > <!-- /content -->
709+ < footer class ="footer ">
710+ < div class ="nav-footer ">
711+ < div class ="nav-footer-left ">
712+
713+ </ div >
714+ < div class ="nav-footer-center ">
715+ < ul class ="footer-items list-unstyled ">
716+ < li class ="nav-item ">
717+ < a class ="nav-link " href ="https://dap.berkeley.edu/get-help/report-web-accessibility-issue ">
718+ < p > Accessibility</ p >
719+ </ a >
720+ </ li >
721+ < li class ="nav-item ">
722+ < a class ="nav-link " href ="https://ophd.berkeley.edu/policies-and-procedures/nondiscrimination-policy-statement ">
723+ < p > Nondiscrimination</ p >
724+ </ a >
725+ </ li >
726+ </ ul >
727+ </ div >
728+ < div class ="nav-footer-right ">
729+
730+ </ div >
731+ </ div >
732+ </ footer >
709733
710734
711735
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ <h3 class="anchored" data-anchor-id="whats-the-difference-between-re-functions-a
408408 }
409409 var localhostRegex = new RegExp ( / ^ (?: h t t p | h t t p s ) : \/ \/ l o c a l h o s t \: ? [ 0 - 9 ] * \/ / ) ;
410410 var mailtoRegex = new RegExp ( / ^ m a i l t o : / ) ;
411- var filterRegex = new RegExp ( '/' + window . location . host + '/' ) ;
411+ var filterRegex = new RegExp ( "https:\/\/ds100\.org\/debugging-guide\/" ) ;
412412 var isInternal = ( href ) => {
413413 return filterRegex . test ( href ) || localhostRegex . test ( href ) || mailtoRegex . test ( href ) ;
414414 }
@@ -736,6 +736,30 @@ <h3 class="anchored" data-anchor-id="whats-the-difference-between-re-functions-a
736736 } ) ;
737737 </ script >
738738</ div > <!-- /content -->
739+ < footer class ="footer ">
740+ < div class ="nav-footer ">
741+ < div class ="nav-footer-left ">
742+
743+ </ div >
744+ < div class ="nav-footer-center ">
745+ < ul class ="footer-items list-unstyled ">
746+ < li class ="nav-item ">
747+ < a class ="nav-link " href ="https://dap.berkeley.edu/get-help/report-web-accessibility-issue ">
748+ < p > Accessibility</ p >
749+ </ a >
750+ </ li >
751+ < li class ="nav-item ">
752+ < a class ="nav-link " href ="https://ophd.berkeley.edu/policies-and-procedures/nondiscrimination-policy-statement ">
753+ < p > Nondiscrimination</ p >
754+ </ a >
755+ </ li >
756+ </ ul >
757+ </ div >
758+ < div class ="nav-footer-right ">
759+
760+ </ div >
761+ </ div >
762+ </ footer >
739763
740764
741765
You can’t perform that action at this time.
0 commit comments