Fix autosummary directive by removing hack autosummaries

This commit is contained in:
Seth Michael Larson 2023-06-15 10:50:19 -05:00 committed by GitHub
parent 17c1c2e9c7
commit 5fd1221815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 39 deletions

View File

@ -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",

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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