From f957c92bd46080f3692f3e047cbc114b2b3b5e2a Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Thu, 15 Oct 2020 10:48:20 -0700 Subject: [PATCH] DOC: Remove redundant table in Series docs The attribute `Series.index` was separated in another table, which makes the rendering of the documentation slightly inconsistent. This commit consolidates the tables together to make the documentation consistent and aligned. --- doc/source/reference/series.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/source/reference/series.rst b/doc/source/reference/series.rst index f1069e46b56cc..b4a72c030f7cb 100644 --- a/doc/source/reference/series.rst +++ b/doc/source/reference/series.rst @@ -22,10 +22,6 @@ Attributes :toctree: api/ Series.index - -.. autosummary:: - :toctree: api/ - Series.array Series.values Series.dtype