arrow-py / arrow

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

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

Closed metaperl closed 2 months ago

metaperl commented 10 months 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 10 months ago

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

jadchaar commented 10 months 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!