-
Notifications
You must be signed in to change notification settings - Fork 20
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
Please document the Python API #168
Comments
Just to give you an idea of what a novice user might face, here is what my terminal currently looks like :) :
Would have loved to just have |
Thanks for the valuable input. We will update the API documentation accordingly and consider extending it with the function that you propose. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In addition to #24 and #158, it would be very helpful to have a documentation for the Python API, including in docstrings (so that it's readily pulled up in IDEs). I just started writing my first quick test to try out rtamt, and already scratching my head about:
declare_var
? All your examples seem to have"float"
, but can it be"int"
or"bool"
? Had to do a grep - and found thatrtamt/examples/journal
seems to haveint
?spec.update
arguments? Examples show a bunch of different usages - I kind of get it, but it would be good to know for sure. Same for the format of the returned result.The text was updated successfully, but these errors were encountered: