Skip to content

Commit

Permalink
Re-ordered Python docs in prep for new additions. (#3743)
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyG authored Jul 14, 2024
1 parent a47255b commit c1fd766
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,34 @@
"title": "How to learn Python",
"blurb": "An overview of how to get started from scratch with Python."
},
{
"uuid": "7a2e1a4f-1fa8-4327-b700-5af101fcdc89",
"slug": "test-driven-development",
"path": "docs/TDD.md",
"title": "Test Driven Development",
"blurb": "An overview of Test Driven Development."
},
{
"uuid": "3829fdff-47ac-4283-ae47-a5db1dbce956",
"slug": "traceback-reading",
"path": "docs/TRACEBACKS.md",
"title": "How to read tracebacks",
"blurb": "An overview of how to read Python tracebacks for debugging."
},
{
"uuid": "8666f259-de7d-4928-ae6f-15ff6fe6bb74",
"slug": "tests",
"path": "docs/TESTS.md",
"title": "Testing on the Python track",
"blurb": "Learn how to test your Python exercises on Exercism."
},
{
"uuid": "7a2e1a4f-1fa8-4327-b700-5af101fcdc89",
"slug": "test-driven-development",
"path": "docs/TDD.md",
"title": "Test Driven Development",
"blurb": "An overview of Test Driven Development."
},
{
"uuid": "f18d3af2-fb71-41c6-984a-32b3ba86bf02",
"slug": "problem-solving",
"path": "docs/PROBLEM-SOLVING.md",
"title": "Problem Solving Resources",
"blurb": "Learn some general problem-solving techniques to help you with programming."
},
{
"uuid": "3829fdff-47ac-4283-ae47-a5db1dbce956",
"slug": "traceback-reading",
"path": "docs/TRACEBACKS.md",
"title": "How to read tracebacks",
"blurb": "An overview of how to read Python tracebacks for debugging."
},
{
"uuid": "73ced51d-76d0-45af-952c-8a6d7b5f3f7a",
"slug": "resources",
Expand Down

0 comments on commit c1fd766

Please sign in to comment.