File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -485,7 +485,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
485
485
-i " pandas.read_spss SA01" \
486
486
-i " pandas.reset_option SA01" \
487
487
-i " pandas.set_eng_float_format RT03,SA01" \
488
- -i " pandas.show_versions SA01" \
489
488
-i " pandas.testing.assert_extension_array_equal SA01" \
490
489
-i " pandas.tseries.offsets.BDay PR02,SA01" \
491
490
-i " pandas.tseries.offsets.BQuarterBegin PR02" \
Original file line number Diff line number Diff line change @@ -115,6 +115,11 @@ def show_versions(as_json: str | bool = False) -> None:
115
115
Info will be written to that file in JSON format.
116
116
* If True, outputs info in JSON format to the console.
117
117
118
+ See Also
119
+ --------
120
+ get_option : Retrieve the value of the specified option.
121
+ set_option : Set the value of the specified option or options.
122
+
118
123
Examples
119
124
--------
120
125
>>> pd.show_versions() # doctest: +SKIP
You can’t perform that action at this time.
0 commit comments