Skip to content
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

DOC: Series.dt currently not included in docs on main #52937

Closed
1 task done
phofl opened this issue Apr 26, 2023 · 4 comments
Closed
1 task done

DOC: Series.dt currently not included in docs on main #52937

phofl opened this issue Apr 26, 2023 · 4 comments
Labels
Dependencies Required and optional dependencies Docs
Milestone

Comments

@phofl
Copy link
Member

phofl commented Apr 26, 2023

Pandas version checks

  • I have checked that the issue still exists on the latest versions of the docs on main here

Location of the documentation

https://pandas.pydata.org/docs/reference/api/pandas.Series.dt.html

This site is currently not included in out toctree when building the docs with Python 3.10, which is the new default after removing 3.8 support

Documentation problem

Should fix

Some discussion is here: #51133

Suggested fix for documentation

Figure out what's going wrong

cc @mroeschke

@phofl phofl added Docs Dependencies Required and optional dependencies Needs Triage Issue that has not been reviewed by a pandas team member labels Apr 26, 2023
@phofl phofl added this to the 2.1 milestone Apr 26, 2023
@phofl phofl changed the title DOC: DOC: Series.dt currently not included in docs on main Apr 26, 2023
@lithomas1 lithomas1 removed the Needs Triage Issue that has not been reviewed by a pandas team member label May 2, 2023
@Dr-Irv
Copy link
Contributor

Dr-Irv commented Jul 14, 2023

I think this is a bit worse than described, even with older versions of the docs. What is missing is the list of Series.dt attributes, listed on the page. For example, dt.hour, dt.seconds, dt.as_unit() etc.

@phofl
Copy link
Member Author

phofl commented Jul 14, 2023

? I can find them on this page: https://pandas.pydata.org/docs/dev/reference/series.html

@Dr-Irv
Copy link
Contributor

Dr-Irv commented Jul 14, 2023

? I can find them on this page: https://pandas.pydata.org/docs/dev/reference/series.html

OK, but I think the list should also be at https://pandas.pydata.org/docs/reference/api/pandas.Series.dt.html as well

@mroeschke
Copy link
Member

Closed by #54457

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies Required and optional dependencies Docs
Projects
None yet
Development

No branches or pull requests

4 participants