Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Clean up TODOs in docs #2705

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/implementation/cli.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
# TODO: this will be supported after MyST-Parser 0.18.0 is released
myst:
heading_anchors: 4
---
Expand Down
6 changes: 3 additions & 3 deletions docs/stream_maps.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ The `faker` object.
The `Faker` class.
:::

:::{versionchanged} TODO
:::{versionchanged} 0.41.0
The `Faker` class was deprecated in favor of instance methods on the `fake` object.
:::

Expand All @@ -271,7 +271,7 @@ The `Faker` class was deprecated in favor of instance methods on the `fake` obje
The following variables are available in the context of the `__alias__` expression:
- `__stream_name__` - the existing stream name

:::{versionadded} TODO
:::{versionadded} 0.42.0
The `__stream_name__` variable.
:::

Expand Down Expand Up @@ -675,7 +675,7 @@ stream_maps:
```
````

:::{versionadded} TODO
:::{versionadded} 0.42.0
Support for `__alias__` expression evaluation.
:::

Expand Down
Loading