mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Fix autosummary directive by removing hack autosummaries
This commit is contained in:
parent
17c1c2e9c7
commit
5fd1221815
@ -58,6 +58,7 @@ release = version
|
||||
# ones.
|
||||
extensions = [
|
||||
"sphinx.ext.autodoc",
|
||||
"sphinx.ext.autosummary",
|
||||
"sphinx.ext.doctest",
|
||||
"sphinx.ext.extlinks",
|
||||
"matplotlib.sphinxext.plot_directive",
|
||||
|
@ -4,15 +4,3 @@ eland.DataFrame
|
||||
.. currentmodule:: eland
|
||||
|
||||
.. autoclass:: DataFrame
|
||||
|
||||
|
||||
|
||||
|
||||
..
|
||||
HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages.
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
|
||||
DataFrame.abs
|
||||
DataFrame.add
|
||||
|
||||
|
@ -4,12 +4,3 @@ eland.groupby.DataFrameGroupBy
|
||||
.. currentmodule:: eland.groupby
|
||||
|
||||
.. autoclass:: DataFrameGroupBy
|
||||
|
||||
|
||||
..
|
||||
HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages.
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
|
||||
DataFrame.abs
|
||||
DataFrame.add
|
||||
|
@ -4,12 +4,3 @@ eland.groupby.GroupBy
|
||||
.. currentmodule:: eland.groupby
|
||||
|
||||
.. autoclass:: GroupBy
|
||||
|
||||
|
||||
..
|
||||
HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages.
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
|
||||
DataFrame.abs
|
||||
DataFrame.add
|
||||
|
@ -4,12 +4,3 @@ eland.ml.MLModel
|
||||
.. currentmodule:: eland.ml
|
||||
|
||||
.. autoclass:: MLModel
|
||||
|
||||
|
||||
..
|
||||
HACK -- the point here is that we don't want this to appear in the output, but the autosummary should still generate the pages.
|
||||
.. autosummary::
|
||||
:toctree:
|
||||
|
||||
DataFrame.abs
|
||||
DataFrame.add
|
||||
|
Loading…
x
Reference in New Issue
Block a user