Skip to content

Commit bdae6aa

Browse files
committed
update ToC
1 parent bc9c3d2 commit bdae6aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/00-TableOfContents.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"\n",
1414
"### [Coding Best Practices](CodingBestPractices.ipynb)\n",
1515
"\n",
16-
"### [Python Data Structures](PythonDataStructures.ipynb)\n",
16+
"### [Testing Functions with unittest Library](TestingFunctions-unittest.ipynb)\n",
1717
"\n",
1818
"### [Python Objects & Singleton Pattern](PythonObjects-Singleton.ipynb)\n",
1919
"\n",
@@ -29,8 +29,6 @@
2929
"\n",
3030
"### [Expecting the Unexpected](ExpectingTheUnexpected.ipynb)\n",
3131
"\n",
32-
"### [Testing Functions with unittest Library](TestingFunctions-unittest.ipynb)\n",
33-
"\n",
3432
"### [Functions & Decorator Pattern](Functions-DecoratorPattern.ipynb)\n",
3533
"\n",
3634
"### [Test Data Generation](TestDataGeneration.ipynb)\n",
@@ -49,6 +47,8 @@
4947
"\n",
5048
"### [Advanced Design Patterns](AdvancedDesignPatterns.ipynb)\n",
5149
"\n",
50+
"### [Python Data Structures](PythonDataStructures.ipynb)\n",
51+
"\n",
5252
"### [Intersection of OOP and Functional Programming](IntersectionOfOOPAndFunctionalProgramming.ipynb)"
5353
]
5454
},

0 commit comments

Comments
 (0)