8000 DOC/CI: include api docs on travis by jorisvandenbossche · Pull Request #11069 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

DOC/CI: include api docs on travis #11069

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

Closed
Closed
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
Next Next commit
DOC: add str accessor docstring pages to api.rst to avoid warning
  • Loading branch information
jorisvandenbossche committed Sep 29, 2015
commit 347b616f77976db93b3b8cc48d99146b5f47552b
6 changes: 5 additions & 1 deletion doc/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ strings and apply several methods to it. These can be acccessed like

..
The following is needed to ensure the generated pages are created with the
correct template (otherwise they would be created in the Series class page)
correct template (otherwise they would be created in the Series/Index class page)

..
.. autosummary::
Expand All @@ -613,6 +613,10 @@ strings and apply several methods to it. These can be acccessed like
Series.str
Series.cat
Series.dt
Index.str
CategoricalIndex.str
DatetimeIndex.str
TimedeltaIndex.str


.. _api.categorical:
Expand Down
0