This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new b1fcba1b39 MINOR: [Docs] local_timestamp kernel docs are not linked in
python docs (#39274)
b1fcba1b39 is described below
commit b1fcba1b395e0aedddcdab19958c14809d780d4c
Author: Rok Mihevc <[email protected]>
AuthorDate: Wed Dec 20 11:06:57 2023 +0100
MINOR: [Docs] local_timestamp kernel docs are not linked in python docs
(#39274)
### Rationale for this change
local_timestamp kernel docs are linked in
[cpp](https://arrow.apache.org/docs/cpp/compute.html#timezone-handling) but not
in [python
docs](https://arrow.apache.org/docs/python/api/compute.html#timezone-handling).
### What changes are included in this PR?
This adds a rst link in python docs
### Are these changes tested?
No
### Are there any user-facing changes?
Change will be visible in the docs
Authored-by: Rok Mihevc <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
---
docs/source/python/api/compute.rst | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/source/python/api/compute.rst
b/docs/source/python/api/compute.rst
index 4ee364fcf6..b879643017 100644
--- a/docs/source/python/api/compute.rst
+++ b/docs/source/python/api/compute.rst
@@ -468,6 +468,7 @@ Timezone Handling
:toctree: ../generated/
assume_timezone
+ local_timestamp
Associative Transforms
----------------------