Skip to content

Commit c1fd766

Browse files
authored
Re-ordered Python docs in prep for new additions. (#3743)
1 parent a47255b commit c1fd766

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/config.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,34 +14,34 @@
1414
"title": "How to learn Python",
1515
"blurb": "An overview of how to get started from scratch with Python."
1616
},
17-
{
18-
"uuid": "7a2e1a4f-1fa8-4327-b700-5af101fcdc89",
19-
"slug": "test-driven-development",
20-
"path": "docs/TDD.md",
21-
"title": "Test Driven Development",
22-
"blurb": "An overview of Test Driven Development."
23-
},
24-
{
25-
"uuid": "3829fdff-47ac-4283-ae47-a5db1dbce956",
26-
"slug": "traceback-reading",
27-
"path": "docs/TRACEBACKS.md",
28-
"title": "How to read tracebacks",
29-
"blurb": "An overview of how to read Python tracebacks for debugging."
30-
},
3117
{
3218
"uuid": "8666f259-de7d-4928-ae6f-15ff6fe6bb74",
3319
"slug": "tests",
3420
"path": "docs/TESTS.md",
3521
"title": "Testing on the Python track",
3622
"blurb": "Learn how to test your Python exercises on Exercism."
3723
},
24+
{
25+
"uuid": "7a2e1a4f-1fa8-4327-b700-5af101fcdc89",
26+
"slug": "test-driven-development",
27+
"path": "docs/TDD.md",
28+
"title": "Test Driven Development",
29+
"blurb": "An overview of Test Driven Development."
30+
},
3831
{
3932
"uuid": "f18d3af2-fb71-41c6-984a-32b3ba86bf02",
4033
"slug": "problem-solving",
4134
"path": "docs/PROBLEM-SOLVING.md",
4235
"title": "Problem Solving Resources",
4336
"blurb": "Learn some general problem-solving techniques to help you with programming."
4437
},
38+
{
39+
"uuid": "3829fdff-47ac-4283-ae47-a5db1dbce956",
40+
"slug": "traceback-reading",
41+
"path": "docs/TRACEBACKS.md",
42+
"title": "How to read tracebacks",
43+
"blurb": "An overview of how to read Python tracebacks for debugging."
44+
},
4545
{
4646
"uuid": "73ced51d-76d0-45af-952c-8a6d7b5f3f7a",
4747
"slug": "resources",

0 commit comments

Comments
 (0)