Skip to content

Commit 26c263f

Browse files
FHaasePingviinituutti
authored andcommitted
Remove unused ipython directive in developer.rst (pandas-dev#23901)
1 parent be50518 commit 26c263f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

doc/source/developer.rst

-9
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
.. currentmodule:: pandas
44

5-
.. ipython:: python
6-
:suppress:
7-
8-
import numpy as np
9-
np.random.seed(123456)
10-
np.set_printoptions(precision=4, suppress=True)
11-
import pandas as pd
12-
pd.options.display.max_rows = 15
13-
145
*********
156
Developer
167
*********

0 commit comments

Comments
 (0)