Skip to content

Commit e2e4aec

Browse files
committed
fixed documentation issues introduced by PR larray-project#730
1 parent fc5f277 commit e2e4aec

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

larray/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from larray.inout.sas import read_sas
3131
from larray.inout.stata import read_stata
3232
from larray.inout.xw_excel import open_excel, Workbook
33-
from larray.inout.xw_reporting import ExcelReport
33+
from larray.inout.xw_reporting import ExcelReport, ReportSheet
3434

3535
# just make sure handlers for .pkl and .pickle are initialized
3636
import larray.inout.pickle as _pkl
@@ -77,7 +77,7 @@
7777
# inout
7878
'from_lists', 'from_string', 'from_frame', 'from_series', 'read_csv', 'read_tsv',
7979
'read_eurostat', 'read_excel', 'read_hdf', 'read_sas', 'read_stata',
80-
'open_excel', 'Workbook', 'ExcelReport',
80+
'open_excel', 'Workbook', 'ExcelReport', 'ReportSheet',
8181
# utils
8282
'get_options', 'set_options',
8383
# viewer

larray/inout/xw_reporting.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,6 @@ def graphs_per_row(self):
148148
Parameters
149149
----------
150150
graphs_per_row: int
151-
152-
See Also
153-
--------
154-
:py:obj:``~AbstractSheetReport.newline`
155151
"""
156152
return self._graphs_per_row
157153

0 commit comments

Comments
 (0)