File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11---
22id : testing
3- title : Testing in ` python`
3+ title : Testing in python
44sidebar_label : Testing
55---
66
Original file line number Diff line number Diff 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" : [
You can’t perform that action at this time.
0 commit comments