-
Notifications
You must be signed in to change notification settings - Fork 218
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 DSL docs and update bootstrap project #226
Conversation
I believe I've finally got all the relevant DSL things updated for the preview release. You can see this branch on RTD (if you have the direct link) here. |
Bah, forgot the stupid quickstart instructions. Doing those now. |
Okay, now it's good. |
Add method link to :meth:`~...emit_direct` |
You must either specify this, or | ||
both ``full_class_name`` and ``args_list``. | ||
:type serialized_java: `bytes` | ||
:param full_class_name: Full name of Java class, including namespaces. |
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.
I suppose that "including namespaces" makes sense to a Python developer, but a Java developer would think of it as "fully qualified class name, i.e. include the package name".
This looks great. I added some minor comments. Once addressed, +1 to merge. |
3259a7f
to
dc05392
Compare
Add DSL docs and update bootstrap project
I think this is good enough for a preview release now.
Rendered docs available on RTD here