-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ecdsa better read me #19
base: ecdsa-examples
Are you sure you want to change the base?
Conversation
… AND created more documentation pages (that are WIP)
… AND Doxygen generation is seperated for now
Merge branch 'ecdsa-betterReadMe' of https://github.com/ubirch/ubirch-protocol-python into ecdsa-betterReadMe
…-protocol-python into ecdsa-betterReadMe
…ion. Doxygen with HTML - and Jekyll with Markdown files
…ions in Doxygen Cofiguration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me; @gruenwaldi should have a final look at it before deciding about merging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check all the comments and then let us have a look together
This branch is branched off from
ecdsa-examples
. So first merge to there.The README and the Installation, Setup and Getting Started in it were improved and made up-to-date.
That, a Step By Step guide and other explanation resources are added as markdown files in
docs/
.These are deployed and rendered as HTML automatically on https://developer.ubirch.com/ubirch-protocol-python/ using
Jekyll
The docstrings inside the ubirch library files were rewritten and are automatically parsed by
Doxygen
to write the function-documentation at https://developer.ubirch.com/function_documentation/ubirch-protocol-python/Configurations for these tools can be found in the
docs/
folder._config
andGemfile
have to be in there as well.The automation is accomplished with the workflow
.github/workflows
and configured github pages.Inside of
examples/
is the code referenced and used in the guides.The repository was cleaned up and
examples/test-web-of-trust.py
deleted.PS: Some day someone should fix the typo in
protocol.verfiy_signature()