Skip to content

Commit 6f8fed6

Browse files
author
y-p
committed
DOC: disable running monkey patch example through ipython_directive
Makes line numbering break in following documents run through sphinx. Very strange,
1 parent a771e85 commit 6f8fed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/faq.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ life easier is missing. In that case you have several options:
8181
For example, here is an example of adding an ``just_foo_cols()``
8282
method to the dataframe class:
8383

84-
.. ipython:: python
84+
::
8585

8686
import pandas as pd
8787
def just_foo_cols(self):

0 commit comments

Comments
 (0)