arrow-py / arrow

🏹 Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.73k stars 684 forks source link

No docs on values in format string for Arrow.format() #1167

Closed metaperl closed 4 months ago

metaperl commented 1 year ago

The user guide docs on format do not document the various arguments that can be provided. The API guide also lacks such information.

metaperl commented 1 year ago

By contrast note that Pendulum has a section on what tokens can be supplied.

jadchaar commented 1 year ago

Hi @metaperl we have documentation here: https://arrow.readthedocs.io/en/latest/guide.html#supported-tokens. That said, this can likely be made more obvious. PRs are welcome if you'd like to take this improvement on!