Skip to content

Commit

Permalink
Link for fluent_number/fluent_datetime docs
Browse files Browse the repository at this point in the history
  • Loading branch information
spookylukey committed Mar 21, 2020
1 parent 66d6c71 commit 686ca61
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/api/bundle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,11 @@
* datetime objects (which will be formatted according to locale rules)

To specify or partially specify your own formatting choices for numbers
and datetime objects, see the python-fluent docs for
``fluent.types.fluent_number`` and ``fluent.types.fluent_datetime``.
(TODO LINK)
and datetime objects, see the ``fluent_compiler`` docs for
`fluent_compiler.types.fluent_number
<https://fluent-compiler.readthedocs.io/en/latest/usage.html#numbers>`_
and `fluent_compiler.types.fluent_datetime
<https://fluent-compiler.readthedocs.io/en/latest/usage.html#date-and-time>`_.

The arguments passed in may also be strings or numbers that are used to
select variants.
Expand Down

0 comments on commit 686ca61

Please sign in to comment.