-
Notifications
You must be signed in to change notification settings - Fork 867
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking: rename
get_ax3d_fig_plt->get_ax3d_fig
and `get_ax_fig_plt…
…->get_ax_fig` plus no longer return `plt` (#3329) * breaking: rename get_ax3d_fig_plt->get_ax3d_fig and stop returning matplotlib.pyplot * breaking: same for get_ax_fig_plt->get_ax_fig * remove :class:`SomeObject` from doc strings probably doesn't work with new markdown docs, can't check without network atm * simplify doc strings: pymatgen.core.(lattice.->'')Lattice * blank line before all Args: and Returns: doc string section headers * use dict.setdefault() instead of checking key presence first * doc string indentation and line break fixes * fix doc string Returns: sections * define reusable LatticeType and CrystalSystem types * simplify with_local_env_strategy() sg.add_edge() call
- Loading branch information
Showing
83 changed files
with
859 additions
and
711 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.