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.
|
# ones.
|
||||||
extensions = [
|
extensions = [
|
||||||
"sphinx.ext.autodoc",
|
"sphinx.ext.autodoc",
|
||||||
|
"sphinx.ext.autosummary",
|
||||||
"sphinx.ext.doctest",
|
"sphinx.ext.doctest",
|
||||||
"sphinx.ext.extlinks",
|
"sphinx.ext.extlinks",
|
||||||
"matplotlib.sphinxext.plot_directive",
|
"matplotlib.sphinxext.plot_directive",
|
||||||
|
@ -4,15 +4,3 @@ eland.DataFrame
|
|||||||
.. currentmodule:: eland
|
.. currentmodule:: eland
|
||||||
|
|
||||||
.. autoclass:: DataFrame
|
.. 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
|
.. currentmodule:: eland.groupby
|
||||||
|
|
||||||
.. autoclass:: DataFrameGroupBy
|
.. 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
|
.. currentmodule:: eland.groupby
|
||||||
|
|
||||||
.. autoclass:: 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
|
.. currentmodule:: eland.ml
|
||||||
|
|
||||||
.. autoclass:: MLModel
|
.. 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