Skip to content

Commit

Permalink
Worked on scripts and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Mar 24, 2024
1 parent 2e4edc5 commit 8dacdf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Welcome to the winsps-kb documentation
winsps-kb is a project to build a Windows Serialized Property Store (SPS)
Knowledge Base.

winsps is a Python module part of winsps-kb to allow reuse of Windows Serialized
Property Store (SPS) Resources.
winspsrc is a Python module part of winsps-kb to allow reuse of Windows Serialized
Property Store (SPS) resources.

The source code is available from the `project page <https://github.com/libyal/winsps-kb>`__.

Expand Down
4 changes: 2 additions & 2 deletions scripts/generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ def Main():
logging.basicConfig(
level=logging.INFO, format='[%(levelname)s] %(message)s')

data_path = os.path.join(os.path.dirname(winspsrc.__file__), 'data')

definitions_file = yaml_definitions_file.YAMLPropertiesDefinitionsFile()

property_definitions = {}

data_path = os.path.join(os.path.dirname(winspsrc.__file__), 'data')

path = os.path.join(data_path, 'defined_properties.yaml')
for property_definition in definitions_file.ReadFromFile(path):
lookup_key = property_definition.lookup_key
Expand Down

0 comments on commit 8dacdf3

Please sign in to comment.