From de4d80b6e63e5fa9f2f0e3cd2aebf909bc9d0cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= <16805946+edgarrmondragon@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:34:19 -0600 Subject: [PATCH] chore: Clean up TODOs in docs (#2705) --- docs/implementation/cli.md | 1 - docs/stream_maps.md | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/implementation/cli.md b/docs/implementation/cli.md index e4f78c26b..94077fc5d 100644 --- a/docs/implementation/cli.md +++ b/docs/implementation/cli.md @@ -1,5 +1,4 @@ --- -# TODO: this will be supported after MyST-Parser 0.18.0 is released myst: heading_anchors: 4 --- diff --git a/docs/stream_maps.md b/docs/stream_maps.md index 693b8caf9..786b0da5a 100644 --- a/docs/stream_maps.md +++ b/docs/stream_maps.md @@ -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. ::: @@ -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. ::: @@ -675,7 +675,7 @@ stream_maps: ``` ```` -:::{versionadded} TODO +:::{versionadded} 0.42.0 Support for `__alias__` expression evaluation. :::