-
Notifications
You must be signed in to change notification settings - Fork 908
Avoid importing namespace package pymatgen
directly
#4053
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
Avoid importing namespace package pymatgen
directly
#4053
Conversation
no strong opinion but leaning towards not proliferating that usage |
Okay thanks for your reply, we might just |
yes, that should have been done a long time ago. in particular, there's no reason to keep the generated HTML for docs under version control. it's a major history pollutant |
Okay I would have a look at this if you don't have much time ATM :)
Yes! |
Summary
pymatgen
directlypmg
would be a shorthand ofpymatgen
instead ofpymatgen.core
):pymatgen/docs/index.md
Line 181 in 15dc137