@@ -808,10 +808,6 @@ def open_value(
808808class robot : # noqa: N801
809809 """Robot Framework library for Windows Registry operations.
810810
811- == Table of Contents ==
812-
813- %TOC%
814-
815811 = Usage =
816812
817813 The library provides a set of keywords for working with the Windows Registry in Robot Framework format.
@@ -832,31 +828,6 @@ class robot: # noqa: N801
832828 | Create Registry Key HKEY_CURRENT_USER\\ Software\\ MyApp
833829 | Create Registry Value HKEY_CURRENT_USER\\ Software\\ MyApp Version SZ 1.0.0
834830
835- = Keywords =
836-
837- == Existence Checks ==
838-
839- | = Keyword = | = Description = |
840- | Registry Key Should Exist | Verifies that the specified registry key exists |
841- | Registry Key Should Not Exist | Verifies that the specified registry key does not exist |
842- | Registry Value Should Exist | Verifies that the specified registry value exists |
843- | Registry Value Should Not Exist | Verifies that the specified registry value does not exist |
844-
845- == Key Management ==
846-
847- | = Keyword = | = Description = |
848- | Create Registry Key | Creates a new registry key |
849- | Delete Registry Key | Deletes the specified registry key |
850- | Get Registry Key Sub Keys | Returns a list of subkeys for the specified key |
851- | Get Registry Key Values Names | Returns a list of value names for the specified key |
852-
853- == Value Management ==
854-
855- | = Keyword = | = Description = |
856- | Read Registry Value | Reads a registry value |
857- | Create Registry Value | Creates a new registry value |
858- | Set Registry Value | Sets a registry value |
859- | Delete Registry Value | Deletes a registry value |
860831 """
861832
862833 @staticmethod
0 commit comments