Skip to content

Commit 6677640

Browse files
committed
Remove CHANGELOG from ex_doc, add doc links to README
1 parent 824844a commit 6677640

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,11 @@ py:execution_mode(). %% => free_threaded | subinterp | multi_executor
478478
- [Getting Started](docs/getting-started.md)
479479
- [AI Integration Guide](docs/ai-integration.md)
480480
- [Type Conversion](docs/type-conversion.md)
481+
- [Context Affinity](docs/context-affinity.md)
481482
- [Scalability](docs/scalability.md)
482483
- [Streaming](docs/streaming.md)
484+
- [Threading](docs/threading.md)
485+
- [Changelog](CHANGELOG.md)
483486

484487
## License
485488

rebar.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
<<"docs/memory.md">>,
4444
<<"docs/scalability.md">>,
4545
<<"docs/threading.md">>,
46-
<<"docs/testing-free-threading.md">>,
47-
<<"CHANGELOG.md">>
46+
<<"docs/testing-free-threading.md">>
4847
]},
4948
{groups_for_extras, [
5049
{<<"Guides">>, [

0 commit comments

Comments
 (0)