Skip to content

Commit 9f16e79

Browse files
fix style guideline
1 parent 8061565 commit 9f16e79

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

contribution.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,16 @@ The exported HTML files will be automatically deployed to GitHub Pages through t
103103

104104
### Writing Style Guidelines
105105

106-
When writing content, please follow these guidelines:
106+
#### General Writing Style
107107

108108
- Assume readers are data scientists who have basic programming knowledge but may be new to specific tools
109109
- Use direct, conversational language
110110
- Keep paragraphs short (2-4 sentences maximum)
111111
- Prioritize comprehensive but concise explanations without repetition
112-
- Maintain a balanced ratio of explanation to code (approximately 50/50)
112+
- Maintain a balanced ratio of explanation to code (approximately 50/50)
113+
114+
#### Data Science Focus
115+
116+
- Begin with a real data science problem and its solution
117+
- Focus on features that directly benefit data scientists
118+
- Explain the practical value of each feature

0 commit comments

Comments
 (0)