Skip to content
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

better support for dynamic docs #44

Open
3 tasks
UnquietCode opened this issue Dec 2, 2019 · 0 comments
Open
3 tasks

better support for dynamic docs #44

UnquietCode opened this issue Dec 2, 2019 · 0 comments

Comments

@UnquietCode
Copy link
Owner

relates to #40

  • remove 'dynamic documentation' return string
  • add method parameter docs
    • captures either a string or a callable
    • (turn strings into callables)
  • add annotation @with_docs which takes a similar arguments
    • string or callable as sole argument
    • annotation must be imported from another module, not in the immediate
      namespace
    • ensure decorated steps are still able to be located within the class

This issue was created by email; some cleanup may be required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant