Skip to content

Commit d01c682

Browse files
committed
Use correct image path
1 parent 1eb3dad commit d01c682

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/whatsnew/v0.23.0.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ frames would not fit within the terminal width, and pandas would introduce line
668668
breaks to display these 20 columns. This resulted in an output that was
669669
relatively difficult to read:
670670

671-
.. image:: print_df_old.png
671+
.. image:: _static/print_df_old.png
672672

673673
If Python runs in a terminal, the maximum number of columns is now determined
674674
automatically so that the printed data frame fits within the current terminal
@@ -678,7 +678,7 @@ well as in many IDEs), this value cannot be inferred automatically and is thus
678678
set to `20` as in previous versions. In a terminal, this results in a much
679679
nicer output:
680680

681-
.. image:: print_df_new.png
681+
.. image:: _static/print_df_new.png
682682

683683
Note that if you don't like the new default, you can always set this option
684684
yourself. To revert to the old setting, you can run this line:

0 commit comments

Comments
 (0)