From 233f7b70aa145dfb6805d30fc2487716eebb6391 Mon Sep 17 00:00:00 2001 From: Michael-J-Ward Date: Fri, 10 May 2024 16:32:12 -0500 Subject: [PATCH] fix a few sphinx warnings --- docs/source/api/object_store.rst | 2 +- docs/source/user-guide/configuration.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/api/object_store.rst b/docs/source/api/object_store.rst index eeb6c4326..8d78f0724 100644 --- a/docs/source/api/object_store.rst +++ b/docs/source/api/object_store.rst @@ -19,7 +19,7 @@ .. currentmodule:: datafusion.object_store ObjectStore -========= +=========== .. autosummary:: :toctree: ../generated/ diff --git a/docs/source/user-guide/configuration.rst b/docs/source/user-guide/configuration.rst index 63b0dc3e2..0c1a4818a 100644 --- a/docs/source/user-guide/configuration.rst +++ b/docs/source/user-guide/configuration.rst @@ -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. @@ -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 `_, -and about :code:`RuntimeConfig` options `here https://docs.rs/datafusion/latest/datafusion/execution/runtime_env/struct.RuntimeConfig.html`_. +and about :code:`RuntimeConfig` options `here `_.