Open zhang01GA opened 6 years ago
source code docstring should be correctly extracted in the online docs publising https://mtpy2.readthedocs.io/en/develop
there are some inconsistency, which can only be noticed after careful cross-check.
go through the scripts one-by-one
1. 2. 3. 4.
# Paste your code here # #
print(matplotlib.get_backend())
Installed Python Packages: use pip freeze or conda list [-n ENVIRONMENT_NAME] to list all the installed libraries.
pip freeze
conda list [-n ENVIRONMENT_NAME]
Expected Behavior
source code docstring should be correctly extracted in the online docs publising https://mtpy2.readthedocs.io/en/develop
Current Behavior
there are some inconsistency, which can only be noticed after careful cross-check.
Possible Solution
go through the scripts one-by-one
Steps to Reproduce (for bugs)
1. 2. 3. 4.
Context
Your Environment
print(matplotlib.get_backend())
):Installed Python Packages: use
pip freeze
orconda list [-n ENVIRONMENT_NAME]
to list all the installed libraries.