Skip to content

Commit 3183260

Browse files
0xRaduanclaude
andauthored
Fix missing Real-World Examples and Experimental RL Optimization sections on tutorials page (#8982)
* Add Real-World Examples section to tutorials index page The tutorials index page was missing the Real-World Examples section, which includes 6 practical application tutorials: - Generating llms.txt - Email Information Extraction - Memory-Enabled ReAct Agents with Mem0 - Financial Analysis with Yahoo Finance - Automated Code Generation from Documentation - Building a Creative Text-Based AI Game This ensures all tutorial categories are visible on the main tutorials page. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> * Add Experimental RL Optimization section and reorganize tutorials - Added missing Experimental RL Optimization section with 2 tutorials: - RL for Privacy-Conscious Delegation - RL for Multi-Hop Research - Moved Real-World Examples section to appear after Tools, Development, and Deployment section for better organization This ensures all tutorial categories are properly listed and organized on the main tutorials page. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: Claude <[email protected]>
1 parent fc43cae commit 3183260

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/docs/tutorials/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ Welcome to DSPy tutorials! We've organized our tutorials into three main categor
4242
- [GEPA for Code Backdoor Classification (AI control)](gepa_trusted_monitor/index.ipynb)
4343

4444

45+
- Experimental RL Optimization:
46+
- [Overview](rl_ai_program/index.md)
47+
- [RL for Privacy-Conscious Delegation](rl_papillon/index.ipynb)
48+
- [RL for Multi-Hop Research](rl_multihop/index.ipynb)
49+
50+
4551
- Tools, Development, and Deployment
4652
- [Use MCP in DSPy](mcp/index.md)
4753
- [Output Refinement](output_refinement/best-of-n-and-refine.md)
@@ -54,3 +60,13 @@ Welcome to DSPy tutorials! We've organized our tutorials into three main categor
5460
- [Async](async/index.md)
5561

5662

63+
- Real-World Examples:
64+
- [Overview](real_world_examples/index.md)
65+
- [Generating llms.txt](llms_txt_generation/index.md)
66+
- [Email Information Extraction](email_extraction/index.md)
67+
- [Memory-Enabled ReAct Agents with Mem0](mem0_react_agent/index.md)
68+
- [Financial Analysis with Yahoo Finance](yahoo_finance_react/index.md)
69+
- [Automated Code Generation from Documentation](sample_code_generation/index.md)
70+
- [Building a Creative Text-Based AI Game](ai_text_game/index.md)
71+
72+

0 commit comments

Comments
 (0)