Skip to content

Commit c6a1e13

Browse files
committed
Add inspiration guide showcasing use cases and patterns
- Create docs/inspiration.md with AI/ML, real-time, distributed, and web examples - Add to ex_doc Guides section in rebar.config - Fix broken web-frameworks.md references in buffer.md and getting-started.md
1 parent 188dec5 commit c6a1e13

4 files changed

Lines changed: 394 additions & 2 deletions

File tree

docs/buffer.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,5 +475,4 @@ async def read_with_notification(buf, notify_channel):
475475

476476
- [Channel](channel.md) - Bidirectional message passing
477477
- [Reactor](reactor.md) - FD-based protocol handling
478-
- [Web Frameworks](web-frameworks.md) - ASGI/WSGI integration
479478
- [Getting Started](getting-started.md) - Basic usage guide

docs/getting-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,5 +532,4 @@ See [Buffer API](buffer.md) for zero-copy memoryview access and fast substring s
532532
- See [Buffer API](buffer.md) for zero-copy WSGI input buffers
533533
- See [Reactor](reactor.md) for FD-based protocol handling
534534
- See [Security](security.md) for sandbox and blocked operations
535-
- See [Web Frameworks](web-frameworks.md) for ASGI/WSGI integration
536535
- See [Distributed Execution](distributed.md) for running Python across Erlang nodes

0 commit comments

Comments
 (0)