8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hello,
When I use a flask route as in:
'/module/dir/myapp.py' from flask import current_app as app @app.route('/a/path', methods=['GET', 'POST']) def my_function(): pass
pdoc3 does not run anymore.
I have tried to ignore this file with:
'module/dir/__init__.py' __pdoc__ = {'myapp': False,}
But it dit not work. Is there a way I can ignore this 'dir' directory ? Thanks :)
pdoc version: pdoc3 0.7.5
The text was updated successfully, but these errors were encountered:
Seems like a duplicate of #99.
#99 (comment) contains some guides on a possible, likely reasonable implementation (i.e. usage exactly as you tried it).
Sorry, something went wrong.
No branches or pull requests
Hello,
When I use a flask route as in:
pdoc3 does not run anymore.
I have tried to ignore this file with:
But it dit not work.
Is there a way I can ignore this 'dir' directory ?
Thanks :)
pdoc version:
pdoc3 0.7.5
The text was updated successfully, but these errors were encountered: