From ba7d801d47e3b0fbc459fd26b0698cd933934431 Mon Sep 17 00:00:00 2001 From: Egor Kostan <20955183+ikostan@users.noreply.github.com> Date: Sun, 22 Dec 2024 13:14:24 -0800 Subject: [PATCH] the_first_non_repeated_character_in_string --- docs/kyu_7/kyu_7.rst | 2 +- ..._first_non_repeated_character_in_string.module.rst | 11 +++++++++++ ..._first_non_repeated_character_in_string.readme.rst | 5 +++++ 3 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 docs/kyu_7/kyu_7.the_first_non_repeated_character_in_string.module.rst create mode 100644 docs/kyu_7/kyu_7.the_first_non_repeated_character_in_string.readme.rst diff --git a/docs/kyu_7/kyu_7.rst b/docs/kyu_7/kyu_7.rst index 6eadfb44c2d..84dda08c68a 100644 --- a/docs/kyu_7/kyu_7.rst +++ b/docs/kyu_7/kyu_7.rst @@ -38,7 +38,7 @@ Subpackages kyu_7.sum_of_powers_of_2.module kyu_7.sum_of_triangular_numbers.module kyu_7.sum_of_two_lowest_int.module - kyu_7.the_first_non_repeated_character_in_string + kyu_7.the_first_non_repeated_character_in_string.module kyu_7.vaporcode kyu_7.valid_parentheses kyu_7.you_are_square diff --git a/docs/kyu_7/kyu_7.the_first_non_repeated_character_in_string.module.rst b/docs/kyu_7/kyu_7.the_first_non_repeated_character_in_string.module.rst new file mode 100644 index 00000000000..ed906b8ef2a --- /dev/null +++ b/docs/kyu_7/kyu_7.the_first_non_repeated_character_in_string.module.rst @@ -0,0 +1,11 @@ +kyu\_7.the\_first\_non\_repeated\_character\_in\_string.module package +====================================================================== + +Subpackages +----------- + +.. toctree:: + :maxdepth: 4 + + kyu_7.the_first_non_repeated_character_in_string.readme + kyu_7.the_first_non_repeated_character_in_string \ No newline at end of file diff --git a/docs/kyu_7/kyu_7.the_first_non_repeated_character_in_string.readme.rst b/docs/kyu_7/kyu_7.the_first_non_repeated_character_in_string.readme.rst new file mode 100644 index 00000000000..dfb31fd7396 --- /dev/null +++ b/docs/kyu_7/kyu_7.the_first_non_repeated_character_in_string.readme.rst @@ -0,0 +1,5 @@ +README +====== + +.. include:: ../../kyu_7/the_first_non_repeated_character_in_string/README.md + :parser: myst_parser.sphinx_ \ No newline at end of file