8000 DOC: Fixing even more warnings (not many left) by datapythonista · Pull Request #26850 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC: Fixing even more warnings (not many left) #26850

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 14, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Revert "remove attributes that were not generated automatically (no d…
…ocstring page to link to)"

This reverts commit ba2b6ce.
  • Loading branch information
jorisvandenbossche committed Jun 14, 2019
commit 9d104dda7c4fdfead50fcaf8a83548fb1a3d50fe
10 changes: 10 additions & 0 deletions doc/source/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public functions related to data types in pandas.
api/pandas.DataFrame.blocks
api/pandas.DataFrame.as_matrix
api/pandas.DataFrame.ix
api/pandas.Index.asi8
api/pandas.Index.data
api/pandas.Index.flags
api/pandas.Index.holds_integer
Expand All @@ -62,3 +63,12 @@ public functions related to data types in pandas.
api/pandas.Series.ix
api/pandas.Series.imag
api/pandas.Series.real


.. Can't convince sphinx to generate toctree for this class attribute.
.. So we do it manually to avoid a warning

..
.. toctree::

api/pandas.api.extensions.ExtensionDtype.na_value
0