Skip to content

Commit

Permalink
DOC: use numpydoc_use_blockquotes=False for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Mar 27, 2018
1 parent 962528f commit 7fd3b85
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2557,6 +2557,8 @@ objects.
generated/pandas.Index.asi8
generated/pandas.Index.data
generated/pandas.Index.flags
generated/pandas.Index.holds_integer
generated/pandas.Index.is_type_compatible
generated/pandas.Index.nlevels
generated/pandas.Index.sort
generated/pandas.Panel.agg
Expand All @@ -2572,4 +2574,6 @@ objects.
generated/pandas.Series.blocks
generated/pandas.Series.from_array
generated/pandas.Series.ix
generated/pandas.Series.imag
generated/pandas.Series.real
generated/pandas.Timestamp.offset
6 changes: 6 additions & 0 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@
if any(re.match("\s*api\s*", l) for l in index_rst_lines):
autosummary_generate = True

# numpydoc
# for now use old parameter listing (styling + **kwargs problem)
numpydoc_use_blockquotes = True
# use member listing for attributes
numpydoc_attributes_as_param_list = False

# matplotlib plot directive
plot_include_source = True
plot_formats = [("png", 90)]
Expand Down

0 comments on commit 7fd3b85

Please sign in to comment.