File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ Miscellaneous
203
203
:toctree: generated
204
204
205
205
which
206
- print_clib_info
207
206
show_versions
208
207
209
208
.. currentmodule :: pygmt
Original file line number Diff line number Diff line change 77
77
_atexit .register (_end )
78
78
79
79
80
- def print_clib_info (file = sys .stdout ):
81
- """
82
- Print information about the GMT shared library that we can find.
83
-
84
- Includes the GMT version, default values for parameters, the path to the
85
- ``libgmt`` shared library, and GMT directories.
86
- """
87
- from pygmt .clib import Session
88
-
89
- print ("GMT library information:" , file = file )
90
- with Session () as ses :
91
- lines = [f" { key } : { ses .info [key ]} " for key in sorted (ses .info )]
92
- print ("\n " .join (lines ), file = file )
93
-
94
-
95
80
def show_versions (file = sys .stdout ):
96
81
"""
97
82
Print various dependency versions which are useful when submitting bug reports.
You can’t perform that action at this time.
0 commit comments