Skip to content

Commit

Permalink
fix a few sphinx warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed May 10, 2024
1 parent d0d3e36 commit f6447f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/api/object_store.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.. currentmodule:: datafusion.object_store

ObjectStore
=========
===========

.. autosummary::
:toctree: ../generated/
Expand Down
4 changes: 2 additions & 2 deletions docs/source/user-guide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.. under the License.
Configuration
========
=============

Let's look at how we can configure DataFusion. When creating a :code:`SessionContext`, you can pass in
a :code:`SessionConfig` and :code:`RuntimeConfig` object. These two cover a wide range of options.
Expand Down Expand Up @@ -48,4 +48,4 @@ a :code:`SessionConfig` and :code:`RuntimeConfig` object. These two cover a wide
You can read more about available :code:`SessionConfig` options `here <https://arrow.apache.org/datafusion/user-guide/configs.html>`_,
and about :code:`RuntimeConfig` options `here https://docs.rs/datafusion/latest/datafusion/execution/runtime_env/struct.RuntimeConfig.html`_.
and about :code:`RuntimeConfig` options `here <https://docs.rs/datafusion/latest/datafusion/execution/runtime_env/struct.RuntimeConfig.html>`_.

0 comments on commit f6447f0

Please sign in to comment.