Skip to content

Commit

Permalink
Merge pull request #54 from m00sey/feat-fix-docs
Browse files Browse the repository at this point in the history
Feat fix docs
  • Loading branch information
m00sey authored Aug 11, 2023
2 parents 2426feb + af61338 commit af3d225
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
6 changes: 6 additions & 0 deletions src/signify/app/aiding.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# -*- encoding: utf-8 -*-
"""
SIGNIFY
signify.app.aiding module
"""
from math import ceil

from keri import kering
Expand Down
6 changes: 3 additions & 3 deletions src/signify/app/coring.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
"""
KERI
SIGNIFY
signify.app.coring module
"""
Expand Down Expand Up @@ -49,7 +49,7 @@ def resolve(self, oobi, alias=None):


class KeyStates:
""" Domain class for accessing OOBIs"""
""" Domain class for accessing KeyStates"""

def __init__(self, client: SignifyClient):
self.client = client
Expand Down Expand Up @@ -79,7 +79,7 @@ def query(self, pre, sn=None, anchor=None):


class KeyEvents:
""" Domain class for accessing OOBIs"""
""" Domain class for accessing KeyEvents"""

def __init__(self, client: SignifyClient):
self.client = client
Expand Down
6 changes: 6 additions & 0 deletions src/signify/app/credentialing.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# -*- encoding: utf-8 -*-
"""
SIGNIFY
signify.app.credentialing module
"""
from collections import namedtuple

from keri.core import coring
Expand Down
2 changes: 1 addition & 1 deletion src/signify/app/ending.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
"""
KERI
SIGNIFY
signify.app.ending module
"""
Expand Down
2 changes: 1 addition & 1 deletion src/signify/app/escrowing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
"""
KERI
SIGNIFY
signify.app.escrowing module
"""
Expand Down
2 changes: 1 addition & 1 deletion src/signify/core/authing.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
"""
KERI
SIGNIFY
signify.core.authing module
"""
Expand Down
2 changes: 1 addition & 1 deletion src/signify/core/keeping.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- encoding: utf-8 -*-
"""
KERI
SIGNIFY
signify.core.keeping module
"""
Expand Down

0 comments on commit af3d225

Please sign in to comment.