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

Can't document static / constant variables? #1355

Open
dsm-72 opened this issue Jun 29, 2023 · 0 comments
Open

Can't document static / constant variables? #1355

dsm-72 opened this issue Jun 29, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@dsm-72
Copy link
Contributor

dsm-72 commented Jun 29, 2023

from nbdev import show_doc

# this gets ignored
MY_CONST = 'hello' # this gets ignored

# this shows hello not MY_CONST
showdoc(MY_CONST)
@dsm-72 dsm-72 added the bug Something isn't working label Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant