Skip to content

Commit

Permalink
Updated inline documentation of the modules (includes link to Github …
Browse files Browse the repository at this point in the history
…and ReadThedoc)
  • Loading branch information
CryptoPascal31 committed Oct 16, 2022
1 parent 9798862 commit 9958c6f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
5 changes: 4 additions & 1 deletion pact/contracts/util-lists.pact
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
; https://github.com/CryptoPascal31/pact-util-lib

(module util-lists GOV
"Module containing string utilities"
"This module provides some lists management utilities \
\ Documentation: https://pact-util-lib.readthedocs.io \
\ Github: https://github.com/CryptoPascal31/pact-util-lib "

(defconst VERSION:string "0.1")

(defcap GOV()
Expand Down
5 changes: 4 additions & 1 deletion pact/contracts/util-math.pact
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
; https://github.com/CryptoPascal31/pact-util-lib

(module util-math GOV
"Module containing math utilities"
"Module containing math utilities \
\ Documentation: https://pact-util-lib.readthedocs.io \
\ Github: https://github.com/CryptoPascal31/pact-util-lib "

(defconst VERSION:string "0.1")

(defcap GOV()
Expand Down
3 changes: 3 additions & 0 deletions pact/contracts/util-random.pact
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
; https://github.com/CryptoPascal31/pact-util-lib

(module util-random GOV
"This module provides pseudo-random numbers/string generation \
\ Documentation: https://pact-util-lib.readthedocs.io \
\ Github: https://github.com/CryptoPascal31/pact-util-lib "
(defconst VERSION:string "0.1")
(defcap GOV()
(enforce-keyset "free.util-lib"))
Expand Down
4 changes: 4 additions & 0 deletions pact/contracts/util-strings.pact
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
; https://github.com/CryptoPascal31/pact-util-lib

(module util-strings GOV
"This module provides some strings management utilities \
\ Documentation: https://pact-util-lib.readthedocs.io \
\ Github: https://github.com/CryptoPascal31/pact-util-lib "

(defconst VERSION:string "0.1")
(defcap GOV()
(enforce-keyset "free.util-lib"))
Expand Down

0 comments on commit 9958c6f

Please sign in to comment.