-
Notifications
You must be signed in to change notification settings - Fork 648
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
add readme to libraries and programs #1534
Conversation
programs/README.md
Outdated
[js_operation_serializer](js_operation_serializer) | Operation Serializer | Dump all blockchain operations and types. Used by the UI. | Tool | Old | `./js_operation_serializer` | ||
[size_checker](size_checker) | Size Checker | Provides wire size average in bytes of all the operations | Tool | Old | `./size_checker` | ||
[build_helpers](build_helpers) | Build Helpers | | Tool | Old | `./member_enumerator` and `./cat-parts` |
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.
cat-parts
is used to create hardfork.hpp
from individual files.
member_enumerator
and check_reflect.py
are unused AFAICS. Maybe remove them?
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 read cryptonomex/graphene#562 for why check_reflect.py is there.
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.
Oh, cool. Didn't know that. Maybe we should integrate this into travis/docker?
@cedar-book got some hints how to write good documentation? ;-) |
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.
Good, thanks!
@abitmore what do you think ? |
Very good. |
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.
Although it makes sense to merge to release (then develop and master), it's also OK for me to merge to develop (then later release then master).
For #1532
Looking for some help to improve it.
Here is how the files are looking:
https://github.com/bitshares/bitshares-core/blob/41bff6ead331c4f340e874c5c9102d23deb487be/libraries/README.md
https://github.com/bitshares/bitshares-core/blob/41bff6ead331c4f340e874c5c9102d23deb487be/programs/README.md