Skip to content

Commit 54f91b6

Browse files
committed
restructured links sort for convention
1 parent 415d053 commit 54f91b6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/python/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: testing
3-
title: Testing in `python`
3+
title: Testing in python
44
sidebar_label: Testing
55
---
66

sidebars.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ module.exports =
55
"introduction"
66
],
77
"Python": [
8+
"python/environment_and_dependency",
9+
"python/project_structure",
10+
"python/general",
11+
"python/tools",
12+
"python/docstrings",
813
{
914
"type": "category",
1015
"label": "Naming Convention",
@@ -15,13 +20,8 @@ module.exports =
1520
"python/classes"
1621
]
1722
},
18-
"python/docstrings",
19-
"python/tools",
20-
"python/general",
2123
"python/exceptions",
2224
"python/logging",
23-
"python/environment_and_dependency",
24-
"python/project_structure",
2525
"python/testing"
2626
],
2727
"Naming Convention": [

0 commit comments

Comments
 (0)