soxofaan commented on code in PR #43818:
URL: https://github.com/apache/arrow/pull/43818#discussion_r1733171666
##########
python/pyarrow/parquet/core.py:
##########
@@ -1163,13 +1163,13 @@ def _get_pandas_index_columns(keyvalues):
buffer_size : int, default 0
If positive, perform read buffering when deserializing individual
column chunks. Otherwise IO calls are unbuffered.
-partitioning : pyarrow.dataset.Partitioning or str or list of str, \
+partitioning : :py:class:`pyarrow.dataset.Partitioning` or str or list of str,
\
Review Comment:
> I thought this shouldn't be needed, because sphinx was set up to do this
manually?
I'm curious what config you refer to here.
I found the
[default_role](https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-default_role)
feature, but that at least requires single back ticks around the reference
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]