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: Make it easier to find the supported tokens for arrow.format in the docs #1180

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

saranti
Copy link
Contributor

@saranti saranti commented Jul 7, 2024

Pull Request Checklist

Thank you for taking the time to improve Arrow! Before submitting your pull request, please check all appropriate boxes:

  • 🧪 Added tests for changed code.
  • 🛠️ All tests pass when run locally (run tox or make test to find out!).
  • 🧹 All linting checks pass when run locally (run tox -e lint or make lint to find out!).
  • 📚 Updated documentation for changed code.
  • ⏩ Code is up-to-date with the master branch.

If you have any questions about your code changes or any of the points above, please submit your questions along with the pull request and we will try our best to help!

Description of Changes

Closes #1167. Added 2 links to the supported tokens section. One in the format api reference and one in the user guide for format.

image

image

@saranti saranti changed the title Doc: Make is easier to find the supported tokens for arrow.format in the docs Doc: Make it easier to find the supported tokens for arrow.format in the docs Jul 7, 2024
Copy link
Member

@jadchaar jadchaar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution @saranti!

@jadchaar jadchaar merged commit 2bd89ab into arrow-py:master Jul 9, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

No docs on values in format string for Arrow.format()
2 participants