You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/STYLE_GUIDE.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Comprehensive guide for tutorial writing standards, formatting, and best practices. For quick reference, see [QUICK_GUIDE.md](QUICK_GUIDE.md).
4
4
5
+
This guide covers tutorial-specific requirements and formatting. For general writing guidelines that apply to all documentation, refer to the [PaperMoon Documentation Style Guide](https://github.com/papermoonio/documentation-style-guide).
6
+
5
7
## Table of Contents
6
8
7
9
-[Tutorial Structure](#tutorial-structure)
@@ -207,6 +209,9 @@ Store reusable code in the `.snippets` directory:
207
209
- Use `!!!tip` to explain complex code sections
208
210
- Test all code examples before submission
209
211
- Include expected outputs where relevant
212
+
- **Always specify dependency versions** in installation commands
0 commit comments